I believe that GAE/J may now feature data exchange with a Google SQL- friendly database. Check out the GAE community/documentation for details. I don't know how MySQL-friendly this SQL functionality is. There may be an API you can look at to find out...
On Oct 24, 12:40 pm, nikesh pathak <[email protected]> wrote: > thank you sir... > > On Mon, Oct 24, 2011 at 3:51 AM, Ian Marshall <[email protected]>wrote: > > > > > > > > > App Engine itself persists data in the Google datastore only (ignoring > > the temporary memcache and things like enqueued tasks and sending data > > outside of App Engine for storage). > > > The same will apply to an App Engine web application running on a > > local instance of the development application server, except that > > since you are running a web app on a local machine, one can run > > additional code to persist data how you like (directly to MySQL, file, > > etc.) outside of App Engine. > > > Subject to the above comments, the simple answer is that no, one > > cannot exchange data with a MySQL database using App Engine. > > > On Oct 21, 7:17 am, nikesh <[email protected]> wrote: > > > Hi sir, > > > this is nikesh > > > i'm new in app engine... > > > i'm creating a simple web application with jpa on localhost... > > > and i want to store my data in mysql database on localhost... > > > is it possible??? > > > > thank you! > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
