Difference: PrevaylerNotes (4 vs. 5)

Revision 519 Jul 2006 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="JavaNotes"
Prevayler http://www.prevayler.org/ is an interesting tool that allows you to manage a tree of Java objects persistently. It's basically a combination of Java serialization and the Command pattern. All changes to the "database" must be in the form of Command objects that can be serialized and then called to perform their changes.
Line: 33 to 33
  Transactions are applied to the database one at a time (see PrevaylerImpl.subscriber().receive()).
Added:
>
>

Misc

http://java.sun.com/developer/technicalArticles/ALT/serialization/ - since Prevayler rests on Java serialization it's a good idea to learn as much as you can about it.

View topic | History: r5 < r4 < r3 < r2 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback