JSON Support for Axis2C (GSoC2007)

2007-06-14 Thread Kasun Indrasiri
Hi all, There are few issues on having a StAX parser for parse JSON strings. This is mainly due to the integration problems of JSON parser with Axis. Therefore a direct conversion of JSON to XML and XML to JSON would be a possible solution. In this case we read the JSON string and convert it to

JSON Support for Axis2C

2007-06-13 Thread Kasun Indrasiri
Hi, Currently I have been implementing the StAX parser for 'Badgerfish' convention. Since there are two conventions to follow (Badgerfish and Mapped) when we are parsing JSON, I created two readers where each reader follows different conventions. StAX XML Reader |- 'Badgerfish' Reader

Re: JSON Support for Axis2C

2007-06-13 Thread Nandika Jayawardana
Hi Kasun, I think it is ok to specifically initialize the type of convension to use when creating the reader. -- Nandika -- Forwarded message -- From: Kasun Indrasiri [EMAIL PROTECTED] Date: Jun 13, 2007 12:14 PM Subject: JSON Support for Axis2C To: Apache AXIS C Developers

Fwd: JSON Support for Axis2C(GSoC2007)

2007-06-04 Thread Nandika Jayawardana
Hi Kasun, If you have already implemented the Stax Parser for json then write the wrapper layer and see whether you can get the correct Axiom model. --Nandika -- Forwarded message -- From: Kasun Indrasiri [EMAIL PROTECTED] Date: Jun 4, 2007 1:53 PM Subject: Re: JSON Support

JSON Support for Axis2C(GSoC2007)

2007-06-01 Thread Kasun Indrasiri
Hi, I do have few things to clarify regarding the JSON support for Axis2C project. - In the case of implementing the StAX parser I have two options of developing it as an integrated module to Axis or as a separate module. (Even though the interfaces of StAX parser should be sync. with Axis

JSON support for Axis2C (GSoC2007)

2007-05-30 Thread Kasun Indrasiri
Hi, I have been working on the implementation of StAX parser for JSON support for Axis2C project and I went through the StAX wrapper that is used in Axis2C. I basically had look at *axiom_xml_reader.h* and *axiom_xml_writer.h *and I do have few doubts on the regarding the implementation

Re: JSON support for Axis2C (GSoC2007)

2007-05-30 Thread Samisa Abeysinghe
Kasun Indrasiri wrote: Hi, I have been working on the implementation of StAX parser for JSON support for Axis2C project and I went through the StAX wrapper that is used in Axis2C. I basically had look at /axiom_xml_reader.h/ and / axiom_xml_writer.h /and I do have few doubts

Re: JSON support for Axis2C (GSoC2007)

2007-05-30 Thread Milinda Pathirage
?. :( Thanks, Milinda -- [EMAIL PROTECTED] WSO2, Inc: http://www.wso2.com Oxygenating the Web Service Platform http://www.milindalakmal.wordpress.com On 5/30/07, Kasun Indrasiri [EMAIL PROTECTED] wrote: Hi, I have been working on the implementation of StAX parser for JSON support for Axis2C project

Re: JSON Support for Axis2C

2007-05-17 Thread Samisa Abeysinghe
Kasun Indrasiri wrote: Hi all, I have been working on the initial development phase of the JSON support for Axis2C project. (GSoC 2007 project). I used a JSON Object model which is available on http://oss.metaparadigm.com/json-c/ and using that object model I have implemented few components

Re: JSON Support for Axis2C

2007-05-17 Thread Samisa Abeysinghe
Samisa Abeysinghe wrote: Kasun Indrasiri wrote: Hi all, I have been working on the initial development phase of the JSON support for Axis2C project. (GSoC 2007 project). I used a JSON Object model which is available on http://oss.metaparadigm.com/json-c/ and using that object model I have

JSON Support for Axis2C: Wiki uploaded

2007-04-20 Thread Kasun Indrasiri
Hi all, The wiki of JSON Support for Axis 2C is now available at following link. http://wiki.apache.org/ws/GSOC2007/JSON_Support_Axis2C Thanks Regards, Kasun. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional