* New EL abstraction to allow ONGL to be replaced
* Got rid of static factories and state, in favor of dep injection
* New plugin API points for the EL abstraction
XW-566 XW-461 XW-561
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577728 13f79535-47bb-0310-9956-ffa450edef68
The DI container will allow us better wire the framework together while allowing self-defining plugins
to extend/replace any component. This change also gets rid of the need for struts.properties, allowing
settings/constants to be defined in the XML. In fact, even the XML isn't required when using the new
zero configuration "actionPackages" filter init param.
These changes should be fully backwards compatible for most applications.
WW-1498 WW-1421 WW-1402
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@474191 13f79535-47bb-0310-9956-ffa450edef68
struts-default.xml, struts-plugin.xml, struts.xml, xwork.xml. This allows plugins to define
a config file that uses core interceptors, but make their results, interceptors, etc available
to application configurations. The extras and integration modules have been decomposed into their
own plugins.
WW-1457
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@450330 13f79535-47bb-0310-9956-ffa450edef68