Glassfish features…

Here is some key features of Glassfish, the Open Source Application Server for Java EE 5. These info I got from ArunGupta’s blog. He summarizes the features in his latest post. Fastest open source application server (883.66, highly scalable). Centralized management of clusters and instances distributed across multiple servers. Microsoft .NET 3.0 interoperability Java BusinessContinue reading “Glassfish features…”

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”

Commonly used Generators in ‘Hibernate’

Generator Description increment It generates identifiers of type long, short or int that are unique only when no other process is inserting data into the same table. It should not the used in the clustered environment. identity It supports identity columns in DB2, MySQL, MS SQL Server, Sybase and HypersonicSQL. The returned identifier is ofContinue reading “Commonly used Generators in ‘Hibernate’”

Three advantages of integrating Struts into Spring

Three advantages of integrating Struts into Spring There are so many advantages of integrating a Struts application into the Spring framework. These three points I got from Mr.George Franciscus’s article in Developerworks. 1. Spring was explicitly designed to resolve some of the real-world problems of JEE, such as complexity, poor performance, testability, and much more.Continue reading “Three advantages of integrating Struts into Spring”