Allow Tapestry to NOT load default modules
------------------------------------------
Key: TAPESTRY-2569
URL: https://issues.apache.org/jira/browse/TAPESTRY-2569
Project: Tapestry
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.0.14
Reporter: Howard M. Lewis Ship
Normally, Tapestry loads all visible modules, using the
IOCUtilities.addDefaultModules().
It would be nice to make this optional, so that it would be possible to re-use
code from (say) tapestry-hibernate without loading all of the
tapestry-hibernate services.
This could be configured inside web.xml using a config value, say,
tapestry.load-default-modules.
Most likely, the application's module would use @SubModule to load the modules
it needs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]