Search Results

2
votes

Spring roo Vs (Wicket and Spring)

Our current project uses Spring and Wicket, we have always used Spring but switched to Wicket a year ago. Few advices: Get the "Wicket in Action" book. The user mailing list …
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. …