RE: [GSoC 2012] XML to JSON convention using XMLStreamWriter API and Schemas with google-gson

2012-08-11 Thread Martin Gainty
It seems we lose alot of meta data by casting off the SOAP 1.1 superstructure a partial list of what we lose would include: ability to configure to differing styles (JIBX-RI vs ADB vs XMLBeans) ability to adhere to different protocols (SMTP and or FTP and or HTTP 1.1) Ability to incorporate diffe

Re: [GSoC 2012] XML to JSON convention using XMLStreamWriter API and Schemas with google-gson

2012-08-11 Thread Amila Suriarachchi
On Sat, Aug 11, 2012 at 9:08 PM, Sagara Gunathunga < [email protected]> wrote: > It seems your 1st approach provides much better performance than 2nd > approach, can you incorporate improvements that I mentioned here[1] ? > I believe applying those modification will solve performance iss

Re: [GSoC 2012] XML to JSON convention using XMLStreamWriter API and Schemas with google-gson

2012-08-11 Thread Shameera Rathnayaka
Hi Sagara, Thanks for your feedback, Yes i have implemented 2nd approach as same as you have suggested. It only process XMLSchema at the first message. Here i have used intermediate representation to keep the xmlSchema structure therefore i do not need to process XMLSchema for every request but on

Re: [GSoC 2012] XML to JSON convention using XMLStreamWriter API and Schemas with google-gson

2012-08-11 Thread Sagara Gunathunga
It seems your 1st approach provides much better performance than 2nd approach, can you incorporate improvements that I mentioned here[1] ? I believe applying those modification will solve performance issue with 2nd approach. [1] - http://markmail.org/message/xyfxzn2clc3r5zfg Thanks ! On Sat, Aug