Well I think we shouldn't add Xml-to-Pojo or Pojo-to-Json to BlazeDS as there are enough really good frameworks out there already that you can simply combine.
For Xml-to-Pojo i would feffinitely use CXF and for Pojo-to-Json the support in Spring is so seemless that I don't even remember the name of the framework. Chris ________________________________________ Von: omup...@gmail.com <omup...@gmail.com> im Auftrag von OmPrakash Muppirala <bigosma...@gmail.com> Gesendet: Mittwoch, 22. Juli 2015 23:10 An: dev@flex.apache.org Betreff: Re: [FlexJS] IntelliJ Integration > > >1) I’m looking to adapt the business logic part so it’ll cross-compile > >into Javascript, pretty much as-is. I expect to have to work on some of > >the capabilities and classes to make them cross-compilable. XML > >processing is one example. > > Is there no way to convert to using JSON instead of XML? FWIW, I’ve > pondered the notion of a servlet that acts like a proxy server, grabs XML > from the actual server and converts it to JSON. > I am currently using libraries from BlazeDS and GraniteDS to convert XML to POJOs to AMF and JSON for my REST based webservices server. Adding this functionality into BlazeDS seems like a good idea. Thoughts? Thanks, Om