Author: husted
Date: Sun Nov 13 14:59:01 2005
New Revision: 343998
URL: http://svn.apache.org/viewcvs?rev=343998&view=rev
Log:
El and Plugins - Conform src directory structures to src/java/ ...
Added:
struts/el/trunk/src/java/
- copied from r343961, struts/el/trunk/src/share/
struts/plugins/trunk/src/
- copied from r343961, struts/plugins/trunk/resources/src/
Removed:
struts/el/trunk/src/share/
struts/plugins/trunk/resources/src/
Modified:
struts/site/trunk/xdocs/index.xml
Modified: struts/site/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/index.xml?rev=343998&r1=343997&r2=343998&view=diff
==============================================================================
--- struts/site/trunk/xdocs/index.xml (original)
+++ struts/site/trunk/xdocs/index.xml Sun Nov 13 14:59:01 2005
@@ -130,8 +130,8 @@
Today, the Apache Struts project is comprised of two distinct
frameworks
and several other subprojects.
The two frameworks are <strong>Struts Core</strong> and <strong>Struts
Shale</strong>.
- Struts Core is the original action/page framework.
- Struts Shale is an event/component framework based on JavaServer Faces.
+ Struts Core is the original request-based framework.
+ Struts Shale is a component-based framework based on JavaServer Faces.
Both frameworks are first-class citizens of the Apache Struts project.
</p>
@@ -140,8 +140,8 @@
<p>
When <a href="http://java.sun.com/j2ee/javaserverfaces/">JavaServer
Faces arrived</a>,
our development community chose to "make new friends but keep the old".
- Some of us want (or need) to stick with the original action/page
framework.
- Others are ready to switch to an event/component framework based on
JavaServer Faces.
+ Some of us want (or need) to stick with the original request-based
framework.
+ Others are ready to switch to an component-based framework that builds
on JavaServer Faces.
We offer both frameworks because we have volunteers to create and
maintain both frameworks.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]