Thursday, September 14, 2006

Bottomline

Bottomline Bottomline is a JDBC Bridge API that loads database drivers directly from JAR archives with (JCL) Jar Class Loader. Bottomline uses a jdbc:bottomline bridge to load multiple drivers from their respective JAR files. Unlike JDBC, Bottomline uses custom class loaders to load drivers completely bypassing JVM's bootstrap class loader. This gives an advantage to load multiple versions of the same database driver from different JAR files.
[Note: This project is distributed under GPL]

HOMEPAGE | DOWNLOAD


Designed & Developed By: Kamran Zafar

JCL

JCL JCL (Jar Class Loader) is a simple Java API that loads classes from JAR files. It uses custom class loaders to load classes from JAR files enabling multiple versions of the same class file loaded eliminating ambiguity when each version is used by the application.
[Note: This project is distributed under GPL]

HOMEPAGE | DOWNLOAD


Designed & Developed By: Kamran Zafar