JFile icon indicating copy to clipboard operation
JFile copied to clipboard

File Persistence

File Persistence and High Throughput In-Memory Database

JFile builds on JActor and Jid, adding file persistence and an in-memory data base that has a throughput of 1 million transactions per second when running on an i7 with SSD.

Downloads: http://jactorconsulting.com/downloads-2/ Blog: https://sourceforge.net/p/jactor/blog/ Documentation: https://github.com/laforge49/JFile/wiki VCS: https://github.com/laforge49/JID/ Issues: https://github.com/laforge49/JID/issues/ Google groups: http://groups.google.com/group/agilewikidevelopers/

Dependencies

  • JActor https://github.com/laforge49/JActor
  • JID https://github.com/laforge49/JID
  • joda-time

Required: Java 7

Available on The Central Repository (Maven): http://search.maven.org/#search|ga|1|org.agilewiki So you just need to add this to your POM file: <groupId>org.agilewiki.jfile</groupId> <artifactId>jfile</artifactId> 2.0.10 (Be sure to update the version number appropriately, of course.)