Re: partial response from non-browser clients

2012-03-26 Thread Rob Koberg
Hi, I bet this issue has to do with the client not sending the proper Accepts header info and the rest resource does not see it as appropriate. Apparently jQuery is not doing the 'right thing'. I recently had this issue. My working example of a jQuery function for a conditional get looks like: co

Re: Precompile JSPs, avoid thousands of servlets?

2012-03-14 Thread Rob Koberg
>> If you pass an empty web.xml to be updated by precompile tasks, it >> should not be hard to convert it into web-fragment.xml, using an >> XSLT transform or just regexp replacements. > > I had considered using 'cat' :) You could also use XML entities and/or XInclude (don't know if you would need