Commit Graph

10 Commits

Author SHA1 Message Date
Ted Nathan Husted ef999fe8fc WW-1483 Update POM versions for Struts 2.0.3-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@491460 13f79535-47bb-0310-9956-ffa450edef68
2006-12-31 18:09:12 +00:00
Ted Nathan Husted ed450a698a WW-1483 Update POM versions for Struts 2.0.2 release. Update feature list.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@491439 13f79535-47bb-0310-9956-ffa450edef68
2006-12-31 16:10:19 +00:00
Wendy Smoak 0b6fccb4ee Fixed eol-style and keywords svn properties.
WW-1483

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@478625 13f79535-47bb-0310-9956-ffa450edef68
2006-11-23 17:31:52 +00:00
Donald J. Brown 2db660a3bb Redesigning the Struts configuration to use the XWork DI container and its new configuration scheme.
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
2006-11-13 08:30:40 +00:00
James Mitchell bb9c688f5e fix pom scm locations
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@470183 13f79535-47bb-0310-9956-ffa450edef68
2006-11-02 01:54:41 +00:00
Ted Nathan Husted 0bc260e917 WW-1453 Update POMs for next distribution.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@462600 13f79535-47bb-0310-9956-ffa450edef68
2006-10-10 22:09:23 +00:00
Ted Nathan Husted a5f0d67553 WW-1453 Update POMs so as to tag 2.0.1.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@462570 13f79535-47bb-0310-9956-ffa450edef68
2006-10-10 21:16:01 +00:00
Donald J. Brown 656c9b20ae Screw it, going back to a simple, single-module website
WW-1453


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454282 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 04:34:00 +00:00
Donald J. Brown 8df55aefc2 Moving the JSF code into its own plugin, minor improvement to struts 1 config
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@450338 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 06:19:05 +00:00
Donald J. Brown 875b87cfd5 First cut at a simple plugin framework. The config files are loaded in the following order:
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
2006-09-27 05:59:22 +00:00