DOC

net.sf.shadesdb : shades

Maven & Gradle

Oct 20, 2006
3 usages

Shades · Shades is an Object/Relational Mapping (ORM) framework that works in conjunction with JDBC APIs. Instead of relying on XML or annotations for configuration, Shades relies on an interface called ORMapping. This makes shades simple and flexible. Shades has no new transaction model nor Connection management which you must learn. You control the transactions, and the Connection that Shades uses, through plain JDBC interfaces. Shades is designed to work well with modern web development frameworks like Tapestry and Wicket.

Table Of Contents

Latest Version

Download net.sf.shadesdb : shades Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.shadesdb : shades Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file shades-0.0.5-javadoc.jar to shades-0.0.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder shades-0.0.5-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 "shades-0.0.5-sources.jar" -d "shades-0.0.5-javadoc" -subpackages 

Advertisement