25 September 2006 17:45
Using Spring and Hibernate with WebSphere
Hibernate is an open source persistence framework for Plain Old Java Objects (POJOs), and Spring uses dependency injection (DI) and Aspect Oriented Programming (AOP) to simplify and smooth the transitions from development to testing to production. Both open source projects are gaing more and more popularity with developers. This article explains how to configure these frameworks for various scenarios with WebSphere Application Server.
1
(1 marks)