View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821608#3821608
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821608 Hi, I'm new to jboss and jmx, but would really like to exploit jmx to display and tune the activity in a cache of several thousand java objects. I've been planning to do this in a servlet and session context manner till now, but there would be advantages to to implementing the jmx interface on my cache. It seems that I could implement my cache as a datasource within jboss, which would expose its jmx interface to my managment apps in a very jboss-standared manner, and would be easy to incorporate into my server-side cache-using apps, after I implement a driver that accepts the commands currently used. My major uncertainty, is how would my cache-datasource access a normal data-source, e.g. oracle, from its non-servlet environment. Before I plunge into the source code, to figure out in detail how to do this, if anyone would care to comment on: Easier ways to achieve the goal of jmx access to the cache, The feasibiliy of the above approach Places in the jboss code showing one datasource using another Any other comments, warnings, advice, encouragement ------------------------------------------------------- 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
