Nope. You'll have to load the data from one app into another. There's an outstanding feature request for us to implement the SQLite backend that's available in Python in Java, but I don't believe we've started work on that yet.
Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Thu, Jun 23, 2011 at 2:43 AM, Carter <[email protected]> wrote: > We're trying to get the Python version of the app to read from the > same datastore as is used by the Java Eclipse version of the app on > the local dev_appserver. > > We have tried setting the Python App Engine launch flag -- > datastore_path= to the path used by Eclipse (e.g. /war/WEB-INF/ > appengine-generated/local_db.bin), but that's not working. > > Is it even possible for the Java localhost server and the Python > dev_appserver to share the same datastore? > > -- > 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.
