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!”
Author Archives: Lijin
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”
Hibernate Mapping Types
In every hibernate mapping files, we used to denote the “type” of the mapping variable. This type is actually known as Hibernate mapping types. These are very much different from SQL database types as well as Java data types. Here you can find a list of Hibernate mapping types. Click here to Read Full Article
Test your Spring – Hibernate Applications using Unitils
Unitils is an open source library aimed at making unit testing easy and maintainable. Unitils builds further on existing libraries like DBUnit and EasyMock and integrates with JUnit and TestNG. This article will help you to test Spring- hibernate applications easily using unitles. Technorati: spring, hibernate, unitils
