Search Results

0
votes

Which java web framework you use in your day job ?

We use Spring MVC. We use Spring Webflow on top of that if we have to implement certain "flows" or wizards. I'm pretty happy using that. …
0
votes

How to sort a Map<Key, Value> on the values in Java?

Use java.util.TreeMap. "The map is sorted according to the natural ordering of its …