Yay! I finally managed the unmanageable!
Got Spring framework working with JDBC DAO, had to install MyEclipse though. That IDE is pretty cool. (Netbeans should seriously get a plugin for spring,makes life easier.)
Secret is dont try using MS SQL for this activity unless you wanna use the normal JDBC ODBC driver (not sure if it works though)...they have a MS SQL jdbc driver available online...you may want to check it out. But for novices like me, please use postgreSQL as ur database of choice. Its good easy to use and the GUI is cool!And the driver is available online too and u simply got to add the driver to MyEclipse. ("Help" is ur angel!)
a link that will be useful for the beginner:
http://www.laliluna.de/eclipse-spring-jdbc-tutorial-en.html
My next step in this battle is to get Hibernate working..
Gotta get to reading tutorials reg. those too...damn!
*for now , yay*
Subscribe to:
Post Comments (Atom)
2 comments:
For a great Hibernate introduction for MyEclipse see the tutorial here: http://www.myeclipseide.com/images/tutorials/quickstarts/introduction_to_hibernate/tutorial.html
One of many that might be of help on the Documentation page here: http://www.myeclipseide.com/ContentExpress-display-ceid-67.html
Thanks Todd!
Yeah ur right the hibernate tutorial is really good.
Post a Comment