Search Lucene Index created in database using JdbcDirectory
In our last excercise we created Lucene index in database using JdbcDirectory which comes with Compass in this post we…
In our last excercise we created Lucene index in database using JdbcDirectory which comes with Compass in this post we…
Today I started getting this weird message in my Android project. A resource exists with a different case: ‘/MyApp/bin/classes/com/mumz/R$Id.class’. Initially…
Today I started getting this weird looking exception while launching tomcat. I googled around and most answers were pointing towards…
Earlier we worked directly with Lucene API to create and search index Index and Search a Directory using Apache Lucene Create…
In earlier post we had OneToMany uni-directional mapping with the help of JoinTable. In this post we will see how…
In earlier post we had OneToMany bi-directional mapping. In this post we will see how can we make it unidirectional…
Today in this tutorial we will integrate our JSF 2.0 application with Spring Security 3.1. We will be using the…
Backtracking all our previous tutorial you will notice we always had our user definition with password placed in our database….
Lightweight Directory Access Protocol aka LDAP is a protocol used for maintaining data over distributed ENV. Most of the organization…