Hi Vinny, I would assume that Spring can only do this in a Servlet 3.0 container - can you confirm that you've been able to (or can link to someone who has) deployed an app to appengine without a web.xml?
I'd love to be able to do that, but thought it wasn't possible. On Wednesday, September 25, 2013 1:22:59 PM UTC+10, Vinny P wrote: > > On Wed, Sep 11, 2013 at 8:28 PM, D <[email protected] <javascript:>> > wrote: > >> I have a web application which is build with spring mvc 3.2 version, java >> 1.7. >> The app using annotation instead of having web.xml >> >> I would like to deploy this app into google app engine (I read the >> developer's guide, it using web.xml) >> Will this be possible? >> >> > > Yes, App Engine hosts a number of Spring applications already. Your > application may benefit from GAE-specific optimization though, see > https://developers.google.com/appengine/articles/spring_optimization > > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
