|
Oracle TopLink Grid
With the release of Oracle TopLink 11g (11.1.1.0.0)
Oracle has introduced a solution which marries the standardization
and simplicity of application development using the Java Persistence
API (JPA) with the scalability and distributed processing power
of Oracle’s
Coherence Data Grid. Developers can leverage their investment
in JPA and take advantage of the scalability of Coherence. Standard
JPA applications interact directly with their primary data store,
typically a relational database, but with TopLink Grid developers
can choose to store some or all of their domain model in the Coherence
data grid.
TopLink Grid Features:
- Simple configuration using annotations that
align with standard JPA
- Ability to choose which entities are stored
in the grid versus those stored directly in the backing data store
- Support for queries being executed against
either the Grid or directly against the data store
- Support for storing Entities with either eager
or relationships into Coherence
|