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”
Category Archives: Spring
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.”
Spring Framework 2.1 is turning into Spring Framework 2.5!
After so many Milestone releases of Spring 2.1, Spring Team is going to announce the new version of Spring as Spring Framework 2.5 ! The official announcement of the Final release will be in this October. But according to the Team’s official blog the first release candidate expected for late September itself. The new versionContinue reading “Spring Framework 2.1 is turning into Spring Framework 2.5!”
Acegi Security: Implementing security in your spring applications
Acegi Security is a Java/Java EE framework that provides advanced authentication, authorization and other security features for enterprise applications built using the Spring Framework (Java). This is a powerful, flexible security solution for enterprise software, with a particular emphasis on applications that use Spring. This provides your applications with comprehensive authentication, authorization, instance-based access control,Continue reading “Acegi Security: Implementing security in your spring applications”
