[appengine-java] May I use AppEngine SDK internally without deploy to Google AppEngine?

2010-12-20 Thread Trung
For some reasons, I would like to run our GAE apps internally (with
some custom hooks instead of re-writing the app).

May I do that?

Thanks

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



Re: [appengine-java] May I use AppEngine SDK internally without deploy to Google AppEngine?

2010-12-20 Thread Ikai Lan (Google)
You sure can, but you should be aware of many of the limitations of the
development server:

- it's slow
- the datastore can be wiped on upgrade (this is an ugly bug that pops it
head up now and then)
- it's single threaded
- no real accounts support
- ... many, many more limitations

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Mon, Dec 20, 2010 at 7:13 AM, Trung gwtdevelo...@gmail.com wrote:

 For some reasons, I would like to run our GAE apps internally (with
 some custom hooks instead of re-writing the app).

 May I do that?

 Thanks

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



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