Posts by Thiago Veronese • 139 points
2 posts
-
0
votes2
answers1021
viewsA: Processing of Session Objects
I think the ideal in your case would not be to create a "Garbage Collector" to eliminate unnecessary objects from the session. First because this solution would not be anything simple and second…
-
3
votes5
answers22775
viewsA: What is the best way to iterate objects on a Hashmap?
There is also the option to use the library Guava. Take a look at API and in the Wiki maps class. It has several interesting methods, for example Difference to get the difference between 2 maps,…