2010
Java development 2.0: Sharding with Hibernate Shards
Among various sharding implementations, Hibernate Shards is possibly the most popular in the world of Java technology. For some shops, sharding means being able to keep a trusted RDBMS in place without sacrificing data scalability or system performance. In this installment of the Java development 2.0 series, find out when sharding works, and when it doesn't, and then get your hands busy sharding a simple application capable of handling terabytes of data.
2006
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
(2 marks)