↧
Removing JSESSIONID from URLs for Spring Security 3.0+ applications
jsessionid in URLs look annoying, more so in search results. Disabling them from URL is just a configuration in your spring-security.xml file for Spring version 3.0 + : use the...
View ArticleAwesome Spring – Superlike @Cacheable @Async and @Scheduled
How many times in last 10 years I have to write code to cache things locally or in distributed cache? How many times did I write code to make heavy-lifting Java methods asynchronous? Probably numerous!...
View ArticleJVM Off-heap Caching Libraries
Here’s another gem from Snapdeal Engineering blog : analysis and comparison of different off-heap caching solutions and performs benchmarking for their use-case. The Blog post describes benchmarking...
View Article