Spring
-
Enterprise Java
Reference to dynamic proxy in a proxied class
There was an interesting question in Stackoverflow about how a Spring Bean can get a reference to the proxy created…
Read More » -
Enterprise Java
Sorting Spring Data MongoDB collections using @OrderBy
This is already third post about tuning and enhancing Spring Data MongoDB capabilities. This time I found that I miss…
Read More » -
Enterprise Java
Spring Security Part 2 – Password Encryption, Customize 404 and 403 error page
Here is the part 2 of spring security post. In this post I will show you how to encrypt password…
Read More » -
Enterprise Java
Spring Integration – Session 1 – Hello World
The ” Hello World” of Spring Integration – consider a simple program to print “Hello World” to the console using…
Read More » -
Enterprise Java
JMX and Spring – Part 3
This article is the last one of this series. Take a look at Part 1 and Part 2. In this…
Read More » -
Enterprise Java
JMX and Spring – Part 2
This post continues from Part 1 of the tutorial. Hi, in my previous article I explained how to setup a…
Read More » -
Enterprise Java
JMX and Spring – Part 1
This is the first of three articles which will show how to empower your Spring applications with JMX support. Maven…
Read More » -
Enterprise Java
Spring Custom Namespaces
Spring Custom Namespaces provides a good way to simplify the xml files used to describe the bean definitions of a…
Read More »