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

Aaron Zeckoski azeckoski at unicon.net
Wed Jun 19 08:33:09 PDT 2013


> 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).

-AZ


On Wed, Jun 19, 2013 at 11:11 AM, Zach A. Thomas <zach.thomas at gmail.com> wrote:
> Two comments:
>
> 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.
> 2) That's an older version you're using. The up-to-date dependencies would be these:
>
> <dependency>
>   <groupId>com.fasterxml.jackson.core</groupId>
>   <artifactId>jackson-core</artifactId>
>   <version>2.2.2</version>
> </dependency>
>
> <dependency>
>   <groupId>com.fasterxml.jackson.core</groupId>
>   <artifactId>jackson-databind</artifactId>
>   <version>2.2.2</version>
> </dependency>
> On Jun 19, 2013, at 9:36 AM, Charles Severance <csev at umich.edu> wrote:
>
>> It looks like in my building of LTI 2.0 I will be using org.codehaus.jackson as I will be doing a pattern where I build POJOs for things like the Tool Consumer Profile and serialize them to JSON using Jackson.
>>
>> Here is my dependency:
>>
>>    <dependency>
>>        <groupId>org.codehaus.jackson</groupId>
>>        <artifactId>jackson-mapper-asl</artifactId>
>>        <version>1.8.5</version>
>>    </dependency>
>>
>> Grepping the core code - this looks like the first time anyone has used jackson.  Does anyone have any suggestions / comments pro or con regarding jackson?
>>
>> /Chuck
>> _______________________________________________
>> 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"
>
> _______________________________________________
> 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"



-- 
Aaron Zeckoski - Software Architect - http://tinyurl.com/azprofile


More information about the sakai-dev mailing list