Recently I’m working on online application (Spring+Hibernate) and I also would like to have mobile app (android). Hibernate talks with DB in the web application, now, I have no idea how to communicate with DB from mobile, should I do it somehow through my web application, or do I have to create new one for that purpose, or maybe web services?
All feedback, comments and advices are highly appriciated!
Thans,
You should write an API for your webapp.