Re: Java Framework for Content Negotiation

On 20/05/2010 11:03, Story Henry wrote:
> There is the RESTlet framework http://www.restlet.org/

There's also Jersey [1] and, for a minimalist solution to just the 
content matching piece see Mimeparse [2].

Dave

[1] https://jersey.dev.java.net/
[2] http://code.google.com/p/mimeparse/

> On 20 May 2010, at 10:49, Angelo Veltens 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.
>>
>> Thanks in advance,
>> Angelo
>>
>
>

Received on Thursday, 20 May 2010 10:08:45 UTC