No. If you are using any AppEngine specific API calls, then you have to run
in the GAE dev server (or third party implementation like
AppScale<http://code.google.com/p/appscale/>.


However, many of the services are abstracted into standard Java EE APIs so
in theory it's possible to build an application that runs in any servlet
environment and then deploy to AppEngine.


On Sat, Feb 26, 2011 at 7:59 PM, zixzigma <zixzi...@gmail.com> wrote:

> I am writing a Java app for GAE,
> and use maven build tool, which has plugins for jetty, tomcat, gwt, gae.
>
> If I use GAE Services, such as Cache, ImageService, etc,
> can I still run my App in typical Jetty/Tomcat or GWT Development mode ?
>
> or I need to use maven-gae plugin for the emulated GAE Services be present
> ?
>
>
> 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 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.
>

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