Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
generic
Description
Currently, the dbloader and fileloader code is buried within the driver jar. The problem with this is that even if someone doesn't care to run the driver, they still need to install faban and deploy the driver. This also means there are separate copies of the loaders for each implementation. By moving the loaders out of the driver heirarchy (directly under trunk), they can be packaged either seperately or with the application and be shared by the implementations.