Django for xml api based sites

2008-02-21 Thread [EMAIL PROTECTED]
Hello, We have an opportunity to switch over from Java to something easier for a series of sites that we will be doing. They will be small simple sites but with a reasonable amount of traffic so performance will be important. If this was a database based app I'd go into this meeting suggesting

Re: Django for xml api based sites

2008-02-22 Thread mg
Bob, I think that django would be a good match for what you want. > 1.need an equivalent option to tomcats servlet filters, to read the > headers and modify the request before it is processed. It sounds like you are looking for the middleware option: http://www.djangoproject.com/documentation/mi