Yifan wrote:
I am interesting in the boot up procedure of derby, especially in the partwhere the data dictionary is read and memory structures are initialized. Can someone give me a hint on that? Which part of the source code or classes should I look into?
FYI - there is a set of wiki pages aimed at Derby developers: http://wiki.apache.org/db-derby/DerbyDevAlso a lot of the Derby design is contained in the javadoc for the engine code:
http://db.apache.org/derby/javadoc/engine/ Dan.
