[Building Sakai] Any Comments on org.codehaus.jackson ??

Steve Swinsburg steve.swinsburg at gmail.com
Wed Jun 19 16:23:55 PDT 2013


Would Jersey do what you need chuck? It uses Jackson underneath and the annotations it provides are excellent and may make standardizing that much simpler since its a JSR 311 & 339 JAX-RS reference impl. 
https://jersey.java.net/

I too believe Jackson is the fastest, I have read performance reviews comparing many json serialisers. Will try to find one. 

Cheers
Steve. 

Sent from my iPhone

On 20/06/2013, at 2:30, "Zach A. Thomas" <zach.thomas at gmail.com> wrote:

> On the performance question, I have referred to this benchmark in the past:
> https://github.com/eishay/jvm-serializers/wiki
> 
> As for other options, can you recommend an alternative?
> 
> Zach
> On Jun 19, 2013, at 10:33 AM, Aaron Zeckoski <azeckoski at unicon.net> wrote:
> 
>>> 1) Jackson is the best/fastest JSON reader/writer and Object/JSON mapper. I would love to see us standardize on this. I am using in my own EntityProviders for output.
>> 
>> That's an opinion I strongly disagree with so I would not be a fan of
>> us standardizing on this at all. I would like to see some strong
>> evidence to backup this statement. I attempted to use this for JSON
>> handling in multiple projects and we settled on other options in every
>> case (re: matterhorn, dspace, EB, etc.). The handling of maps and
>> collections was especially problematic (at the time anyway).
> 
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130620/f3803a53/attachment.html 


More information about the sakai-dev mailing list