Hi Asanka, C ould you explain the requirement bit, Because if you are searching a streaming perpose I would like to suggest to go with Jackson[1] or Gson[2]. Jackson is faster than Gson but Gson error handling is far better than Jackson.
If you are searching for JSON to Java object mapping then Staxon[3] or Gson would be good libraries. If you go with Staxon you can configure it to use Jackson or Gson underneath it. Thanks, Shameera. [1] http://jackson.codehaus.org/ [2] http://code.google.com/p/google-gson/ [3] https://github.com/beckchr/staxon On Tue, Jul 16, 2013 at 2:33 PM, Asanka Dissanayake <[email protected]>wrote: > Hi Devs, > Is there any $subject, which is recommended to use in wso2. I need to use > one to deal with gilblit api. > > cheers!! > > -- > > *Asanka Dissanayake > Software Engineer* > *WSO2 Inc. - lean . enterprise . middleware | wso2.com* > * > email: [email protected] <[email protected]>, blog: > cyberwaadiya.blogspot.com, asankastechtalks.wordpress.com mobile: +94 71 > 8373821* > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Software Engineer - WSO2 Inc.* *email: shameera AT wso2.com <[email protected]> , shameera AT apache.org<[email protected]> * *phone: +9471 922 1454* * * *Linked in : *http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561 *Twitter : *https://twitter.com/Shameera_R
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
