- This topic has 2 replies, 2 voices, and was last updated 19 years, 5 months ago by Raja krishnan.
-
AuthorPosts
-
Raja krishnanMemberHi Guys,
I want to know what is the best way to update MYECLIPSE IDE3.8.4 to use Hibernate 3 instead of Hibernate 2.1 .
I have downloaded Hib3 and ready to use.
I noticed that MyEclipseIDE Hibernate Home points to
C:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.hibernate_3.8.4/dataand also i see a 2.1 folder there which contains a lib directory .
Can i just erase all jars here and put Hib3 & Dependent jars or go to MyEclipse Project Capabilites and change the List of Jars there for Hibernate .Which will be less painful as far as this Upgrade .I had some trouble with Struts 1.1 to 1.2 upgrade
I also want to know that MyEclipse 4 will support Hib3 by default or only 2.1 .
Please throw some light on this topic…
Riyad KallaMemberCan i just erase all jars here and put Hib3 & Dependent jars or go to MyEclipse Project Capabilites and change the List of Jars there for Hibernate .Which will be less painful as far as this Upgrade .I had some trouble with Struts 1.1 to 1.2 upgrade
I would suggest putting the new Hibernate files somewhere and then doing into the Project Capabilities page and changing it there, no need to erase the ones MyEclipse ships. BUT I do want to point out that official Hibernate 3 support will be comming in MyEclipse 4.0, this was a priority change (due to user demand) that just happened recently. So the safest thing to do now is to wait, if you ened Hibernate 3 right now, you can simply drop the new libraries into your project and start using them.
I also want to know that MyEclipse 4 will support Hib3 by default or only 2.1 .
Yep, management just changed up priorities due to user demand a few days ago, we WILL have Hibernate 3 support in lieu of shipping the visual mapping editor later.
Raja krishnanMemberThanks .I will wait for 4
-
AuthorPosts