Search Results

2
votes

Java Web Service framework/library, which is a better one and why ?

We have tried Metro and CXF and kept CXF because Metro includes too many dependencies like Sun's APIs in its jar files which makes it difficult to integrate in another application server than Glass …
1
vote

What do you monitor with JMX in your production JEE server?

On a previous project, we monitored thread counts and memory, number of HTTP sessions and size of query caches. The other interest of JMX with caches is that you can force a flush. …