Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > BOOK: Professional Oracle WebLogic Server
|
BOOK: Professional Oracle WebLogic Server
This is the forum to discuss the Wrox book Professional Oracle WebLogic Server by Robert Patrick, Gregory Nyberg, Philip Aston with Josh Bregman, Paul Done; ISBN: 978-0-470-48430-2
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Oracle WebLogic Server section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 21st, 2009, 08:44 AM
Authorized User
 
Join Date: Nov 2009
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 6: Coherence as a JPA second level cache

Towards the end of Chapter 6 we cover how to integrate Coherence with Kodo to act as a second level cache for JPA entities.

Readers who are interested in this capability should also check out TopLink Grid. As well as enabling Coherence to act as a second level cache, TopLink Grid optionally allows JPQL queries to be executed directly against the distributed data grid.

I recently enabled BigRez to use TopLink Grid. This was straightforward. I followed the path documented in Chapter 7 to switch the JPA provider to TopLink; followed the TopLink Grid guide to configure TopLink and Coherence, and annotate the entities I wanted to cache; packaged coherence.jar, the EclipseLink and TopLink jar files in APP-INF/lib; and added a filtering class loader to ensure these versions of the libraries are used.





Similar Threads
Thread Thread Starter Forum Replies Last Post
about using cache benordz ASP.NET 2.0 Basics 2 April 25th, 2008 09:19 AM
Cache problem alton Classic ASP Basics 3 September 6th, 2004 12:37 PM
cache pab006 Classic ASP Basics 3 January 22nd, 2004 05:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.