Speedo is an open source implementation of the JDO (TM) 1.0.1 specification.
Speedo main benefits
Possible choice of optimistic or pessimistic transaction mode
Cache of persistent objects, with a choice of several replacement policies (LRU | MRU | FI
Tutorial Details:
Data prefetching at query evaluation time: later accesses to objects will not require any I/O to the data store
Management of relation ships (coherency management)
Able to create the SQL schema
Various identifier support (application (composite or single, SQL sequence, speedo)
Lot of types supported
Lot of databases supported (Oracle, MS SQL server, Mysql, Postgres, ...)
Through JORM and MEDOR, access to legacy relational databases, as well as any other data store supported by JORM and MEDOR
Soon on JDO 2.0 ...
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Speedo
View Tutorial: Speedo
Related
Tutorials:
Using the ASM Toolkit for Bytecode Manipulation
Using the ASM Toolkit for Bytecode Manipulation
Sometimes Java developers need to generate or change Java bytecode in the runtime. Is can be necessary for AOP or debugging, or even for performance optimization. There are several frameworks available that |
What is Persistence Framework?
What is Persistence Framework?
What is Persistence Framework?
A persistence framework moves the program data in its most natural form (in memory objects) to and from a permanent data store the database. The persistence framework manages the |
|
|
|