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
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
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