> > If I understand what you are saying, I could make every URL map to a > servlet, and let the servlet return the specific static pages. >
Yes. I generate my static content from simple templates, store them in the Datastore + Memcache, and serve them through a Servlet. There's a blog post by Nick Johnson on this technique for Python (though i can find it now). > > Or can I just put my folder of HTML into the resources section, and not > have to write another servlet? > No. You still need a servlet or filter to serve the file out of the resources > > Cheers, Eric > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
