Re: [appengine-java] Java applet->servlet->db

2010-06-14 Thread Sam Eaton
Ok thats answerd my issue concicely. Thank you. On 14 June 2010 20:00, Ikai L (Google) wrote: > No. JDBC requires low-level access to sockets. Use the datastore if you > need persistence and want to run your application on App Engine. > > On Sun, Jun 13, 2010 at 7:37 AM, Nuluvius wrote: > >> Hi

Re: [appengine-java] Java applet->servlet->db

2010-06-14 Thread Ikai L (Google)
No. JDBC requires low-level access to sockets. Use the datastore if you need persistence and want to run your application on App Engine. On Sun, Jun 13, 2010 at 7:37 AM, Nuluvius wrote: > Hi, > > Im new to developing Java especialy in GAE. I wondered if this > scenario would be possible: > > MVC

[appengine-java] Java applet->servlet->db

2010-06-13 Thread Nuluvius
Hi, Im new to developing Java especialy in GAE. I wondered if this scenario would be possible: MVC application: The View component is an applet running on another server. The Controller component is a servlet accessing a MySQL database also on another server which pools the connections, these ar