2012/5/31 Sergey Beryozkin <[email protected]> > Hi Angelo > > On 31/05/12 15:38, Angelo zerr wrote: > >> 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...). >> >> I was looking briefly into it and I could not figure out how to share a > JAXBContext between Page<A>, Page<B>, etc. JAXBContext for Page<A> is will > manage a pair of Page and A, but one can not reuse it for Page<B>. That > said it is the same when no single JAXBContext is configured to be used and > A and then B are processed, so I guess it's possible to do it... >
I told me that for Page<A>, Page<B>, JAXBContext is populated with Page, A and B. Is it not possible to do that? Regards Angelo > Cheers, Sergey > >> regards Angelo >> >> 2012/5/31 Sergey Beryozkin <[email protected] >> <mailto:[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.__word**press.com/about/eclipse___** >> spring/eclipse_spring_dosgi/<http://wordpress.com/about/eclipse___spring/eclipse_spring_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> >> >> <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 >> >> >> >> > > -- > Sergey Beryozkin > > Talend Community Coders > http://coders.talend.com/ > > Blog: http://sberyozkin.blogspot.com >
