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”
Monthly Archives: September 2007
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”
Different types of US Visas
Ever wondered what type of Visa you need if you want to enter USA. Here are the different types of Visa for USA. [Its taken from Bhuvan’s Blog]. A – Official Visa A-1: For Ambassadors, public ministers & consular officers A-2: For immediate family members of A-1 A-3: Attendants & servants of A-1 andContinue reading “Different types of US Visas”
