Re: Java library for content negotiation

Restlet api is a light weight java api(also open source) that supports
content negotiation.http://www.restlet.org/

Thanks & Regards
Sancho C Sebastine
http://sites.google.com/site/sanchohomesite

On Sun, Apr 26, 2009 at 11:12 PM, Peter Ansell <ansell.peter@gmail.com>wrote:

> Hi all,
>
> I want a pluggable library that performs generic content-negotiation.
> I found the Pubby source code [1] but I am wondering also what
> alternatives there are that have possibly been released as small
> libraries. I don't want to either rewrite the wheel or import more
> than I am going to use.
>
> How do other projects do content negotiation in Java? (Could the
> content negotiation part of pubby be released as a separate library?)
>
> Cheers,
>
> Peter
>
> [1]
> http://dbpedia.svn.sourceforge.net/viewvc/dbpedia/pubby/src/de/fuberlin/wiwiss/pubby/negotiation/ContentTypeNegotiator.java
>
>

Received on Monday, 27 April 2009 07:40:07 UTC