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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.shadesdb
ArtifactId

ArtifactId

shades
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://sourceforge.net/projects/shadesdb

Download shades

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.shadesdb/shades/ -->
<dependency>
    <groupId>net.sf.shadesdb</groupId>
    <artifactId>shades</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.shadesdb/shades/
implementation 'net.sf.shadesdb:shades:0.0.5'
// https://jarcasting.com/artifacts/net.sf.shadesdb/shades/
implementation ("net.sf.shadesdb:shades:0.0.5")
'net.sf.shadesdb:shades:jar:0.0.5'
<dependency org="net.sf.shadesdb" name="shades" rev="0.0.5">
  <artifact name="shades" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.shadesdb', module='shades', version='0.0.5')
)
libraryDependencies += "net.sf.shadesdb" % "shades" % "0.0.5"
[net.sf.shadesdb/shades "0.0.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.5