Learning the code way
A small step towards sharing what I have learned.
Wednesday, 27 November 2013
Spring Security And Authorization
›
In a Java Web application, where authorization is involved, roles come into the picture. If a request is authorized to access a particular ...
4 comments:
Friday, 22 November 2013
Remember Me... Spring Security
›
Login page in most web applications have a small check-box that says "Remember Me ". Nothing new there. The cool part is spring s...
1 comment:
Sunday, 17 November 2013
The Identity Hash Map
›
If we work with Maps in java than the keys need to implement equals and hashcode - Right ? Actually Wrong.
2 comments:
Tuesday, 12 November 2013
Enums as the key in Map
›
In the previous post we saw how EnumSet is an optimized collection built for use with Enums . While I genuinely struggled to come up with s...
Saturday, 9 November 2013
A Set of Enums
›
Why would I need a collection Of Enums? Consider that we do have a simple enum: public enum Rating { TOP, GOOD, PASSABLE, BAD, POOR, F...
1 comment:
‹
›
Home
View web version