Hi there
I currently have project in school. In the beginning it was supposed to just get data from database and have some settings available. But recently I got 2 more co-workers and they should participate by adding some more functionality.
That is when I started to make the page modular. So the question here is: Has anyone of you made a project like this? Tha part that's interesting for me is how do you make it modular?
I was thinking of doing something like this:
- make a Modules folder
- each time the page starts it checks whether there is any module in folder
- if yes then create new link and link it with index.jsp in module War archive
Would that work? Have you got any other suggestions or useful tips? Thank you very much for every reply ;).