> > >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