Here is a link to their docs if it helps to understand how they are doing it.
http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/ 1.2.GA/userguide/html_single/index.html#Atom think they build the Entry with code and the JAXB object is marshaled out in the content element. But this is all done through the provider, if you specify atom+xml or atom+json, etc. Jason -----Original Message----- From: Sergey Beryozkin [mailto:[email protected]] Sent: Thursday, April 08, 2010 3:09 PM To: [email protected] Subject: Re: CXF Atom Provider for JAX-RS Interesting, I'm kind of disagreeing that other frameworks support Atom/Jaxb but AtomPojoProvider supports JAXB beans too :-) One thing I'm not sure is how RestEasy or Wink do Atom Jaxb, do they introduce JAXB annotated Feed, Entry, etc ? cheers, Sergey On Thu, Apr 8, 2010 at 11:05 PM, Sergey Beryozkin <[email protected]>wrote: > Hi > > this should help : > > http://sberyozkin.blogspot.com/2009/12/embracing-atom-with-cxf.html > > thanks, Sergey > > > On Thu, Apr 8, 2010 at 8:45 PM, Jason Chaffee <[email protected]> wrote: > >> Does anyone know of an Atom provider for CXF's JAX-RS? >> >> >> >> I know Resteasy has Atom as one of its default providers by using the >> JAXB annotated classes. I am looking for something similar for CXF. >> >> >> >> http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/ >> 1.2.GA/userguide/html_single/index.html#Default_Providers_and_default_JA >> X-RS_Content_Marshalling<http://1.2.GA/userguide/html_single/index.html# Default_Providers_and_default_JA%0AX-RS_Content_Marshalling> >> >> >> >> Thanks, >> >> >> >> Jason >> >> >
