DOC

org.sakaiproject.genericdao : generic-dao

Maven & Gradle

Aug 22, 2020
9 usages
4 stars

generic-dao · Generic Dao is a Java package which allows a developer to skip writing DAOs for their persistence objects when they are using Spring and/or Hibernate. The package was originally created by Aaron Zeckoski for the Evaluation System project but was repackaged to make it distributable by request. It is used in the RSF framework (http://www2.caret.cam.ac.uk/rsfwiki/). Note about the BeanUtils provided dependency: BeanUtils is not required if you are not using it in your project. Note about the Hibernate provided dependency: Hibernate is not required if you are not using it in your project.

Table Of Contents

Latest Version

Download org.sakaiproject.genericdao : generic-dao Javadoc & API Documentation - Latest Versions:

All Versions

Download org.sakaiproject.genericdao : generic-dao Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.12.x
0.11.x
0.10.x

How to open Javadoc JAR file in web browser

  1. Rename the file generic-dao-0.12.0-javadoc.jar to generic-dao-0.12.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder generic-dao-0.12.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "generic-dao-0.12.0-sources.jar" -d "generic-dao-0.12.0-javadoc" -subpackages 

Advertisement