| Article: |
Object Caching in a Web Portal Application Using JCS | |
| Subject: | Caching | |
| Date: | 2003-12-24 11:02:17 | |
| From: | anonymous2 | |
|
Response to: Caching
|
||
|
Caching is part of the enterprise system architecture, not a hack.
|
||
Showing messages 1 through 4 of 4.
-
Caching
2003-12-29 19:52:18 srinip [View]
You bring up a good point. I briefly mentioned about caching in a cluster environment in the article but didn't address the issue in detail. I agree with you that a scalable and H/A enterprise system definitely needs a well defined distributed caching framework. I will be testing my caching framework in a clustered env very soon. I will share my findings in a follow-up article. Thanks for your feedback. -
Caching
2007-12-04 14:31:25 vipani [View]
Hi Srini,
I am working on caching webservice reponse .Can I use JCS ? I am working on SAP J2EE.
Thanks,Anil -
Caching
2007-12-04 14:31:39 vipani [View]
Hi Srini,
I am working on caching webservice response .Can I use JCS ? I am working on SAP J2EE.
Thanks,Anil
-
Caching
2004-01-05 00:56:23 anonymous2 [View]
Object caching in a distributed and/or clustered environment is a different discussion stream. It is more complex architecture and may not become a thumb rule solution, as the remote objects are not performant compared to local objects. Moreover the data synchronisation, security also need to be addressed.I found this article good as it really depicts the good picture for the per-JVM caching framework.


