Re: Java Framework for Content Negotiation

Hi Angelo,

On Thu, May 20, 2010 at 11:49 AM, Angelo Veltens
<angelo.veltens@online.de> wrote:
> Hello,
>
> I am just looking for a framework to do content negotiation in java.
> Currently I am checking the HttpServletRequest myself quick&dirty. Perhaps
> someone can recommend a framework/library that has solved this already.

I suggest taking a look at Restlet [1], which has support for both the
client and server side of conneg (and a lot more).

Best regards,
Niklas

[1]: http://www.restlet.org/

Received on Thursday, 20 May 2010 10:05:48 UTC