Archive for August, 2008
Springing – AOP/Proxy Patterns
02Aug08
Working on Spring, we do read a lot on AOP – Aspect Oriented Programming. Is it something different from Object Oriented Programming. Nope, AOP is kind of a design pattern that we had been using fairly regularly in our natural programming but has been given a big name by Spring, coz of the beauty with [...]
Filed under: Spring, Technical, Uncategorized | Leave a Comment
Lets see the magic of Spring, although at a very base level but would give you a fair idea about Spring AOP/IOC and particularly the ‘Proxy’. I ll be using plain java to show how the Proxy pattern works.
Lets take up a simple Interface depicting our business requirement
public interface IBusiness {
public [...]
Filed under: Spring, Technical | Leave a Comment
Search
-
You are currently browsing the Sanchit Srivastava weblog archives for the month August, 2008.