| TWiki . Javawsxml . RomeAqueductPrevayler |
src\java\com\sun\syndication\aqueduct\prevayler\samples
UUIDs
A SyndFeed can be persisted with any unique string. The samples use the feed URL, but that may not be what your application needs.
The SyndFeedDAO interface provides a mechanism for generating a version four UUID for a SyndFeed, if you need it.
Data Files
.snapshot file contains the complete object graph of the SyndFeedSystem (the repository to story the feeds) at the last time Aqueduct-Prevayler started.
.transactionLog file contains the transaction information for writes which occurred to the SyndFeedSystem during runtime.
src/java/com/sun/syndication/aqueduct/prevayler/samples
3) Modify and run the samples or write your own code based upon them. If you have questions about the APIs, there are full Javadocs are in the ./doc/apidoc directory of the distribution.
4) Learn more about Prevayler, the persistence technology used:
http://docs.codehaus.org/spaces/viewspacesummary.action?key=PREVAYLER
----- Revision r4 - 28 Mar 2005 - 15:25:03 - Main.markwoodman
|