From: <man...@jb...> - 2006-03-22 11:45:49
|
Re: JMX, as of 1.3.0, you can even view statistics of a cache group - e.g., number of cache hits and misses, commits and rollbacks, etc. So perhaps you should be able to: 1. Connect to a remote cache cluster via JMX 2. View stats on the cluster (if running cache >= 1.3.0) 3. Walk the tree structure. The TreeCacheMBean has a lot of the same public methods of TreeCache, such as get(). I don't think starting/stopping a cluster makes sense from within Eclipse. And there is the project stuff - like you said, "Start new JBossCache project" sounds very good. This could copy jars and a skeleton jboss cache config file, and could we make it so it launches the config editor when someone double clicks on the jboss cache config file? Perhaps have a 'wizard' and 'src' view, kind of like the Eclipse plugin XML editors? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931833#3931833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931833 |