Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by GSOC2007:
http://wiki.apache.org/ws/GSOC2007/JSON_Support_Axis2C/ProjectProgress

------------------------------------------------------------------------------
  JSON support for Axis2/C project progress is outlined under this page. 
  The project deliveribles,  important issues and final solutions stated on 
monthly/weekly basic. 
  
- Duration : 1 st of May – 1 st of June 
+ === Duration : 1 st of May – 1 st of June ===
  
   *The initial design of the project was finalized and start the 
implementation of the JSON object model. The design of the Object model was 
based on JSON-C implementation which is avalable at the JSON home page. 
  
@@ -19, +19 @@

   *A simple JSON StAX parser was implemented based on JSON object model.
  
  
- Duration :  2 nd of June – 15 st of June
+ === Duration :  2 nd of June – 15 th of June ===
  
   *In the case of the implemention of the StAX parser there was an issue on 
the integration it with Axis2/C. This problem was discussed on the Axis2/C-dev 
mailing list and we finally decided to not to have StAX parser. Other than the 
parser simply converte the JSON to XML (reader) and XML to JSON(writer).
  
@@ -36, +36 @@

  The StAX parser has reader and writer which are having two implementations of 
each conventions. So, when we are creating the StAX parser, the convention 
should be initialized.
  
  
- Duration :  16 th of June – 6 st of July
+ === Duration :  16 th of June – 6 th of July ===
  
   *The implementation of the Badgerfish reader for parsing JSON string was 
implemented. In this case even if we used the conversion of JSON to XML, we 
can’t do inline parsing from JSON to XML because of the limitations such as 
namespace and attrinutes. (i.e. attributes/namespace are coming at the end of 
the JSON element.).  Therefore we have to parser the whole JSON string before 
converting to XML.
  
@@ -64, +64 @@

   *This issue was discussed on the mailing list and finalized the above 
implementation. The current version of the JSON reader is capable of supporting 
this convention. 
  
  
- Milestone 1 :  Mid Evaluation Dead Line
+ === Milestone 1 :  Mid Evaluation Dead Line ===
  
   *<code up-loading>
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to