Android ListFragment conflicts with a type defined in the same file – Heights of Ignorance
Yesterday I stumbled upon below error while developing my Android application which also has a ListFragment I had android-support-v4.jar in…
Yesterday I stumbled upon below error while developing my Android application which also has a ListFragment I had android-support-v4.jar in…
Spring Data JPA provides a more cleaner approach of using JPA for DAO layer. It removes boilerplate code and developers…
Following all previous steps we always configured JSF and Spring. In case we use third party library like Primefaces you…
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 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…
In our last post we built a simple index over file system. While our example works fine but cannot be…
In two steps we will integrate Apache Lucene and Maven in Eclipse. First Create Java Project using Maven in Eclipse Second…