You can look at httpcache4j. The httpcache4j-api artifact does exactly what you want.
-- Erlend On Wed, Dec 15, 2010 at 7:08 PM, Moandji Ezana <[email protected]> wrote: > On 15 Dec 2010 17:19, "Erdinc Yilmazel" <[email protected]> wrote: > > > > Have you looked at JAXRS/Jersey? > > Like all web frameworks, Jersey does this, but I want a small library that > does only this kind of conversion. > > Moandji > > > > > On Wed, Dec 15, 2010 at 10:47 AM, Moandji Ezana <[email protected]> > wrote: > >> > >> On Wed, Dec 15, 2010 at 4:10 PM, Jan Goyvaerts <[email protected]> > wrote: > >>> > >>> for xml and json I would advise Xtreme. But for regular properties... > ? > >> > >> > >> It would be a lot simpler if request parameters could be reliably > converted to JSON without reference to a class... But I don't think they > can. > >> > >> Moandji > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups "The Java Posse" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > >> For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > > > > > > -- > > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
