[Android]Database + jdbc

junglelist

New Member
I'm doing an internship and I have to do an Android application.I have to show some data on the phone, from a remote Pervasive database.I need to create a web interface, and I can do this in two different ways : by using servlet on a Tomcat server, or with PHP.What do you think to be the best solution ? Tomcat, a servlet and JDBC, or PHP ?Thanks
 
Top