Search « Struts « JPA Q&A





1. How to use Hibernate Full Text Search    stackoverflow.com

I am developing an application in struts 1.2 framework. I want to use hibernate full text search in my application. How can I use it?

2. search utility using struts, hibernate    coderanch.com

I tried searching the forum couldn't found the exact or similar solution. I have a search page (jsp) with free form text field, multi selection boxes and etc. I want to build a search utility class, which can be passed to hibernate layer (seperate from presentaion layer). I don't want to pass hardcoded query to hibernate layer rather want to pass ...