svn commit: r432449 - in /struts/sandbox/trunk/mailreader-course/struts2/hello/src: java/struts.xml java/tutorial/ java/tutorial/HelloWorld.java webapp/tutorial/ webapp/tutorial/HelloWorld.jsp

2006-08-17 Thread husted
Author: husted
Date: Thu Aug 17 17:30:52 2006
New Revision: 432449

URL: http://svn.apache.org/viewvc?rev=432449&view=rev
Log:
WW-1340 Add "HelloWorld" code from "Step by Step" tutorial.

Added:
struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/tutorial/

struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/tutorial/HelloWorld.java
struts/sandbox/trunk/mailreader-course/struts2/hello/src/webapp/tutorial/

struts/sandbox/trunk/mailreader-course/struts2/hello/src/webapp/tutorial/HelloWorld.jsp
Modified:
struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/struts.xml

Modified: 
struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/struts.xml?rev=432449&r1=432448&r2=432449&view=diff
==
--- struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/struts.xml 
(original)
+++ struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/struts.xml 
Thu Aug 17 17:30:52 2006
@@ -16,4 +16,11 @@
 
 
 
+
+
+
+/tutorial/HelloWorld.jsp
+
+
+
 

Added: 
struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/tutorial/HelloWorld.java
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/tutorial/HelloWorld.java?rev=432449&view=auto
==
--- 
struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/tutorial/HelloWorld.java
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/struts2/hello/src/java/tutorial/HelloWorld.java
 Thu Aug 17 17:30:52 2006
@@ -0,0 +1,25 @@
+package tutorial;
+
+import com.opensymphony.xwork2.Action;
+
+import java.text.DateFormat;
+import java.util.Date;
+
+public class HelloWorld implements Action {
+
+public String execute() {
+message = "Hello, World!\n";
+message += "The time is:\n";
+message += DateFormat.getDateInstance().format(new Date());
+;
+
+return SUCCESS;
+}
+
+private String message;
+
+public String getMessage() {
+return message;
+}
+
+}
\ No newline at end of file

Added: 
struts/sandbox/trunk/mailreader-course/struts2/hello/src/webapp/tutorial/HelloWorld.jsp
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/mailreader-course/struts2/hello/src/webapp/tutorial/HelloWorld.jsp?rev=432449&view=auto
==
--- 
struts/sandbox/trunk/mailreader-course/struts2/hello/src/webapp/tutorial/HelloWorld.jsp
 (added)
+++ 
struts/sandbox/trunk/mailreader-course/struts2/hello/src/webapp/tutorial/HelloWorld.jsp
 Thu Aug 17 17:30:52 2006
@@ -0,0 +1,11 @@
+<%@ taglib prefix="s" uri="/tags" %>
+
+
+Hello World
+
+
+
+The message generated by my first Action is:
+
+
+
\ No newline at end of file




[Struts Wiki] Update of "PoweredBy" by MichaelJouravlev

2006-08-17 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by MichaelJouravlev:
http://wiki.apache.org/struts/PoweredBy

--
   * http://www.officedepot.com - Office Depot, Inc., a seller of office 
products (as of August 2006)
   * http://www.circuitcity.com - a seller of TVs and consumer electronics 
products (as of August 2006)
   * http://www.marvell.com - a provider or storage, communications and 
consumer silicon solutions (as of August 2006)
-  * http://www.dmv.ca.gov - California Department of Motor Vehicles (August 
2006: vehicle registration renewal form, registration fee calculator, 
appointment manager, occupational license information system) 
+  * http://www.dmv.ca.gov - California Department of Motor Vehicles (August 
2006: portions of the site, like vehicle registration renewal form, 
registration fee calculator, appointment manager, occupational license 
information system)
+  * http://www.sho.com - Showtime Networks Inc., premium television network 
(as of August 2006)
  
  See also:
   * StrutsWebLinks page for the list of third party software built on Struts.


svn commit: r432488 - in /struts/site/src/site/xdoc: download.xml downloads.xml

2006-08-17 Thread wsmoak
Author: wsmoak
Date: Thu Aug 17 21:43:38 2006
New Revision: 432488

URL: http://svn.apache.org/viewvc?rev=432488&view=rev
Log:
Update Struts site for 1.3.5

Modified:
struts/site/src/site/xdoc/download.xml
struts/site/src/site/xdoc/downloads.xml

Modified: struts/site/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/download.xml?rev=432488&r1=432487&r2=432488&view=diff
==
--- struts/site/src/site/xdoc/download.xml (original)
+++ struts/site/src/site/xdoc/download.xml Thu Aug 17 21:43:38 2006
@@ -99,8 +99,7 @@
 
 
 
-Struts 1.2.9 is the latest production release of Struts
-Classic.
+Struts 1.2.9 is the latest production release of Struts.
 It is available in a binary distribution, a source
 distribution,
 and a minimal library distribution.
@@ -287,13 +286,76 @@
 
 
 
-
-None currently available.
-
+
+
+
+
+Struts 1.3.5 is the latest Beta release of Struts.
+It is available in a full distribution, or as
+separate library, source, example and documentation
+distributions.
+
+
+
+
+Full Distribution:
+
+
+struts-1.3.5-all.zip
+[http://www.apache.org/dist/struts/binaries/struts-1.3.5-all.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/binaries/struts-1.3.5-all.zip.md5";>MD5]
+
+
+
+
+Library:
+
+
+struts-1.3.5-lib.zip
+[http://www.apache.org/dist/struts/library/struts-1.3.5-lib.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/library/struts-1.3.5-lib.zip.md5";>MD5]
+
+
+
+
+Source:
+
+
+struts-1.3.5-src.zip
+[http://www.apache.org/dist/struts/source/struts-1.3.5-src.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/source/struts-1.3.5-src.zip.md5";>MD5]
+
+
+
+
+Examples:
+
+
+struts-1.3.5-apps.zip
+[http://www.apache.org/dist/struts/examples/struts-1.3.5-apps.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/examples/struts-1.3.5-apps.zip.md5";>MD5]
+
+
+
+
+Documentation:
+
+
+struts-1.3.5-docs.zip
+[http://www.apache.org/dist/struts/documentation/struts-1.3.5-docs.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/documentation/struts-1.3.5-docs.zip.md5";>MD5]
+
+
+
+
+
+
+
 
 
 
 
+
 
 
 It is essential that you verify the integrity of the

Modified: struts/site/src/site/xdoc/downloads.xml
URL: 
http://svn.apache.org/viewvc/struts/site/src/site/xdoc/downloads.xml?rev=432488&r1=432487&r2=432488&view=diff
==
--- struts/site/src/site/xdoc/downloads.xml (original)
+++ struts/site/src/site/xdoc/downloads.xml Thu Aug 17 21:43:38 2006
@@ -66,6 +66,16 @@
 
 
 
+Beta Releases
+
+
+http://struts.apache.org/download.cgi#struts135";>
+Struts 1.3.5
+
+
+
+
+
 Alpha Releases
 
 




[Struts Wiki] Update of "StrutsRelease135" by WendySmoak

2006-08-17 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsRelease135

--
  
  The Apache Struts team is pleased to announce the release of Struts 1.3.5 
Beta.
  
- Struts 1.3.5 is available in both a full distribution, and a library 
distribution containing only the framework and dependencies.
+ Struts 1.3.5 is available in a full distribution, or as separate library, 
source, example and documentation distributions.
  
-  http://struts.apache.org/download.html
+  http://struts.apache.org/download.cgi#struts135
  
  Major changes since Struts 1.2 include