Does anyone have an architecture for a REST application optimized for mobile. The architecture I would like to see manages REST requests and responses in conjunction with a database. Ideally I would like to see an architecture that has the ability to scale and is flexible to change.
Does anyone have an architecture for a REST application optimized for mobile. The architecture
Share
In my experience RESTlets and Hibernate are good solutions for implementing a REST to Database solution using ORM.