You may wan to take a look a messaging the Jt design pattern framework. It supports web services. Version 7.2 will support DAOs:
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 On Dec 20, 3:25 pm, Leon Moreyn-Android Development <[email protected]> wrote: > I am working on replacing JSON and direct connection to database. I > know using direct connection to database is extremely costly in > android since I need to call on much the java library to so. And the > only replace for such costly processing would be to put the burden > onto something else like a online website handling incoming data and > sending outgoing results. I already have a though on how to implement > this. But as for a replace of the JSON Objects I am not sure what > options are available to me. Is there any thoughts on a substitution > for JSON? -- 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

