Author: afedosik
Date: 2007-11-22 06:26:15 -0500 (Thu, 22 Nov 2007)
New Revision: 5033
Added:
trunk/seam/docs/reference/en/images/generate_entities/
trunk/seam/docs/reference/en/images/generate_entities/generate_entities1.png
trunk/seam/docs/reference/en/images/seam_wizards/
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards1.png
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards2.png
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards3.png
Modified:
trunk/seam/docs/reference/en/images/testng/testng_7.png
trunk/seam/docs/reference/en/images/testng/testng_9.png
trunk/seam/docs/reference/en/modules/directory_structure.xml
trunk/seam/docs/reference/en/modules/generate_entities.xml
trunk/seam/docs/reference/en/modules/intro.xml
trunk/seam/docs/reference/en/modules/seam_wizards.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-289 chapters update, more screenshots
Added: trunk/seam/docs/reference/en/images/generate_entities/generate_entities1.png
===================================================================
(Binary files differ)
Property changes on:
trunk/seam/docs/reference/en/images/generate_entities/generate_entities1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards1.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards2.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards3.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/seam/docs/reference/en/images/testng/testng_7.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/testng/testng_9.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/modules/directory_structure.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/directory_structure.xml 2007-11-22 10:48:16 UTC
(rev 5032)
+++ trunk/seam/docs/reference/en/modules/directory_structure.xml 2007-11-22 11:26:15 UTC
(rev 5033)
@@ -29,6 +29,7 @@
</mediaobject>
</figure>
+ <para>A WAR project can only use Seam JavaBean and JPA Entity bean
components; it cannot use EJB3 Session beans etc.</para>
<para>WAR projects are generated to enable Seam 1.2.1 war hotdeploy
feature. Classes put into
<emphasis><property>src/action</property></emphasis> will be
deployed to
<emphasis><property>WEB-INF/dev</property></emphasis> from which
Seam 1.2.1 automatically will perform hotdeploy of new components.</para>
<note>
@@ -57,6 +58,7 @@
</mediaobject>
</figure>
+ <para>An EAR project can use the whole range of Seam components,
including EJB3 Session beans.</para>
</section>
Modified: trunk/seam/docs/reference/en/modules/generate_entities.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/generate_entities.xml 2007-11-22 10:48:16 UTC
(rev 5032)
+++ trunk/seam/docs/reference/en/modules/generate_entities.xml 2007-11-22 11:26:15 UTC
(rev 5033)
@@ -14,4 +14,17 @@
<para>Generate Entities is available directly from within Eclipse using
Hibernate Tools plugin for the standard seam-gen generation.</para>
<para>Generate Entities generates a set of CRUD Seam components and web pages
based on existing tables in a database or on existing entities in your
application.</para>
+
+ <figure>
+ <title>Generate Seam Entities Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/generate_entities/generate_entities1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+
+
</chapter>
+
Modified: trunk/seam/docs/reference/en/modules/intro.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/intro.xml 2007-11-22 10:48:16 UTC (rev 5032)
+++ trunk/seam/docs/reference/en/modules/intro.xml 2007-11-22 11:26:15 UTC (rev 5033)
@@ -11,4 +11,20 @@
<title>Introduction</title>
+ <section>
+
+ <title>What is Seam?</title>
+
+ <para><property>Seam</property> is a fully featured application
framework on top of Java EE 5. It is also one of the most popular enterprise Java
framework today. Seam deeply integrates many other
+ standard-based or open source frameworks (e.g., JSF, EJB3, JMS, Web Services,
jBPM, JBoss Rules, Ajax4jsf, RichFaces, Facelets, Spring, iText, Quartz, TestNG, etc.),
and
+ provides a single programming model for developers to "drive"
those underlying frameworks via simple annotated POJOs (Plain Old Java Objects). It makes
life easier
+ for developers to tackle complex enterprise applications with many component
frameworks.</para>
+ </section>
+
+ <section>
+ <title>Other relevant resources on the topic</title>
+
+ <para><ulink
url="http://www.jboss.com/products/seam">Seam
Framework</ulink></para>
+
+ </section>
</chapter>
Modified: trunk/seam/docs/reference/en/modules/seam_wizards.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_wizards.xml 2007-11-22 10:48:16 UTC (rev
5032)
+++ trunk/seam/docs/reference/en/modules/seam_wizards.xml 2007-11-22 11:26:15 UTC (rev
5033)
@@ -21,16 +21,52 @@
<listitem><para>Seam Conversation</para></listitem>
</itemizedlist>
- <para>The wizards creates multiple resources and placed in the apropriate
folders dependent on your project structure (WAR or EAR)</para>
+ <para>Go to <emphasis><property>File >
New</property></emphasis> and select the component wizard.</para>
+
+ <figure>
+ <title>Seam Component Wizards</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/seam_wizards/seam_wizards1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>The wizards creates multiple resources and placed in the apropriate
folders dependent on your project structure (WAR or EAR).</para>
<section id="seam_action">
<title>New Seam Action</title>
+ <para>WAR deployment:</para>
+
+ <figure>
+ <title>New Seam Action Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/seam_wizards/seam_wizards2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+
+ <para>EAR deployment:</para>
+
+ <figure>
+ <title>New Seam Action Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/seam_wizards/seam_wizards3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
</section>
<section id="seam_form">
<title>New Seam Form</title>
+
+
</section>
<section id="seam_entity">
<title>New Seam Entity</title>