Hi Sergey, Many thanks to do that.
I'm writing the next article which will explain how to serialize teh Spring Data Structure (Page and Pageable) which are interfaces (and not Pojo) by using JAXB Adapter. I will show too that CXF 2.5 doesn't manage the JAXBContext correctly for Page<T> (ex: for Page<User>, JAXBContext is just populated with Page class and not with Page+User class). It should be cool if next release of CXF will support that : CXF support for Collection<T>, List<T> etc but not for Page<T>, MyClass<T> etc...). regards Angelo 2012/5/31 Sergey Beryozkin <[email protected]> > Hi Angelo > > On 31/05/12 14:55, Angelo zerr wrote: > >> Hi CXF Team, >> >> Just for your information I'm writing articles about CXF DOSGi with JAX-RS >> in Eclipse RCP/RAP and Remoting with JAX-RS, Spring Data JPA and CXF >> DOSGi<http://angelozerr.**wordpress.com/about/eclipse_** >> spring/eclipse_spring_dosgi/<http://angelozerr.wordpress.com/about/eclipse_spring/eclipse_spring_dosgi/> >> > >> >> Those articles explain step by step how to install CXF DOSGi (Multi Bundle >> Distribution) and use it on server and client side to manage remoting in a >> Eclipse RCP/RAP or OSGi Bundle with Spring DM. >> >> Any comments are welcome. >> >> Hope you will like it. >> >> > Many thanks for sharing it, I've updated this page: > > https://cwiki.apache.org/**confluence/display/CXF/DOSGi+** > Presentations+and+Articles<https://cwiki.apache.org/confluence/display/CXF/DOSGi+Presentations+and+Articles> > > Cheers, Sergey > > Regards Angelo >> >> >
