ViewVC: Web based Version Control Repository Browsing

ViewVC is a browser interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display specific versions of files as well as diffs between those versions. Basically, ViewVC provides the bulk of the report-like functionality you expect out of your version controlContinue reading “ViewVC: Web based Version Control Repository Browsing”

Hibernate generator classes

Extracted from Hibernate online official tutorials In Hibernate the optional <generator> child element names a Java class used to generate unique identifiers for instances of the persistent class. If any parameters are required to configure or initialize the generator instance, they are passed using the <param> element. <id name=”id” type=”long” column=”cat_id”> <generator class=”org.hibernate.id.TableHiLoGenerator”> <param name=”table”>uid_table</param>Continue reading “Hibernate generator classes”

Design a site like this with WordPress.com
Get started