Database caching

Hi,I'm just wondering if anyone has implemented some sort of database caching in JCAPS? sample scenario would be: a message flows thru and needs to do a lookup from database (routing info), the 2nd msg will just need to access the cached data.thanksAri
[281 byte] By [awid2] at [2007-11-26 11:43:37]
# 1
hi ari,we always try to do caching in static e.g. Hashmaps that hold data of a specific e.g. database. caches are read in intervalls of one day in our case. works really well.lg chris
ChrisBrennsteiner at 2007-7-7 11:51:28 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 2
How often is the cache refreshed in your case Chris? Will there be latency on this cache and actual info?It will be great if you could share the snippet of code.
achintaysagar at 2007-7-7 11:51:28 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 3
hi achtaysagar,my cache is if dataset is older than 6 minutes.what do you mean by latency and actual info?i can share code if you send me your email address mine is christian brennsteiner gmail com regards chris
ChrisBrennsteiner at 2007-7-7 11:51:28 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 4
Chris,I tried to send you email - after supplying the required "dot at dot" - but got recipient unknown. Did you provide a valid email without the punctuation (so scrappers wouldn't catch you), or am I missing something else?Regards
AKsuited at 2007-7-7 11:51:28 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 5
Oops - fat fingers.
AKsuited at 2007-7-7 11:51:28 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...