You may want to look into the Jt Design Patterns Framework. It implements secure Web services (Restful and Native). Version 7.2 will include Data Access Objects (DAO) and JDBC support for Android.
a) Java Pattern Oriented Framework, An application of the Messaging Design Pattern IBM Technical Library http://www.ibm.com/developerworks/webservices/library/ws-designpattern/index.html b) Messaging Design Pattern (MDP) and pattern implementation - Published in the 17th conference on Pattern Languages of Programs (PLoP 2010). https://jt.dev.java.net/files/documents/5553/150311/designPatterns.pdf c) Messaging Design Pattern and a distributed Component/Service Model https://jt.dev.java.net/files/documents/5553/149793/MDPdistributedModel.pdf Jt can run on large servers and Android (Same framework). I hope this helps. On Dec 19, 12:28 pm, Scott McMasters <[email protected]> wrote: > Hello, I'm interested in writing an Android app and I was wondering if > any subscribers to this list have any experience using the following > projects in their Android applications and would offer advice. The > projects I'd like to use include: > > myBatis/iBatis, or something similar > > Apache POI > > Apache PDFBox, or JasperReports > > Apache Commons lang > > Also, has anyone written an Android app which calls Web Services, and > is there any particular lib you'd suggest for this? And are there any > frameworks for data synchronization available between local data and, > say, data exposed through Web Services? I'd like to write as little > from scratch as possible, obviously. > > I need a tree widget which supports drag and drop but can't find one > too. > > I've searched for answers to these questions but can't resolve them. > Any advice would be much appreciated. > > Thanks, > > Scott McMasters -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

