Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Up until now when creating web projects I was using the Google plugin for eclipse. I was creating a Web Application Project. This allowed me not to worry about the configurations of the DB, all i needed to do was to add JPA annotations to a class & it's table was created as soon as I used it in the code.

Now i would like to do this without using the Google plugin, I'd like to create a Web Dynamic Project & configure it to work with Hibernate & MySQL in a similar way as it worked in the Web Application Project.

I wasn't able to find any tutorial that explains how to configure my project to work in this way (what jar files to add, what xml files create, where to put everything etc.)

Can some please explain this to me or point me to a good guide.

Thanks in advance!!!!!
Dan
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900