I agree with Vinny on this. 100 servlet mappings is excessive. Use and MVC framework to handle the mappings and maybe just a few dispatcher servlets.
Spring 3.0's MVC allows you to do simple RESTful URL mappings with annotations added to simple POJOs Luis On Thu, Jan 27, 2011 at 8:12 AM, Vinny <[email protected]> wrote: > Would it be a benefit to use one of the many java web frameworks that > filter everything though a main controller servlet/filter? 100 > servlets give me the sense that functionality is being unnecessarily > duplicated? > -- > biz: http://www.linkedin.com/in/vincentstoessel/ > personal: http://www.xaymaca-studios.com/ > > > > On Wed, Jan 26, 2011 at 4:34 PM, culov <[email protected]> wrote: > > I have a very large web app and I have no other recourse besides > > either moving away from app engine or having the limit increased. The > > number of URL mappings seems like a very arbitrary property to cap at > > 100, and this is simply not enough for many web apps with a wide > > scope. How can I get the limit increased for my app? > > > > Thanks, > > > > Ivan > > > > -- > > 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 > [email protected]. > > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > 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 [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-java?hl=en.
