I would like to continue to create submodules that encapsulate different pieces of functionality. For example, I would like to create a crypto module that includes the bouncy castle libraries. This would be optional and you would include it only if you needed crypto functionality. Eventually, the core library would be just for managing generic documents. Even the pdf functionality would be a submodule.
I would like to continue to create submodules that encapsulate different pieces of functionality. For example, I would like to create a crypto module that includes the bouncy castle libraries. This would be optional and you would include it only if you needed crypto functionality. Eventually, the core library would be just for managing generic documents. Even the pdf functionality would be a submodule.