From: <ben...@jb...> - 2005-10-28 21:46:19
|
Couple more comments after our conversation for book keeping: 1. Cache access. Is it remote access to another instance or create another fresh cache instance (under IDE) 2. Cache content display. a) For plain cache, can use plain reflection to display the fields. b) For pojo cache, can retrieve the class name from the internal node. Do a reflection and retrieve the field value from the node. In this case, we don't display the inividual cache node value. 3. Some cache management like clear cache, e.g. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904237#3904237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904237 |