PHP and Apache on Windows 7
Installing Apache webserver and PHP together on Windows 7 proved to be more cumbersome than it should be. I had seen this error many times when starting Apache. “The requested…
Read more »Replicating a row in Oracle using Java
This is a method of duplicating a row in an Oracle with a few specified column values to be changed/updated. I needed to find an easy way to do this…
Read more »Hibernate test driver
In the last tutorial a number of Java objects were created and the values persisted to the various database tables under the management of Hibernate. Now, we will create a…
Read more »Diving into Hibernate
I’ve written this Hibernate tutorial to learn how various mappings work in Hibernate and maybe help out other new-comers in the process. I am going to cover 2 mapping cardinalities (1-many,…
Read more »