Author: dgeraskov
Date: 2007-11-29 09:30:02 -0500 (Thu, 29 Nov 2007)
New Revision: 5149
Removed:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_10.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_9.png
Modified:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_2.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_3.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_4.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_5.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_6.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_7.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_8.png
trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-312
Deleted:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_10.png
===================================================================
(Binary files differ)
Modified:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_2.png
===================================================================
(Binary files differ)
Modified:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_3.png
===================================================================
(Binary files differ)
Modified:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_4.png
===================================================================
(Binary files differ)
Modified:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_5.png
===================================================================
(Binary files differ)
Modified:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_6.png
===================================================================
(Binary files differ)
Modified:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_7.png
===================================================================
(Binary files differ)
Modified:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_8.png
===================================================================
(Binary files differ)
Deleted:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_9.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml 2007-11-29
13:48:54 UTC (rev 5148)
+++ trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml 2007-11-29
14:30:02 UTC (rev 5149)
@@ -12,10 +12,10 @@
</chapterinfo>
<title>The CRUD Application Walkthrough</title>
<section>
- <title>Deploy the CRUD Application</title>
- <para>To deploy your CRUD Application you should do the following
steps:</para>
+ <title>Using CRUD Application</title>
+ <para>To run your CRUD Application you should do the following
steps:</para>
<itemizedlist>
- <listitem><para>Start JBoss Application Server.
</para></listitem>
+ <listitem><para>Start JBoss Application Server if it was not
started before. </para></listitem>
</itemizedlist>
<para>On<emphasis><property> JBossServer View
</property></emphasis> right click on the
<emphasis><property>JBoss Application Server</property></emphasis>
and select
@@ -30,22 +30,7 @@
</mediaobject>
</figure>
- <itemizedlist>
- <listitem><para>Deploy Data Source descriptor to the server.
</para></listitem>
- </itemizedlist>
-
- <para>To do this on <emphasis><property>Package Explorer View
</property></emphasis> right click on the file
<property>crudapp-ds.xml</property> and select
- <emphasis><property> Deploy to Server
</property></emphasis></para>
-
- <figure>
- <title>Deploy Data Source descriptor to the Server</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_2.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
+
<itemizedlist>
<listitem><para>Run project on the Server.
</para></listitem>
</itemizedlist>
@@ -57,48 +42,33 @@
<title>Run Project on Server</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_3.png"/>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_2.png"/>
</imageobject>
</mediaobject>
</figure>
- <para>Select a Server in the wizard <emphasis><property>Run on
Server </property></emphasis> and click
<property>Next</property></para>
+ <para>Select a Server in the wizard <emphasis><property>Run on
Server </property></emphasis> and click
<property>Finish</property></para>
<figure>
<title>Select a Server</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_4.png"/>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_3.png"/>
</imageobject>
</mediaobject>
- </figure>
-
- <para>Observe that
<emphasis><property>crudapp</property></emphasis> project and file
<emphasis><property>crudapp-ds.xml</property></emphasis> appeared
among configured projects.</para>
-
- <figure>
- <title>Configured Projects</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_5.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Click <property>Finish</property>.</para>
-
+ </figure>
+
<para>Home page of the
<emphasis><property>crudapp</property></emphasis> project should
appear in <emphasis><property>Web
Browser</property></emphasis>.</para>
<figure>
<title>Home page</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_6.png"/>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_4.png"/>
</imageobject>
</mediaobject>
</figure>
- </section>
- <section>
- <title>Using of CRUD Application</title>
- <para>After the previous steps you can use CRUD application to select, delete
or update date from <property>employee</property> database.</para>
+ <para>After the previous steps you can use CRUD application to select, delete or
update date from <property>employee</property> database.</para>
<para>You can use internal JBDS Web Browser or your external Web Browser
with the same link.
(<emphasis>http://localhost:8080/crudapp/home.seam</emphasis>)</para>
@@ -107,7 +77,7 @@
<title>Employees List</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_7.png"/>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_5.png"/>
</imageobject>
</mediaobject>
</figure>
@@ -119,7 +89,7 @@
<title>Employee details</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_8.png"/>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_6.png"/>
</imageobject>
</mediaobject>
</figure>
@@ -134,7 +104,7 @@
<title>Login page</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_9.png"/>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_7.png"/>
</imageobject>
</mediaobject>
</figure>
@@ -142,7 +112,7 @@
<title>Edit Employee</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_10.png"/>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_8.png"/>
</imageobject>
</mediaobject>
</figure>