Application questions (modular architecture / how to store config)
Hi,
i'm starting to write an application, which should be easy to extend, later...
The application is in the MVC Pattern written, but i want to have a modular architecture.
My thoughts are these:
- Folder 'Modules' in which i can deposit Java classes, each class express a module
Additional i have a question belongs to configuration files.
Where should i store it, if i have to save sensitive user data like passwords? (and encryption??)
I hope you understand my concern.
Thanks a lot!
Greetings