Blog Archives

Quick Intro to Hibernate Search and Lucene

In my previous post “Adding the Power of Search to Your Hibernate App – The Easy Way“, I talked a little about when you may want to consider integrating a search capability into your application using Hibernate Search, as well

Tagged with: , , , , ,
Posted in Database Programming, Java Programming, Software Development

Adding the Power of Search to Your Hibernate App – The Easy Way

I’m currently working on a software project whose data layer is built using Hibernate – an Object-Relational Mapping (ORM) framework that takes a lot of the tedious work out of tying a Java-based application to a relational database. We recently

Tagged with: , , ,
Posted in Database Programming, Java Programming, Software Development