This is the third part of Spring Best Practices series as per Best practices introduction post. This third part is related with the best practices when using Spring’s DAO layers. You can refer the other four posts through this links… Part 1, Part 2, Part 4 and Part 5. I am expecting the correctionsContinue reading “Spring Framework: Best Programming Practices Part 3”
Author Archives: Lijin
Spring Framework: Best Programming Practices Part 2
This is the second part of Spring Best Practices series as per Best practices introduction post. This second part is also 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 1, Part 3, Part 4 and Part 5. IContinue reading “Spring Framework: Best Programming Practices Part 2”
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.”
