Spring Framework: Best Programming Practices Part 1

  This is the first part of Spring Best Practices series as per my previous post. This post related with the best practices when using Spring’s Core classes and other utilities. You can refer the other four posts through this links… Part 2, Part 3, Part 4 and Part 5. I am expecting the correctionsContinue reading “Spring Framework: Best Programming Practices Part 1”

Spring Framework : Best Programming Practices.

Spring is a powerful Java application framework, used in a wide range of Java applications. It provides enterprise services to Plain Old Java Objects (POJOs). Spring uses dependency injection to achieve simplification and increase testability. Spring beans, dependencies, and the services needed by beans are specified in configuration files, which are typically in an XMLContinue reading “Spring Framework : Best Programming Practices.”

A new pointcut in Spring 2.5 : bean() pointcut

Spring framework 2.5 introducing a new pointcut method to its users. Its called the bean pointcut. This will help us to weave Aspects in to the beans. According to the bean name(s) which we had specified or according to the pattern which we mentioned,  we can weave the aspects into that points. Besides selecting aContinue reading “A new pointcut in Spring 2.5 : bean() pointcut”

Design a site like this with WordPress.com
Get started