Hello Currently I am in a dilemma. Is it better to have a lot of Tiles modules or a lot of optional dependencies? I try to explain myself. Currently in the Tiles there is a lot of optional dependencies: tiles-core: EL, MVEL, OGNL tiles-servlet: Spring packages tiles-portlet: Spring packages
These optional dependencies could be transformed into normal dependencies by creating new submodules. In this case, there will be 5 new modules. These modules will have a really small amount of classes. So my doubt is: is it better to have lots of modules, even small ones, with correctly-managed dependencies, or a small number of modules with some optional dependencies that need extra documentation to install (even with Maven)? Antonio
