| Author |
Caching on JBoss
|
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
|
How to use caching on jboss ?
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Well, JBoss is probably doing a lot of caching internally but other than that, there's at least a couple of ways: 1) Let Hibernate cache your data (docs) 2) Use the JBoss TreeCache MBean (docs)
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Cameron Purdy
Greenhorn
Joined: Sep 24, 2002
Posts: 9
|
|
If you're clustering jboss and looking for high throughput and HA (e.g. BetFair) then check out Coherence. Peace.
|
<a href="http://www.tangosol.com/" target="_blank" rel="nofollow">Tangosol, Inc.</a><br /><a href="http://www.tangosol.com/coherence.jsp" target="_blank" rel="nofollow">Coherence</a>: Easily share live data across a cluster!
|
 |
Sam Griffith
Author
Greenhorn
Joined: Jun 24, 2005
Posts: 16
|
|
Additionally use JBoss Cache.... http://www.jboss.org/products/jbosscache
|
<a href="http://www.amazon.com/exec/obidos/ASIN/0596100078/orb-20" target="_blank" rel="nofollow">JBoss: A Developers Notebook</a>
|
 |
 |
|
|
subject: Caching on JBoss
|
|
|