Hi, Since xwiki isn't handling json POST request I've modified all my source code to work with xml using simple-xml library(Andriod friendly library). Earlier I used json deserilizer as gson. I've created separate module for gson as the xwiki data model. Now I've created another module for simple-xml.
Should I remove gson module and replace it with simple-xml module? or keep both modules. (gson module is no longer used for my project). *New xwiki-android-component was developed for adding and viewing comments. sources aren't pushed to repo yet since above module decision. This week plan Following components will be developed this week. * View/Upload page attachments. - Viewing is limited to Android native viewers(Image Viewer, Video Player, Web Browser for text etc.). Native file selectors are used for selecting files to upload. * Add search component Best Regards, Chamika Weerasinghe _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

