Funambol opinion
I am looking at sync frameworks for a project I'm going to work on. I will be syncing two server file systems together. I have looked over Microsoft Sync framework and now Funambol. Does anyone have any opinion on Funambol? ...
I am looking at sync frameworks for a project I'm going to work on. I will be syncing two server file systems together. I have looked over Microsoft Sync framework and now Funambol. Does anyone have any opinion on Funambol? ...
Hey, I'm trying to implement a password encryption algorithm used in Funambol mobile sync server in PHP but I'm having hard time as I come from a non-Java background. The code itself seems simple: encryptionKey = "Omnia Gallia in tres partes divida est"; byte[] newValue = new byte[24]; System.arraycopy(encryptionKey, 0, newValue, 0, ...