Log4j Configuration

This is pretty simple stuff. Too easy if you ask me.  The log4j is a handy tool for handling logs for your application. Log4j can be configured to just display logs in console or to write logs in files. The above screenshot  shows how a typical console log…

Basic Hibernate : My first attempt

 Today I started on hibernate and this is about the basic stuff. More like a hello world. I just finished re-writting my LoginDao to use hibernate framework. This webpage has helped me to do this : www.vaannila.com/spring/spring-hibernate-integration-1.html Heres what I have done. This time instead of spending time…

Oracle in Fedora 14 x86-64

Finally after much research in the internet, I have successfully installed Oracle 11gR2 database in my Fedora 14 x86-64. As a side-note, Oracle is impossible to install in any of the debian based distros. Only the old school RPM based distros like Fedora, can be used. You might…