Hi thepopeofantelope,

Apps aren't Java or Python specific. You can deploy a Java app to an ID that
was originally used for Python, and vice-versa. You can even have Java and
Python versions running side by side under the same App ID. They all share
the same datastore, so you can keep the data from your old app - just make
sure that your Java mappings match up with the underlying data.

-Nick Johnson

On Tue, Jul 28, 2009 at 5:19 PM, thepopeofantelope <markp...@gmail.com>wrote:

>
> I ported a GAE python project to Java and want to reuse the
> application ID and datastore is this possible? I want to avoid
> exporting data from the old project and importing into the new one.
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to