From 1ba017247ca110f6d9dd33a0d9a821ae6f8f3351 Mon Sep 17 00:00:00 2001 From: Ted Nathan Husted Date: Wed, 30 Aug 2006 16:13:17 +0000 Subject: [PATCH] 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 --- apps/blank/README.txt | 10 ++++++++++ apps/mailreader/README.txt | 21 ++++++++++++--------- apps/portlet/README.txt | 9 +++++++++ apps/showcase/README.txt | 10 ++++++++++ apps/starter/README.txt | 10 ++++++++++ 5 files changed, 51 insertions(+), 9 deletions(-) create mode 100644 apps/blank/README.txt create mode 100644 apps/portlet/README.txt create mode 100644 apps/showcase/README.txt create mode 100644 apps/starter/README.txt diff --git a/apps/blank/README.txt b/apps/blank/README.txt new file mode 100644 index 000000000..db14cea57 --- /dev/null +++ b/apps/blank/README.txt @@ -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 + +---------------------------------------------------------------------------- \ No newline at end of file diff --git a/apps/mailreader/README.txt b/apps/mailreader/README.txt index cdb3df847..802aea4d4 100644 --- a/apps/mailreader/README.txt +++ b/apps/mailreader/README.txt @@ -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". ---------------------------------------------------------------------------- \ No newline at end of file diff --git a/apps/portlet/README.txt b/apps/portlet/README.txt new file mode 100644 index 000000000..a7230a24b --- /dev/null +++ b/apps/portlet/README.txt @@ -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 + +---------------------------------------------------------------------------- \ No newline at end of file diff --git a/apps/showcase/README.txt b/apps/showcase/README.txt new file mode 100644 index 000000000..4d483c78c --- /dev/null +++ b/apps/showcase/README.txt @@ -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 + +---------------------------------------------------------------------------- \ No newline at end of file diff --git a/apps/starter/README.txt b/apps/starter/README.txt new file mode 100644 index 000000000..71abfaf5f --- /dev/null +++ b/apps/starter/README.txt @@ -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 + +---------------------------------------------------------------------------- \ No newline at end of file