Download List

專案描述

Atomsphere is a Java feed library for the Atom 1.0 specification. It is designed to be easy-to-use and comes with an intuitive, developer-friendly API. All objects in the library are serializable, immutable, and thread-safe. It has been fully tested for accuracy. Atomsphere only requires a stax-api implementation to work.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-11-29 06:28
3.0.0.0

Major API changes were made that make this version incompatible with previous versions. All static method calls were replaced with dynamic method calls.
標籤: Major API Refactoring

2008-10-14 06:12
2.0.2.1

This minor release fixes a bug in the rendering of the content element for XHTML content when links appeared with a query string. There is also better support for rendering images with the taglib sub-project.
標籤: Minor bugfixes

2008-04-21 10:41
2.0.1.0

Support for reading and writing entry documents
was improved. Attribute support was improved to
more closely match the specification. Efficiency
of the entry sort extension was improved.
標籤: Minor feature enhancements

2008-03-31 07:25
2.0.0.0

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.

2007-03-09 09:39
1.0.2.0

Updates to the atomsphere library include support
for a new sort extension element which orders
entry elements by title or updated date. Updates
to the atomsphere-taglib include the optional
display of more feed elements. Updates to the
atomsphere-weblib include the ability to preview a
change before commiting it and support for the
sort extension.

Project Resources