Hibernate Shard, Serach and Validate

Posted in java by pedro | Tuesday, April 17th, 2007 at 10:07 am

We have three new Hibernate Projects, this projects add great possibility.

Hibernate Shards

This is a framework that is designed for horizontal partitioning. It’s key features are that Shards allows you still use Hibernate API, You can add your own shredding strategies and of course it’s open source.

Hibernate Search

This helps you achieve full text search. It’s use in background Apache Lucene. And make dirty work for us (sync, manage indexes etc.

Hibernate Validator

This allows to keep in one place our constraint about model. With annotation we can specify constraint, and hibernate will build and apply validation rules for us in many places (database schema, inserts/updates etc.)

Leave a Reply

about me

My name is Sebastian Pietrowski. I've finished Warsaw University as Master degree. I started my journey with Java 1.1 with Thread and JDBC programing in 1998 as I worked for merlin.pl. In 1999 I've passed Java Programer Certificate for Java 1.2, and was solution architect of merlin.pl infrastructure when we was moving from pl/sql to J2EE. It was great performance optimization with 10 times more req/sec than in requirements and 85 times faster as original solution.

Currently I work as Expert Software Development Java at F.Hoffmann-La Roche. The company was founded in 1896 and today, Roche employs over 80.000 people. After work I'm involved in activities related to Scala/Lift, Ruby/Rails/Merb, Python/Django. This is because I try to be pragmatic also I'm focused on application performance and tuning with success in my daily work.

My Yoda's motto: Do, or do not. There is no try.