Skip to content

Presentation: jackson 2.0 modules

cowtowncoder edited this page Aug 8, 2012 · 3 revisions

Jackson 2.0 Modules

Data formats

  • Smile
  • BSON
  • XML
  • CSV
  • YAML

Datatype libraries

  • Hibernate (since 1.x)
  • Joda (new with 2.0!)
  • Guava (incomplete but usable)
  • High-Performance Primitive Collections (HPPC) (proof-of-concept; someone complete me!)

JVM language support

  • Jackson Scala module (very popular; alternative to Jerkson)

Framework interoperability

  • JAXB Annotations module: use JAXB annotations as alternative to Jackson annotations
  • NOTE: does NOT aim for full JAXB implementation, but rather use of JAXB annotations

Other:

  • Mr Bean for interface-based development (since 1.6)
  • Afterburner for the Ultimate Performance (since 1.8)