I created my own hierarchy on top of the webapp that handles delegation to member function and so forth. To handle errors and other generic error codes I have another class (subclassable) that has pre-built responses that auto fill the necessary headers, status codes, and a basic html page to describe it. The page can pull in one of those and edit it as it wishes and return it, therefor anything they have sent to the page previously is erased and only the error stuff is returned. It is very simple and executes quite fast.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
