Author: dgeraskov
Date: 2007-11-16 10:25:08 -0500 (Fri, 16 Nov 2007)
New Revision: 4949
Added:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_1.png
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
Modified:
trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-312
Added:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_1.png
===================================================================
(Binary files differ)
Property changes on:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_1.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Added:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_2.png
===================================================================
(Binary files differ)
Property changes on:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_2.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Added:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_3.png
===================================================================
(Binary files differ)
Property changes on:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_3.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Added:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_4.png
===================================================================
(Binary files differ)
Property changes on:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_4.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Added:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_5.png
===================================================================
(Binary files differ)
Property changes on:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_5.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Added:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_6.png
===================================================================
(Binary files differ)
Property changes on:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_6.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Added:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_7.png
===================================================================
(Binary files differ)
Property changes on:
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_7.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Modified: trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml 2007-11-16
15:08:50 UTC (rev 4948)
+++ trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml 2007-11-16
15:25:08 UTC (rev 4949)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="crud_application_walkthrough"
xreflabel="crud_application_walkthrough">
- <?dbhtml filename="crud_application_walkthrough.html"?>
+<?dbhtml filename="crud_application_walkthrough.html"?>
<chapterinfo>
<keywordset>
<keyword>Red Hat Developer Studio</keyword>
@@ -11,6 +11,101 @@
</keywordset>
</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>
+ <itemizedlist>
+ <listitem><para>Start JBoss Application Server.
</para></listitem>
+ </itemizedlist>
+
+ <para>On<emphasis><property> JBossServer View
</property></emphasis> right click on the
<emphasis><property>JBoss Application Server</property></emphasis>
and select
+ <emphasis><property> Run
</property></emphasis></para>
+
+ <figure>
+ <title>Start the Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_1.png"/>
+ </imageobject>
+ </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> Deployy 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>
+
+ <para>On <emphasis><property>Package Explorer View
</property></emphasis> right click on the
<emphasis><property>crudapp</property></emphasis> project, select
+ <emphasis><property> Run As > Run on
Server</property>.</emphasis></para>
+
+ <figure>
+ <title>Run Project on Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Select a Server in the wizard <emphasis><property>Run on
Server </property></emphasis> and click
<property>Next</property></para>
+
+ <figure>
+ <title>Select a Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_4.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>
+
+ <para>Home page of the
<emphasis><property>crudapp</property></emphasis> project should
appeared 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"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Also you can use your external Web Browser with the same link as in
internal Web Browser.</para>
+ <para>Click, for example, on the <emphasis><property>Employees
List</property></emphasis> link and observe that data from DataBase
<emphasis><property>employee</property></emphasis>
selected.</para>
+ <figure>
+ <title>Employees List</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/crud_application_walkthrough/crud_application_walkthrough_7.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para> Follow different links and observe how project works.</para>
+ </section>
</chapter>