Not Just Another Blog
Wednesday, July 23, 2014
Spring Security Custom FilterChainProxy using Java Configuration
›
In a previous post I wrote how to custom configure FilterChainProxy using Java Bean XML configuration file. I got some feedback and of th...
2 comments:
Tuesday, June 24, 2014
Simple Redis Master/Slave Replication
›
Redis is an in memory key value store developed to be scale-able from ground up. Redis enables this through client side sharding as well a...
Sunday, June 22, 2014
Getting Started with Redis on Ubuntu
›
Redis, an in-memory key value data store. It comes under the category of NoSQL or Non Relational Database where storing, manipulating and ...
Friday, June 13, 2014
Custom Dozer Mapper Factory Bean
›
As part of my work I had to learn and make use of Dozer mapper. A Java Bean to Java Bean Mapper which enables Converting from one type of J...
Thursday, April 3, 2014
Java 8 Features Part 2
›
In a previous post I covered the features Parallel Operations and Method References newly available in Java 8. But the most significant an...
Wednesday, March 26, 2014
Java 8 Features Part 1
›
"Change is the only thing that doesn't change". This statement explains well anything and Java is not an exception in this r...
Tuesday, March 25, 2014
Tiny Url with Redis
›
As part of work, I was asked to research about Redis , a Distributed Key-Value Persistence Store developed to make caching extremely fast...
2 comments:
‹
›
Home
View web version