mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
WW-1349 Update and Add READMEs for applications.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@438532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
README.txt - blank
|
||||
|
||||
This is an "empty" application that you can deploy as the basis of your own
|
||||
application.
|
||||
|
||||
For more on getting started with Struts, see
|
||||
|
||||
* http://cwiki.apache.org/WW/home.html
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
@@ -1,15 +1,18 @@
|
||||
README.txt - mailreader-bang
|
||||
README.txt - mailreader
|
||||
|
||||
This application demonstrates switching from the "bang" syntax for invoking
|
||||
dynamic methods to a general-purpose wild card approach.
|
||||
The MailReader demonstrates a localized application with a master/child
|
||||
CRUD workflow.
|
||||
|
||||
To switch between approaches, edit the struts.xml file to include either the
|
||||
struts-bang.xml file OR the struts-wildcard.xml. (But not both.)
|
||||
This rendition also demonstrates using wildcards to "normalize" an
|
||||
application.
|
||||
|
||||
When using the -bang application, be sure that the
|
||||
struts.enable.DynamicMethodInvocation property is set to "true".
|
||||
See the Sandbox for other MailReader examples using other architectures.
|
||||
|
||||
* http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2/apps/
|
||||
|
||||
For more about the MailReader applicaton genneraly, visit Struts University.
|
||||
|
||||
* http://www.StrutsUniversity.org/
|
||||
|
||||
For the -wilcard application. be sure that the
|
||||
struts.enable.DynamicMethodInvocation property is set to "false".
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
@@ -0,0 +1,9 @@
|
||||
README.txt - portlet
|
||||
|
||||
This is a simple example of using the portlet API with Struts applications.
|
||||
|
||||
For more on getting started with Struts, see
|
||||
|
||||
* http://cwiki.apache.org/WW/home.html
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
@@ -0,0 +1,10 @@
|
||||
README.txt - showcase
|
||||
|
||||
Showcase is a collection of examples with code that you might be adopt and
|
||||
adapt in your own applications.
|
||||
|
||||
For more on getting started with Struts, see
|
||||
|
||||
* http://cwiki.apache.org/WW/home.html
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
@@ -0,0 +1,10 @@
|
||||
README.txt - starter
|
||||
|
||||
This is an "hello world" application that you can deploy and review, and
|
||||
perhaps use as the basis of your own application.
|
||||
|
||||
For more on getting started with Struts, see
|
||||
|
||||
* http://cwiki.apache.org/WW/home.html
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user