Skip to main content

Posts

Showing posts from May, 2013

HIBERNATE (WITH @NNOTATION) IN WEB APPLICATION

In this post, am going to cover the basic way to setup the hibernate environment in eclipse to do a simple insert operation in mysql database and this post is meant for beginners who doesn't know about hibernate configurations coz am similar kind. I can't post this in codeproject coz it requires some more documentation so if you want the project files m essage me in G+  I will post you the project files. Folder structure & Libraries required :  It gives clear details about file placement and libraries required. Application setup: ·         JDK 6 ·         Eclipse Juno ·         Tomcat 7.0 ·         MySQL 5.1 ·         Supporting libraries for hibernate. Steps: ·         Creating project in Eclipse. ·...