Update of /cvsroot/struts/struts-site/src/documentation/content/xdocs/strutsdialogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12666/src/documentation/content/xdocs/strutsdialogs
Modified Files:
index.xml
Log Message:
Index: index.xml
===================================================================
RCS file: /cvsroot/struts/struts-site/src/documentation/content/xdocs/strutsdialogs/index.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** index.xml 2 Mar 2006 08:39:16 -0000 1.19
--- index.xml 9 Mar 2006 09:03:47 -0000 1.20
***************
*** 9,19 ****
<section id="overview_v2">
! <title>Version 2.0 preview is available</title>
! <p>Check out the preview of Struts Dialogs version 2.0. Same functionality,
! simpler configuration and less classes. You can find the preview release
! in the <link href="https://sourceforge.net/project/showfiles.php?group_id=49385&package_id=154597">download section</link>.
! The final release of version 2.0 is unlikely to contain code changes. It will contain more samples and better documentation.
! This page is work in progress in preparation for version 2.0. The samples look and behave the same, so 1.x online demos are
! still relevant.</p>
<p>Version 1.x documentation can be found <link href="index_v1.html">here</link>.</p>
</section>
--- 9,16 ----
<section id="overview_v2">
! <title>Version 2.0 is available</title>
! <p>Version 2.0 of Struts Dialogs retains the same functionality, simpler configuration and less classes.
! In fact, version 2.0 does not contain any of the version 1.x classes, and depends solely on one
! EventDispatcher class.</p>
<p>Version 1.x documentation can be found <link href="index_v1.html">here</link>.</p>
</section>
***************
*** 139,143 ****
</section>
-
<section id="wizardaction">
<title>Robust page flow</title>
--- 136,139 ----
***************
*** 151,169 ****
</section>
- <!--
<section id="crudaction">
! <title>CRUDAction: simplifies CrUD operations</title>
! <p><link href="crudaction.html">CRUDAction</link> implements all operations needed
! to manipulate business data, nested business object (BO),
! or nested value object (VO) also called an <code>item</code>. This action allows to create
! new item, duplicate existing item, edit, view, clear and delete item.</p>
- <p>A very common use case is browsing a list of items, then selecting one item and performing
- different operations on it. CRUDAction can handle this use case with grace. It is possible to
- implement handling of both item list and CRUD operations as one web component.</p>
- </section>
- -->
</section>
<section id="mailreader">
<title>Mail Reader demo application</title>
--- 147,159 ----
</section>
<section id="crudaction">
! <title>CrUD operations</title>
! <p><code>EmployeexxxAction</code> classes in <code>net.jspcontrols.dialogs.samples.crud</code>
! package show how to perform standard create, read, update and delete operations along with
! displaying the list of items to choose from.</p>
</section>
+ <!--
<section id="mailreader">
<title>Mail Reader demo application</title>
***************
*** 178,181 ****
--- 168,174 ----
compare Struts Dialogs implementation with original Struts version.</p>
</section>
+ -->
+
+ </section>
<section id="demos">
***************
*** 193,199 ****
</document>
-
-
- Top Gear isn't running on Discovery anymore because they are in the process of creating an American version of the show, with a US studio, and new hosts.
-
- It will be interesting to see how it comes out, I'm not very optimistic that they'll have any luck recreating the humor of the British version but at least they'll give car prices in USD :)
--- 186,187 ----
|