On 8/11/07, Dan Diephouse <[EMAIL PROTECTED]> wrote: > The xml handling part of it it really orthogonal to the spring > AbderaServlet. The XML handling part is for configuring a ServiceContext. > The HttpRequestHandlerServlet approach, as I understand, it can't really > replace this - it could only replace the AbderaServlet which is pretty > simple itself. Does that make sense or am I off in my understanding of what > you're describing?
nope, that's the way i understood it. seems a bit redundant to introduce an abdera-specific servlet that does pretty much exactly what HRHS does, but as you point out, that's not a large part of the patch. i suppose the xml stuff is just a convenience for making the configuration more compact and readable, yes? i have no objection to that, other than noting how much java code we have to provide to reduce the number of xml situps we have to do ;)
