Quick note: I released 0.9.5, which has only one externally visible
change (in addition to some internal cleanup):
all code is now under package "com.fasterxml.aalto" (instead of older
'org.codehaus.wool', which was a leftover).
This does not necessarily require any changes to app code (since
services file uses the new factory class names), unless application
adds direct reference, or uses dependency injection to define
implementation.
In (hopefully) near future, I will move Aalto download pages to reside
under http://fasterxml.com as well, but for now they are still
available from cowtowncoder.com.
-+ Tatu +-
ps. I will try to get this:
http://www.eishay.com/2009/03/more-on-benchmarking-java-serialization.html
updated to also include Aalto (Woodstox and Jackson are included now)
since it should showcase Aalto performance. Esp. if I would also add
Fast Infoset...