Good morning,
For my project, I need to develop a web application, for this my choice was: GWT+Hibernate+MySQL+eclipse Helios, however, I’m not able to configure eclipse with all those tools. Is this combinaison possible? if yes, is there any tutorial for using them together? (I was searching on the internet and I didn’t find any appropriate tutorial ) and concretly, how can I use hibernate and make connection with MySQL database? (I created all what I need for GWT and now I don’t know exactly how to call hibernate)
Any help is welcome,
Regards.
In order to ‘call’ Hibernate you’ll need to configure a SessionFactory using an appropriate datasource and mapping metadata describing the mapping of your domain entities to your database structure.
I suggest that you carefully read the Hibernate documentation before going any further.