BACK TO THE INDEX
RETOUR A L'INDEX
The JOAFIP sub projects
usefull for production usage of joafip- joafip the core project
- use
joafip-asm, joafip-common, joafip-collection, joafip-kvstore,
joafip-heapfile, joafip-rbtree, joafip-file, joafip-callback,
joafip-log4j(optionnal)
- joafip-asm this project embeds that is needs for proxy management from the http://asm.ow2.org/ asm project
- joafip-common common to all joafip sub projects
- joafip-log4j bridge to http://logging.apache.org/log4j/
- use joafip-common, org.apache.log4j
- joafip-callback share by joafip and joafip-java-agent
- use joafip-common, joafip-log4j(optionnal)
- joafip-rbtree red black tree framework
- use joafip-common, joafip-log4j(optionnal)
- joafip-java-agent the java agent to enhance byte code of persistable class at class loading
- use joafip, joafip-callback, joafip-common, joafip-log4j(optionnal)
- joafip-collection enhancement of java.util collections
- use use joafip-common, joafip-rbtree, joafip-log4j(optionnal)
- joafip-heapfile key/value storage in file, based on red black tree
- use joafip-common, joafip-kvstore, joafip-file, joafip-log4j(optionnal)
- joafip-kvstore common to all key/value storage, the key/value storage management facade for joafip
- use joafip-common, joafip-file, joafip-log4j(optionnal)
- joafip-pmap a persited tree map
- use joafip-common, joafip-heapfile, joafip-log4j(optionnal)
- joafip-file random access file facade for joafip with 3 implementations
- use joafip-common, joafip-log4j(optionnal)
to be developped
- joafip-btreeplus key/value storage in file, based on btree+
- use joafip-common, joafip-kvstore, joafip-file, joafip-log4j(optionnal)
- joafip-jpa jpa/jdo implementation
- use joafip, jdo-api, javax.persistence
useless for production usage of joafip- joafip-testsuite test suite for all junit of all sub projects
- joafip-4test integration tests
- joafip-meminspector use to check memory leak
- joafip-example-database example of usage of joafip as a database
- joafip-example-hugemap example of hugemap management
- joafip-example-simplestore example of simple data storage
- joafip-parent maven parent project
This work is licensed under a Creative
Commons Attribution 3.0 Unported License.
© 2007-2012, joafip