TechnoBuzz

A Techno Blog, mainly about Java

Get started with Hibernate

I have avoided the book Hibernate in action so far. But, here is an aricle on getting started with Hibernate.

October 26, 2004 Posted by davidbloom | Hibernate & ORM | | No Comments Yet

CVS in WSAD/Eclipse

CVS is one of the early code versioning systems. I am going to first run thru some resources [1] [2] on how to use this within wsad/eclipse.

Versions and Branches

CVS setings can be accessed in eclipse : Windows -> Preferences -> Team -> CVS
To enter the CVS perspective in eclipse: Windows -> Open Perspective -> Other -> CVS
To check out a project into eclipse using CVS from Apache , see this link

October 26, 2004 Posted by davidbloom | SW Tools | | No Comments Yet