There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.
In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.
Originally posted by saj kt: can Any one give codes for executing a hibernate web application.
thanks
Probably not because that is to broad of a question. It is not specific enough to even know what you expect to see. And, we should seperate the "Hibernate" from "Web Application" Because Hibernate is Hibernate whether it is within a web application or not. Hibernate is just a mapping between Data Tables and Java Objects, and the ability to do Queries and CRUD operations. By seperating that out with your Java Object Model, DAOs, then the front end doesn't make a difference, it just calls method on your ORM layer.