Skip to content
fuzziness edited this page Jun 14, 2012 · 3 revisions

The application

The code is an example application of the Lambico framework, to be extended to include the HibernateSearch index-based search functionality.

The requirements

  1. Lambico framework as Hibernate
  2. Support of indexed searching via HibernateSearch: http://www.hibernate.org/subprojects/search.html
  3. PostgreSQL 8.3 as backend
  4. Use JUnit tests to test the application
  5. Back up the test generation via the Parancoe Yaml library
  6. Expose and search for the following fields
field type Java type indexed search
Numeric Integer
Text String V
Date Date
Blob String V

To do

  1. HibernateSearch for Text fields
  2. HibernateSearch for blob fields
Clone this wiki locally