Atomsphere 2.0.0.0 (Default branch) |
|
|
Atomsphere is a Java library that allows you to
create and modify Atom 1.0 feeds. It is also
packaged as a servlet-lib for use in Web
applications, and as a custom tag library to
display feeds on a Web page. It comes with an
example Web application that demonstrates some
uses of the library. It is written to be tied as
closely as possible to the current Atom specification.
License: GNU General Public License (GPL)
Changes:
This release represents a substantial overhaul with a focus on thread safety. The feed and all subelements of the library are immutable and thread safe. Additionally, there has been a decent reduction in the size of the API. All reading and writing operations can now be achieved through the FeedDoc factory instead of the FeedReader and FeedWriter classes. The stax-utils dependency has been decoupled from the root atomsphere library. Additonal support was added for reading and writing with arbitrary XMLStreamWriter classes. An issue with handling of the XHTML content type was fixed.
|