apache > db
Apache DB Project
 
Font size:      

Loading Classes from a Database

Loading Classes from a Database

You can store application logic in a database and then load classes from the database. Application logic, which can be used by both Derby (for database-side methods and stored objects) and your application, includes Java class files and other resources. Storing application code simplifies application deployment, since it reduces the potential for problems with a user's class path.

In an embedded environment, when application logic is stored in the database, both the user application and Derby can access classes loaded by the Derby class loader from stored jar files.


Previous Page
Next Page
Table of Contents
Index