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
Welcome to my blog, I am a Sun certified Java/J2EE professional and specialize in various Open source software technologies. This blog hosts all my open source software development work, which is available for free to everyone.
Thursday, September 14, 2006
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
[Note: This project is distributed under GPL]
HOMEPAGE | DOWNLOAD
Designed & Developed By: Kamran Zafar
Subscribe to:
Posts (Atom)