Open Source for an Open World.

Atomsphere - an Atom feed library written in Java.

Home     Atomsphere
Release Notes
2.0.1.0 Monday, Jun 2, 2008 @08:58 AM
  • Added better support for reading and writing entry documents.
  • Improved attribute support to more closely match the specification.
  • Improved efficiency of the entry sort extension.
2.0.0.0 Monday, Jun 2, 2008 @08:58 AM
  • This release represents a thread safe release. The feed and all sub elements are immutable and thread safe.
  • A decent size reduction in the size of the api. the FeedReader and FeedWriter have been removed from the api. All reading and writing operations can be achieved through the FeedDoc factory.
  • Decoupled the stax-utils dependency from the root atomsphere library.
  • added support for reading and writing with arbitrary XMLStreamWriter classes
  • fixed issue with handling xhtml content type.
  • Email with questions.
1.0.2.0 Monday, Jun 2, 2008 @08:57 AM

atomsphere library

  • removed previous deprecated methods.
  • deprecated extension constructor with xmlns namespace parameter in favor of adding an attribute to the feed element.
  • added support for the sort extension

atomsphere-taglib

  • added support for optionally displaying missing feed elements. The attribute syntax has changed. see the taglib descriptor file for updated syntax.

atomsphere-weblib

  • fixed bug with "Feed Admin" link. It now goes to the main admin page.
  • make the stylesheet config param allow a relative url.
  • enable multiples for the author, contributor, link and category elements.
  • enable atomTextConstruct text for fields that allow this. Mainly allow html to be used as input where needed.
  • implemented sorting by updated date or entry title. See the sort extension
  • implemented a feed "preview" page to allow you to verify your changes before commiting.
  • added an error page for displaying user input errors.

atomsphere-webapp

  • updated example page with new version of the atomsphere-taglib.
1.0.1.0 Monday, Jun 2, 2008 @08:53 AM

atomsphere library

  • deprecated some of the feed doc methods
  • added support for reading feeds from URL's
  • added more documentation to the javadocs

atomsphere-taglib

  • Added custom tag for displaying feeds on a webpage
1.0.0 Beta Monday, Jun 2, 2008 @08:52 AM
Introducing the Atomsphere library. binaries and source available on http://sourceforge.net. This library helps you add atom syndication to your java web applications.