Author: sabrashevich
Date: 2007-08-15 08:57:43 -0400 (Wed, 15 Aug 2007)
New Revision: 3141
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamNewProj08.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile2.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile3.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile4.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile5.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile6.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile7.png
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamJsfEditor.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamNewProj04.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml
Log:
http://jira.jboss.com/jira/browse/EXIN-447 remade screen-shots in this chapter, updated
textual context
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamJsfEditor.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamNewProj04.png
===================================================================
(Binary files differ)
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamNewProj08.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamNewProj08.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile2.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile3.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile4.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile5.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile6.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile7.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml 2007-08-15
12:50:18 UTC (rev 3140)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml 2007-08-15
12:57:43 UTC (rev 3141)
@@ -53,10 +53,14 @@
</mediaobject>
</figure>
- <para>Since you selected JPA and JSF tooling support, the project needs to
incorporate the JAR files for those frameworks on its classpath. In the next two screens,
you will be able to select where those library JARs come from. The easiest is just to
select the JARs provided by the JBoss AS runtime associated with this project. That is why
it is important to chose the right JBoss AS 4.2 runtime in the project setup
window.</para>
- <para>Ignore the database selection for now since we do not use an external
database in this simple application. We can still use the embedded HSQL DB inside JBoss AS
for development / testing purposes, as we will see soon.</para>
+ <para>Now you need to define a connection profile and choose a database. If you
have no connections yet you should create the one.</para>
+ <orderedlist>
+ <listitem><para>Click "Add connection" link in the
panel Connection.</para></listitem>
+ <listitem><para>Choose HSQLDB Connection
Profile.</para></listitem>
+ <listitem><para>Give a name to your connection and some description.
Click Next.</para></listitem>
+ </orderedlist>
<figure>
<title>Select provider for JPA JARs</title>
<mediaobject>
@@ -65,12 +69,99 @@
</imageobject>
</mediaobject>
</figure>
+ <figure>
+ <title>Give a name to connection profile</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/connectionprofile.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Now you need to specify driver and connection details.</para>
<figure>
+ <title>Give a name to connection profile</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/connectionprofile2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <orderedlist continuation="continues">
+ <listitem><para>Click the Browse button near driver selection drop down
list.</para></listitem>
+ <listitem><para>In the next dialog select Add
button.</para></listitem>
+ <listitem><para>Select Hypersonic database: Hypersonic > 1.8
> Hypersonic DB.</para></listitem>
+ </orderedlist>
+
+ <figure>
+ <title>Select database</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/connectionprofile3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>You should make wizard to know where the driver is located.</para>
+ <figure>
+ <title>Add driver</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/connectionprofile4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <orderedlist continuation="continues">
+ <listitem><para>Select hsqldb.jar in Driver File panel and click the
button Remove jar/Zip.</para></listitem>
+ <listitem><para>Select Add jar/Zip.</para></listitem>
+ <listitem><para>Select hsqldb driver which is located in jboss-eap
> jboss-as > server > default > lib folder of RHDS
installation.</para></listitem>
+ </orderedlist>
+ <figure>
+ <title>Adding driver</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/connectionprofile5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <orderedlist continuation="continues">
+ <listitem><para>Click OK, then click OK again. You will see a database
added in wizard window.</para></listitem>
+ </orderedlist>
+
+ <figure>
+ <title>Database added</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/connectionprofile6.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <orderedlist continuation="continues">
+ <listitem><para>Select Next to procede further. A summary diallog will be
prompted.</para></listitem>
+ </orderedlist>
+
+ <figure>
+ <title>Summary window</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/connectionprofile7.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <orderedlist continuation="continues">
+ <listitem><para>Click Finish button. Connection profile will be added.
Click Finish again.</para></listitem>
+ </orderedlist>
+ <para>Since you selected JPA and JSF tooling support, the project needs to
incorporate the JAR files for those frameworks on its classpath. In the next two screens,
you will be able to select where those library JARs come from. The easiest is just to
select the JARs provided by the JBoss AS runtime associated with this project. That is why
it is important to chose the right JBoss AS 4.2 runtime in the project setup
window.</para>
+
+ <figure>
<title>Select provider for JSF JARs</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/SeamNewProj05.png"/>
+ <imagedata fileref="images/SeamNewProj08.png"/>
</imageobject>
</mediaobject>
</figure>