Link to home
Start Free TrialLog in
Avatar of priyapratheep
priyapratheep

asked on

project using hibernate

Hi

i want to study hibernate.i read some basic concepts. plan to do one project like thing using hibernate,jsp,java,servlet...


can anybody gve me idea to do one small work using all these

ASKER CERTIFIED SOLUTION
Avatar of Tomas Helgi Johannsson
Tomas Helgi Johannsson
Flag of Iceland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
if you are using eclipse, manage to get myEclipse plugin. you can get tutorials of how to use in their site. Your most of the work of creating mapping files, DAO classes are done by it ad you are made left to code with your business logic only.

Avatar of eivindO
eivindO

Another useful plugin for Eclipse is Hibernate Tools. Hibernate Tools can be used to generate mapping documents, domain objects and configuration files. It is also useful for testing HQL.

Hibernate Tools can be downloaded here:
http://www.hibernate.org/255.html