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’”
Monthly Archives: January 2007
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”
Three ways to integrate Struts applications with Spring
1. Use Spring’s ActionSupport 2. Override the RequestProcessor 3. Delegate action management to Spring Source : More on this topic visit here Technorati tags: Spring, Struts
Spring in Action, Second Edition
Spring is a fresh breeze blowing over the Java landscape. Based on the principles of dependency injection, interface-oriented design, and aspect-oriented programming, Spring combines enterprise application power with the simplicity of plain-old Java objects (POJOs). In this second edition, Spring in Action has been completely updated to cover the exciting new features of Spring 2.0.Continue reading “Spring in Action, Second Edition”
