The Java Language Specification states
A package can be stored in a file system (§7.2.1) or in a database (§7.2.2).
We're all familiar with packages stored in file systems, but I have not seen packages stored in a database.
Can anyone point me at a site discussing this more thoroughly than the above html? I'd like to understand the purposes, advantages, disadvantages, etc. Note, I'm asking about packages rather than the storage of object instances.