Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Inspired by http://www.onjava.com/pub/a/onjava/2001/11/07/atomic.html (corrected code http://www.tomlauren.com) I made my own version of a atomic file transaction system for Java. The code accompanying the article is messy and hard to follow, so I took a more object oriented approach, but used the ... [More] original code as guidance. The system is not finished yet and there are probably bugs. It's build upon a Command Pattern, where every file action is captured in the Action interface. To expand the system with more actions, implement the Action interface and call registerAction on the Transaction object. [Less]

0
 
  0 reviews  |  0 users  |  2,351 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.