hi folks,

i have an entity bean which has a String field containing xml. since i reference this 
bean often, i want to cache the parsed DOM locally in my application. of course, i 
can't store the DOM object in the bean since there are troublesome issues associated 
with persisting java objects directly

what i need then is a way for my application's own private cache of DOM objects to get 
notifications from jboss' CMP or caching layer, telling it when these beans have 
changed. then, after such notification, my application can flush its own cache of the 
DOM object corresponding to that particular bean.

questions:

(1) is there any way to get reference to such a jboss notification object from JMX or 
JNDI?

(2) if my whole approach seems problematic, please let me know.

thanks,
mike


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822911#3822911

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822911


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to