Open topic with navigation
Using The Sources From db4o Distribution
The sources for db4o are in the 'src' subdirectory of the db4o distribution. You simply can open these projects in Eclipse (or another IDE). Compile and use the db4o projects like any other Eclipse project.
Following projects are shipped with db4o:
- bloat: The bytecode manipulation library used by db4o.
- db4o.cs: The db4o client server mode.
- db4o.cs.optional: Optional additions for the db4o client server mode.
- db4o.instrumentation: The base for different instrumentations provided by db4o.
- db4o_osgi: The db4o service
- db4o_osgi_test: The test cases for the db4o OSGi service.
- db4oj: The db4o core.
- db4oj.optional: Optional features for db4o.
- db4oj.tests: The db4o test-suite.
- db4onqopt: The db4o native query optimization.
- db4otaj: Transparent activation/persistence enhancers.
- db4otools: Tooling for db4o like Ant-tasks
- db4ounit: The db4o unit test framework.
- db4ounit.extensions: Utilities and extensions for the db4o unit test framework.