Hi thanks for the link...The first approach is indeed the one I was referring to but perhaps, given that Abdera is not maintained at the moment, it is a good approach in the longer term and is easier to deal with as far as improvements/enhancements are concerned. Now, as far as building feeds/entries (with data going into contents or extensions), Abdera 0.4.0-incubating is quite perfect, so I'm not worried about the lack of developments there. As a side note, at the moment cxf jaxrs has a strong dependency on Abdera - perhaps, for 2.3 only, I'll turn it into a 'provided' one for jaxrs frontend and add a strong dependency to the rt/management-web module, to facilitate the adoption of the atom logging feature.
cheers, Sergey On Fri, Apr 9, 2010 at 1:01 AM, Jason Chaffee <[email protected]> wrote: > 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<http://1.2.GA/userguide/html_single/index.html#%0ADefault_Providers_and_default_JA%0AX-RS_Content_Marshalling> > > > >> > >> > >> > >> Thanks, > >> > >> > >> > >> Jason > >> > >> > > >
