JBoss Tools SVN: r15749 - trunk/seam/docs/reference/en.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-05 11:27:02 -0400 (Fri, 05 Jun 2009)
New Revision: 15749
Modified:
trunk/seam/docs/reference/en/master_output.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-743 - updating the master_output.xml;
Modified: trunk/seam/docs/reference/en/master_output.xml
===================================================================
--- trunk/seam/docs/reference/en/master_output.xml 2009-06-05 15:24:28 UTC (rev 15748)
+++ trunk/seam/docs/reference/en/master_output.xml 2009-06-05 15:27:02 UTC (rev 15749)
@@ -36,9 +36,19 @@
<bookinfo>
<title>Seam Dev Tools Reference Guide</title>
+ <corpauthor diffmk:change="added">
+ <inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added" role="fo">
+ <imagedata diffmk:change="added" fileref="images/jbosstools_logo.png" format="PNG"></imagedata>
+ </imageobject>
+ <imageobject diffmk:change="added" role="html">
+ <imagedata diffmk:change="added"></imagedata>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
<author><firstname>Anatoly</firstname><surname>Fedosik</surname></author>
<author><firstname>Olga</firstname><surname>Chikvina</surname></author>
- <author diffmk:change="added"><firstname diffmk:change="added"><diffmk:wrapper diffmk:change="added">Michael</diffmk:wrapper></firstname><surname diffmk:change="added"><diffmk:wrapper diffmk:change="added">Sorokin</diffmk:wrapper></surname></author>
+ <author><firstname>Michael</firstname><surname>Sorokin</surname></author>
<author><firstname>Svetlana</firstname><surname>Mukhina</surname><email>smukhina(a)exadel.com</email></author>
@@ -49,7 +59,7 @@
<holder>JBoss, a division of Red Hat</holder>
</copyright>
<releaseinfo><diffmk:wrapper diffmk:change="changed">
- Version: 3.0.1.GA
+ Version: 3.1.0.M1
</diffmk:wrapper></releaseinfo>
<abstract>
@@ -96,7 +106,7 @@
<para>Here, we are going to explain how to install Seam plugin into Eclipse.</para>
<para>Seam is a one module of JBoss Tools project. Since Seam has a dependence on other JBoss Tools modules we recommend you to install
- a bundle of all <ulink url="http://labs.jboss.com/tools/download/index.html">JBoss Tools plug-ins</ulink>. Installation instruction you can find on JBoss Wiki in <ulink url="http://labs.jboss.com/wiki/InstallingJBossTools">InstallingJBossTools</ulink> section.</para>
+ a bundle of all <ulink url="http://labs.jboss.com/tools/download.html">JBoss Tools plug-ins</ulink>. Installation instruction you can find on JBoss Wiki in <ulink url="http://labs.jboss.com/wiki/InstallingJBossTools">InstallingJBossTools</ulink> section.</para>
</section>
@@ -104,8 +114,8 @@
<title>Other relevant resources on the topic</title>
<para>The <ulink url="http://seamframework.org/">Seam Framework</ulink> - Next generation enterprise Java development.</para>
- <para><diffmk:wrapper diffmk:change="changed">All JBoss Developer Studio/JBoss Tools release documentation you can find at</diffmk:wrapper><diffmk:wrapper diffmk:change="changed">http://docs.jboss.org/tools</diffmk:wrapper><diffmk:wrapper diffmk:change="changed"> in the corresponding release directory.</diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed">The latest documentation builds are available at </diffmk:wrapper><ulink url="http://download.jboss.org/jbosstools/nightly-docs/"><diffmk:wrapper diffmk:change="changed">http://download.jboss.org/jbosstools/nightly-docs</diffmk:wrapper></ulink>.</para>
+ <para>All JBoss Developer Studio/JBoss Tools release documentation you can find at<ulink url="http://docs.jboss.org/tools/">http://docs.jboss.org/tools</ulink> in the corresponding release directory.</para>
+ <para>The latest documentation builds are available at <ulink url="http://download.jboss.org/jbosstools/nightly-docs/">http://download.jboss.org/jbosstools/nightly-docs</ulink>.</para>
</section>
</chapter>
@@ -603,12 +613,12 @@
<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
+ <para>WAR projects are generated to enable Seam war hotdeploy feature. Classes put
into <emphasis>
<property moreinfo="none">src/action</property>
</emphasis> will be deployed to <emphasis>
<property moreinfo="none">WEB-INF/dev</property>
- </emphasis> from which Seam 1.2.1 automatically will perform hotdeploy of new
+ </emphasis> from which Seam automatically will perform hotdeploy of new
components.</para>
<note>
<title>Note:</title>
@@ -651,8 +661,8 @@
<property moreinfo="none">deploy</property> folder. EAR application keeps <property moreinfo="none">ejb</property>
and <property moreinfo="none">war</property> modules of the EAR project.</para>
- <note diffmk:change="added"><title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Note:</diffmk:wrapper></title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">WAR</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> generated for </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">EARs</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> is now configured to utilize Seam hot-deployment (</diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">WEB-INF/dev</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added">) similar to standalone </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">WAR</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> projects.</diffmk:wrapper></para>
+ <note><title>Note:</title>
+ <para>The <property moreinfo="none">WAR</property> generated for <property moreinfo="none">EARs</property> is now configured to utilize Seam hot-deployment (<emphasis><property moreinfo="none">WEB-INF/dev</property></emphasis>) similar to standalone <property moreinfo="none">WAR</property> projects.</para>
</note>
@@ -952,7 +962,7 @@
<title>Find Seam References/Declarations</title>
- <para><diffmk:wrapper diffmk:change="changed">To find EL expressions both in </diffmk:wrapper><emphasis>
+ <para>To find EL expressions both in <emphasis>
<property moreinfo="none">.java</property>
</emphasis> and <emphasis>
<property moreinfo="none">.xhtml</property>
@@ -1127,7 +1137,8 @@
</imageobject>
</mediaobject>
</figure>
-
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You can also open Seam Component from the other component where the required one is declared in </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added">@In </diffmk:wrapper></code><diffmk:wrapper diffmk:change="added"> by using
+ </diffmk:wrapper><link diffmk:change="added" linkend="OpenOn"><diffmk:wrapper diffmk:change="added">OpenOn</diffmk:wrapper></link><diffmk:wrapper diffmk:change="added"> (</diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Ctrl + left click</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> and select </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Open Declaration of Seam Component for seam_component in Seam_class.java</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> ).</diffmk:wrapper></para>
</section>
</section>
@@ -1538,130 +1549,130 @@
</keywordset>
</chapterinfo>
- <title><diffmk:wrapper diffmk:change="added">Seam Editors</diffmk:wrapper></title>
+ <title>Seam Editors</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">This chapter tells about Seam Editors and their features.</diffmk:wrapper></para>
+ <para>This chapter tells about Seam Editors and their features.</para>
- <section diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Visual Page Editor</diffmk:wrapper></title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Visual Page Editor fits perfectly for authoring view Seam pages. The major features of VPE are listed in </diffmk:wrapper><link diffmk:change="added" linkend="SeamEditors"><diffmk:wrapper diffmk:change="added">Main Features of Seam Editors</diffmk:wrapper></link> </para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You can also read more about Visual Page Editor in </diffmk:wrapper><ulink diffmk:change="added" url="http://download.jboss.org/jbosstools/nightly-docs/en/jsf/html/editors.htm..."><diffmk:wrapper diffmk:change="added">Visual Page Editor</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added"> chapter of "Visual Web Tools Reference Guide".</diffmk:wrapper></para>
+ <section>
+ <title>Visual Page Editor</title>
+ <para>Visual Page Editor fits perfectly for authoring view Seam pages. The major features of VPE are listed in <link linkend="SeamEditors">Main Features of Seam Editors</link> </para>
+ <para>You can also read more about Visual Page Editor in <ulink url="http://download.jboss.org/jbosstools/nightly-docs/en/jsf/html/editors.htm...">Visual Page Editor</ulink> chapter of "Visual Web Tools Reference Guide".</para>
</section>
- <section diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Seam Pages Editor</diffmk:wrapper></title>
+ <section>
+ <title>Seam Pages Editor</title>
- <para diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Seam Pages Editor</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> provides a handy way to edit the </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">pages.xml</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> file.
+ <para>
+ <property moreinfo="none">Seam Pages Editor</property> provides a handy way to edit the <property moreinfo="none">pages.xml</property> file.
- </diffmk:wrapper></para>
+ </para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ <para>
You can edit the pages.xml file in three modes: Graphical, Tree and Source.
- </diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ </para>
+ <para>
Seam Pages Editor supports synchronization with Package Explorer.This means that while renaming files in the Package Explorer all the changes immediately affect the pages.xml file.
- </diffmk:wrapper></para>
- <section diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Graphical Mode</diffmk:wrapper></title>
+ </para>
+ <section>
+ <title>Graphical Mode</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Graphical mode provides you with a set of visual tools to organize your project pageflow, exception handling etc.</diffmk:wrapper></para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Seam Pages Editor: Graphical View</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/seam_editors_7.png"></imagedata>
+ <para>Graphical mode provides you with a set of visual tools to organize your project pageflow, exception handling etc.</para>
+ <figure float="0">
+ <title>Seam Pages Editor: Graphical View</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors_7.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The Graphical part of the editor has some visual elements. The table below shows graphical representation of the elements and explains their meanings. </diffmk:wrapper></para>
+ <para>The Graphical part of the editor has some visual elements. The table below shows graphical representation of the elements and explains their meanings. </para>
-<table diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Pages Editor: Graphical View. Visual elements</diffmk:wrapper></title>
- <tgroup cols="2" diffmk:change="added">
- <thead diffmk:change="added">
- <row diffmk:change="added">
- <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Element</diffmk:wrapper></entry>
+<table>
+ <title>Pages Editor: Graphical View. Visual elements</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Element</entry>
- <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Description</diffmk:wrapper></entry>
+ <entry>Description</entry>
</row>
</thead>
- <tbody diffmk:change="added">
- <row diffmk:change="added">
- <entry diffmk:change="added">
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/element_page.png"></imagedata>
+ <tbody>
+ <row>
+ <entry>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/element_page.png"></imagedata>
</imageobject>
</mediaobject>
</entry>
- <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">A yellow box with a solid border represents a </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ <entry><para>A yellow box with a solid border represents a <code>
<page>
- </diffmk:wrapper></code><diffmk:wrapper diffmk:change="added"> element.
- </diffmk:wrapper></para></entry>
+ </code> element.
+ </para></entry>
</row>
- <row diffmk:change="added">
- <entry diffmk:change="added">
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/element_param.png"></imagedata>
+ <row>
+ <entry>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/element_param.png"></imagedata>
</imageobject>
</mediaobject></entry>
- <entry diffmk:change="added">
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Pressing on the plus icon (</diffmk:wrapper><inlinemediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/icon_plus.png"></imagedata>
+ <entry>
+ <para>Pressing on the plus icon (<inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/icon_plus.png"></imagedata>
</imageobject>
- </inlinemediaobject><diffmk:wrapper diffmk:change="added">)
+ </inlinemediaobject>)
- on the </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ on the <code>
<page>
- </diffmk:wrapper></code><diffmk:wrapper diffmk:change="added"> element reveals a box that lists the parameters for the page.</diffmk:wrapper></para>
+ </code> element reveals a box that lists the parameters for the page.</para>
</entry>
</row>
- <row diffmk:change="added">
- <entry diffmk:change="added"> <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/element_page2.png"></imagedata>
+ <row>
+ <entry> <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/element_page2.png"></imagedata>
</imageobject>
</mediaobject></entry>
- <entry diffmk:change="added">
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">A red cross in the upper left corner of the page box indicates that the view-id is not found in the project.</diffmk:wrapper></para>
+ <entry>
+ <para>A red cross in the upper left corner of the page box indicates that the view-id is not found in the project.</para>
</entry>
</row>
- <row diffmk:change="added">
- <entry diffmk:change="added"><mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/element_page1.png"></imagedata>
+ <row>
+ <entry><mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/element_page1.png"></imagedata>
</imageobject>
</mediaobject></entry>
- <entry diffmk:change="added"> <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ <entry> <para>
A gray box with a dashed border represents a page that has navigation
(navigation rule) to but the page is not defined in the page.xml file.
- </diffmk:wrapper></para></entry>
+ </para></entry>
</row>
- <row diffmk:change="added">
- <entry diffmk:change="added"> <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/element_exception.png"></imagedata>
+ <row>
+ <entry> <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/element_exception.png"></imagedata>
</imageobject>
</mediaobject></entry>
- <entry diffmk:change="added"> <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">An </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added"><exception></diffmk:wrapper></code><diffmk:wrapper diffmk:change="added"> is represented by a blue box with a orange diamond.</diffmk:wrapper></para></entry>
+ <entry> <para>An <code><exception></code> is represented by a blue box with a orange diamond.</para></entry>
</row>
@@ -1673,115 +1684,115 @@
</table>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Pageflow relations are shown with gray arrows, when you select a relationship the arrow is changed to orange. </diffmk:wrapper></para>
+ <para>Pageflow relations are shown with gray arrows, when you select a relationship the arrow is changed to orange. </para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">On the lefthand side of the Graphical view of </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Seam Page Editor</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> you can find a toolbar with a set of icons for the most frequently used commands. </diffmk:wrapper></para>
+ <para>On the lefthand side of the Graphical view of <property moreinfo="none">Seam Page Editor</property> you can find a toolbar with a set of icons for the most frequently used commands. </para>
- <table diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Pages Editor: Graphical View. Commands Icons</diffmk:wrapper></title>
- <tgroup cols="2" diffmk:change="added">
- <thead diffmk:change="added">
- <row diffmk:change="added">
- <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Icon Image</diffmk:wrapper></entry>
+ <table>
+ <title>Pages Editor: Graphical View. Commands Icons</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Icon Image</entry>
- <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Command</diffmk:wrapper></entry>
+ <entry>Command</entry>
</row>
</thead>
- <tbody diffmk:change="added">
- <row diffmk:change="added">
- <entry diffmk:change="added">
- <inlinemediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/icon_select.png"></imagedata>
+ <tbody>
+ <row>
+ <entry>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/icon_select.png"></imagedata>
</imageobject>
</inlinemediaobject>
</entry>
- <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Select a page element</diffmk:wrapper></entry>
+ <entry>Select a page element</entry>
</row>
- <row diffmk:change="added">
- <entry diffmk:change="added"><inlinemediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/icon_marquee.png"></imagedata>
+ <row>
+ <entry><inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/icon_marquee.png"></imagedata>
</imageobject>
</inlinemediaobject></entry>
- <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Marquee a page item</diffmk:wrapper></entry>
+ <entry>Marquee a page item</entry>
</row>
- <row diffmk:change="added">
- <entry diffmk:change="added">
- <inlinemediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/icon_new_link.png"></imagedata>
+ <row>
+ <entry>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/icon_new_link.png"></imagedata>
</imageobject>
</inlinemediaobject>
</entry>
- <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Add a page relationship</diffmk:wrapper></entry>
+ <entry>Add a page relationship</entry>
</row>
- <row diffmk:change="added">
- <entry diffmk:change="added">
- <inlinemediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/icon_exception.png"></imagedata>
+ <row>
+ <entry>
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/icon_exception.png"></imagedata>
</imageobject>
</inlinemediaobject>
</entry>
- <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Add an exception rule</diffmk:wrapper></entry>
+ <entry>Add an exception rule</entry>
</row>
</tbody>
</tgroup>
</table>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Context menus are also available when you click either on an item or a blank space.</diffmk:wrapper></para>
+ <para>Context menus are also available when you click either on an item or a blank space.</para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">A context menu called on a blank space of the diagram provides the following options:</diffmk:wrapper></para>
- <itemizedlist diffmk:change="added">
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">Page</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> creates a new page element on the diagram</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">Exception</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> creates a new exception element on the diagram</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">Auto Layout</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> formats the layout of the diagram automatically</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">Select Element</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> calls the </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Select Element Wizard</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> with a filter to perform a quick search through the </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">pages.xml</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> file </diffmk:wrapper></para></listitem>
+ <para>A context menu called on a blank space of the diagram provides the following options:</para>
+ <itemizedlist>
+ <listitem><para><emphasis role="bold">Page</emphasis> creates a new page element on the diagram</para></listitem>
+ <listitem><para><emphasis role="bold">Exception</emphasis> creates a new exception element on the diagram</para></listitem>
+ <listitem><para><emphasis role="bold">Auto Layout</emphasis> formats the layout of the diagram automatically</para></listitem>
+ <listitem><para><emphasis role="bold">Select Element</emphasis> calls the <property moreinfo="none">Select Element Wizard</property> with a filter to perform a quick search through the <property moreinfo="none">pages.xml</property> file </para></listitem>
</itemizedlist>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Rightclicking on a selected
- </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added"><page></diffmk:wrapper></code><diffmk:wrapper diffmk:change="added">
- element calls a context menu where you can choose the following options if you click on the </diffmk:wrapper><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">New</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> menu item: </diffmk:wrapper></para>
+ <para>Rightclicking on a selected
+ <code><page></code>
+ element calls a context menu where you can choose the following options if you click on the <emphasis role="bold">New</emphasis> menu item: </para>
- <itemizedlist diffmk:change="added">
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">Rule</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> opens the </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Add Navigation Rule</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> dialog in which you can browse your project for a view page to set the view-id in the navigation rule and specify </diffmk:wrapper><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">render</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> or </diffmk:wrapper><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">redirect</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> navigation options </diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">Param</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> calls a dialog box where you can define a parameter (using the
- </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added"><param></diffmk:wrapper></code><diffmk:wrapper diffmk:change="added">
+ <itemizedlist>
+ <listitem><para><emphasis role="bold">Rule</emphasis> opens the <property moreinfo="none">Add Navigation Rule</property> dialog in which you can browse your project for a view page to set the view-id in the navigation rule and specify <emphasis role="bold">render</emphasis> or <emphasis role="bold">redirect</emphasis> navigation options </para></listitem>
+ <listitem><para><emphasis role="bold">Param</emphasis> calls a dialog box where you can define a parameter (using the
+ <code><param></code>
tag) for the
- </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added"><page></diffmk:wrapper></code><diffmk:wrapper diffmk:change="added">
- element</diffmk:wrapper></para></listitem>
+ <code><page></code>
+ element</para></listitem>
</itemizedlist>
- <section diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Seam Pages Diagram Preferences</diffmk:wrapper></title>
+ <section>
+ <title>Seam Pages Diagram Preferences</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">In order to customize the layout of Diagram you can go to
- </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Window > Preferences > JBoss Tools > Web > Seam > Editors > Seam Pages Diagram</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">.
- </diffmk:wrapper></para>
+ <para>In order to customize the layout of Diagram you can go to
+ <property moreinfo="none">Window > Preferences > JBoss Tools > Web > Seam > Editors > Seam Pages Diagram</property>.
+ </para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Preferences of Seam Pages Diagram</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/seam_editors_11.png"></imagedata>
+ <figure float="0">
+ <title>Preferences of Seam Pages Diagram</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors_11.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
@@ -1789,68 +1800,68 @@
</section>
- <section diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Tree Mode</diffmk:wrapper></title>
+ <section>
+ <title>Tree Mode</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Tree Mode provides a wider range of options and way to edit and modify the pages.xml file.</diffmk:wrapper></para>
+ <para>Tree Mode provides a wider range of options and way to edit and modify the pages.xml file.</para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Seam Pages Editor: Tree View</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/seam_editors_8.png"></imagedata>
+ <figure float="0">
+ <title>Seam Pages Editor: Tree View</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors_8.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ <para>
In this mode all elements and attributes of the page.xml
file can be viewed and edited in a visual, user friendly way.
- </diffmk:wrapper></para>
+ </para>
</section>
- <section diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Outline Support for Seam Pages Editor</diffmk:wrapper></title>
+ <section>
+ <title>Outline Support for Seam Pages Editor</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Seam Pages Editor provides </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Outline</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> view support.
- You can explore the pages.xml using Outline view in two modes: </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Tree</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> ( </diffmk:wrapper><inlinemediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/outline_tree.png"></imagedata>
+ <para>Seam Pages Editor provides <property moreinfo="none">Outline</property> view support.
+ You can explore the pages.xml using Outline view in two modes: <property moreinfo="none">Tree</property> ( <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/outline_tree.png"></imagedata>
</imageobject>
- </inlinemediaobject><diffmk:wrapper diffmk:change="added"> ) and </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Diagram Navigation</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> ( </diffmk:wrapper><inlinemediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/outline_navigation.png"></imagedata>
+ </inlinemediaobject> ) and <property moreinfo="none">Diagram Navigation</property> ( <inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/outline_navigation.png"></imagedata>
</imageobject>
- </inlinemediaobject><diffmk:wrapper diffmk:change="added"> ).</diffmk:wrapper></para>
+ </inlinemediaobject> ).</para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ <para>
The Diagram Navigation mode of Outline view gives a birds-view of the layout to allow quick navigation for large-scale applications.
- </diffmk:wrapper></para>
+ </para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Outline view: Diagram Navigation mode</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/seam_editors_9.png"></imagedata>
+ <figure float="0">
+ <title>Outline view: Diagram Navigation mode</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors_9.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The Tree mode shows a tree for every element in the pages.xml file. You can get a quick overview of the whole file. When selecting an element in the Outline view the related element is highlighted in the Graphical, Tree or Source page of Seam Pages Editor.</diffmk:wrapper></para>
+ <para>The Tree mode shows a tree for every element in the pages.xml file. You can get a quick overview of the whole file. When selecting an element in the Outline view the related element is highlighted in the Graphical, Tree or Source page of Seam Pages Editor.</para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Outline view: Tree mode</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/seam_editors_10.png"></imagedata>
+ <figure float="0">
+ <title>Outline view: Tree mode</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors_10.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
@@ -1867,36 +1878,36 @@
- <section diffmk:change="added">
+ <section>
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Seam Components Editor</diffmk:wrapper></title>
+ <title>Seam Components Editor</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">When editing </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">components.xml</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> a structured tree editor is available
+ <para>When editing <property moreinfo="none">components.xml</property> a structured tree editor is available
in addition to pure source editing. It has a graphical view (Tree tab) and source
- (Source tab).</diffmk:wrapper></para>
+ (Source tab).</para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">component.xml Editor</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/seam_editors_4.png"></imagedata>
+ <figure float="0">
+ <title>component.xml Editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors_4.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <note diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Note:</diffmk:wrapper></title>
+ <note>
+ <title>Note:</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You can view and edit </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">components.xml</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> and other xml files
+ <para>You can view and edit <property moreinfo="none">components.xml</property> and other xml files
directly in the Project Explorer and Properties sheet without opening the
- components.xml editor.</diffmk:wrapper></para>
+ components.xml editor.</para>
</note>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">component.xml Editor</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/seam_editors_5.png"></imagedata>
+ <figure float="0">
+ <title>component.xml Editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors_5.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
@@ -1905,8 +1916,8 @@
- <section diffmk:change="added" id="SeamEditors">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Main Features of Seam Editors</diffmk:wrapper></title>
+ <section id="SeamEditors">
+ <title>Main Features of Seam Editors</title>
<para>In this chapter you will know what Seam Editors features are and how to work with them. </para>
@@ -1914,7 +1925,7 @@
<title>Content Assist</title>
- <para><property moreinfo="none">Content Assist</property><diffmk:wrapper diffmk:change="changed"> (Ctrl + Space) is available when using EL expressions in the following file formats:</diffmk:wrapper></para>
+ <para><property moreinfo="none">Content Assist</property> (Ctrl + Space) is available when using EL expressions in the following file formats:</para>
<itemizedlist>
<listitem>
<para>JSP</para>
@@ -1940,14 +1951,14 @@
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added"> Content Assist is also available for the </diffmk:wrapper><emphasis diffmk:change="added" role="italic">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">"jsfc "</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added"> attribute, it lets you select from a list of possible attribute values. Whereas, JSF components appear above all other components in the list.</diffmk:wrapper></para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Content Assist for the "jsfc" attribute</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/seam_editors_12.png" scale="70"></imagedata>
+ <para> Content Assist is also available for the <emphasis role="italic">
+ <property moreinfo="none">"jsfc "</property>
+ </emphasis> attribute, it lets you select from a list of possible attribute values. Whereas, JSF components appear above all other components in the list.</para>
+ <figure float="0">
+ <title>Content Assist for the "jsfc" attribute</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors_12.png" scale="70"></imagedata>
</imageobject>
</mediaobject>
</figure>
@@ -1986,27 +1997,27 @@
</imageobject>
</mediaobject>
</figure>
-
+ </section>
</section>
- <section diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Content Assist for Page Descriptors</diffmk:wrapper></title>
+ <section>
+ <title>Content Assist for Page Descriptors</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Content Assist ( CA ) is available for Page Descriptors,
- </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">.page.xml</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> and </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">page.xml</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> files.
+ <para>Content Assist ( CA ) is available for Page Descriptors,
+ <property moreinfo="none">.page.xml</property> and <property moreinfo="none">page.xml</property> files.
Content Assist lets you easily compose a Page Descriptor file by suggesting elements and attributes. The suggestions are context dependent, which means that CA provides only the elements, attributes and in some cases values for the attributes, suitable in a particular place of your Page Descriptor.
- </diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ </para>
+ <para>
Seam Pages Editor also supports code completion in EL-expressions suggesting you possible bean properties and methods.
- </diffmk:wrapper></para>
+ </para>
</section>
<section id="OpenOn">
<title>OpenOn</title>
- <para><property moreinfo="none">OpenOn</property><diffmk:wrapper diffmk:change="changed"> lets you easily navigate through your project without
- using the Package Explorer or Project Explorer. After pressing </diffmk:wrapper><emphasis>
+ <para><property moreinfo="none">OpenOn</property> lets you easily navigate through your project without
+ using the Package Explorer or Project Explorer. After pressing <emphasis>
<property moreinfo="none">Ctrl + left click</property>
</emphasis> (or just F3) you will see a corresponding method or class.</para>
@@ -2019,20 +2030,40 @@
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">OpenOn is also supported in Page Descriptors (</diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">.page.xml</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> and </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">pages.xml</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">). OpenOn allows you to navigate to Java beans as well as to view pages.
- You can </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Ctrl + left click</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> on a bean or on view page file (e.g. XTML file) to navigate to the file you clicked on. </diffmk:wrapper></para>
+ <para>OpenOn is also supported in Page Descriptors (<property moreinfo="none">.page.xml</property> and <property moreinfo="none">pages.xml</property>). OpenOn allows you to navigate to Java beans as well as to view pages.
+ You can <property moreinfo="none">Ctrl + left click</property> on a bean or on view page file (e.g. XTML file) to navigate to the file you clicked on. </para>
+ <figure float="0">
+ <title>OpenOn in .page.xml file</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors_2a.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+<para diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ OpenOn is also supported in seam components where </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added"> In annotation</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> is presented.
+ After pressing </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Ctrl + left click</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> on the seam component specified in </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added">@In </diffmk:wrapper></code><diffmk:wrapper diffmk:change="added"> you will get the possibility to open the file where the component is declarated as well as
+ all of the seam components where it is used in the next declarations:</diffmk:wrapper></para>
+ <itemizedlist diffmk:change="added">
+ <listitem diffmk:change="added"><diffmk:wrapper diffmk:change="added">@Out</diffmk:wrapper></listitem>
+ <listitem diffmk:change="added"><diffmk:wrapper diffmk:change="added">@DataModel</diffmk:wrapper></listitem>
+ <listitem diffmk:change="added"><diffmk:wrapper diffmk:change="added">@Role</diffmk:wrapper></listitem>
+ <listitem diffmk:change="added"><diffmk:wrapper diffmk:change="added">@Roles</diffmk:wrapper></listitem>
+ </itemizedlist>
+
<figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">OpenOn in .page.xml file</diffmk:wrapper></title>
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">OpenOn in Seam Component</diffmk:wrapper></title>
<mediaobject diffmk:change="added">
<imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_editors/seam_editors_2a.png"></imagedata>
+ <imagedata diffmk:change="added" fileref="images/seam_editors/seam_editors_2b.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
+
-
</section>
<section id="SeamValidation">
@@ -2053,12 +2084,12 @@
</mediaobject>
</figure>
- <note diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Note:</diffmk:wrapper></title>
- <para><diffmk:wrapper diffmk:change="added">Please note, only files within source path and web content are validated, meaning temporary files or test files are not included.</diffmk:wrapper></para>
+ <note>
+ <title>Note:</title>
+ <para>Please note, only files within source path and web content are validated, meaning temporary files or test files are not included.</para>
</note>
- <para diffmk:change="added">In the preferences page for Seam Validator you can see and modify the validator
+ <para>In the preferences page for Seam Validator you can see and modify the validator
behavior. Go to <emphasis>
<property moreinfo="none">Window > Preferences > JBoss Tools > Web > Seam > Validator</property>
</emphasis> and select the severity level for the optional Seam Validator
@@ -2082,11 +2113,9 @@
</section>
</section>
-</section>
- <!-- TODO: drools used in this section is not available for eclipse .3.3 &business_application; -->
-
</chapter>
+
<chapter id="seam_view" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/seam/docs/reference/en/modules/seam_view.xml" xreflabel="seam_view">
<?dbhtml filename="seam_view.html"?>
<chapterinfo>
@@ -2186,7 +2215,7 @@
<para>Selecting the <emphasis><property moreinfo="none">Seam Components from Referenced Projects</property></emphasis> will hide the components that dependent on other project.</para>
<figure float="0">
- <title><diffmk:wrapper diffmk:change="changed">Available Customizations</diffmk:wrapper></title>
+ <title>Available Customizations</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/seam_view/seam_view_7.png"></imagedata>
@@ -2263,7 +2292,12 @@
</imageobject>
</mediaobject>
</figure>
-
+ <tip diffmk:change="added">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Tip:</diffmk:wrapper></title>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">If you try to delete the Seam Runtime that is already in use by some project in the current workspace, then a warning message will appear. To confirm the removal press </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">OK</diffmk:wrapper></property>
+ </para>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Besides, when you right-click on your Seam project with deleted runtime in Project Explorer and select</diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added"> Properties > Seam Settings</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> the error message "Runtime <runtime_name> does not exist" will appear. </diffmk:wrapper></para>
+ </tip>
<section id="validator_pref">
<title>Validator Preferences</title>
@@ -2289,9 +2323,9 @@
<para>Notice, that in the <emphasis>
<property moreinfo="none">Expression language</property>
- </emphasis><diffmk:wrapper diffmk:change="changed"> section there is now a preference for setting severity of EL Syntax. You
+ </emphasis> section there is now a preference for setting severity of EL Syntax. You
can select whether the Seam validator displays an error, a warning or just ignore
- the EL Syntax error.</diffmk:wrapper></para>
+ the EL Syntax error.</para>
<figure float="0">
<title>Severity Preference for EL Syntax</title>
@@ -2303,9 +2337,9 @@
</figure>
<para>In the upper right corner of the page there is a <property moreinfo="none">Configure Project
- Specific Settings</property><diffmk:wrapper diffmk:change="changed"> link. Clicking on it you get the form where you can
+ Specific Settings</property> link. Clicking on it you get the form where you can
choose a project for specific setting. Project specific configuration allows you to
- have different validator settings for each project. Check the </diffmk:wrapper><property moreinfo="none">Show only
+ have different validator settings for each project. Check the <property moreinfo="none">Show only
projects with project specific settings</property> if you want to see the
projects that have been already set. Click on <property moreinfo="none">Ok</property>.</para>
@@ -2404,36 +2438,36 @@
</figure>
</section>
- <section diffmk:change="added" id="add_custom_capabilities">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Adding Custom Capabilities</diffmk:wrapper></title>
+ <section id="add_custom_capabilities">
+ <title>Adding Custom Capabilities</title>
- <para diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">JBoss Tools</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> provides a possibility to add custom capabilities to any Seam project,
- i.e. add a support of additional frameworks built on top of JSF, such as </diffmk:wrapper><itemizedlist diffmk:change="added">
- <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">ADF</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Facelets</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">JBoss Rich Faces (versions 3.1, 3.2, 3.3)</diffmk:wrapper></para></listitem>
+ <para><property moreinfo="none">JBoss Tools</property> provides a possibility to add custom capabilities to any Seam project,
+ i.e. add a support of additional frameworks built on top of JSF, such as <itemizedlist>
+ <listitem><para>ADF</para></listitem>
+ <listitem><para>Facelets</para></listitem>
+ <listitem><para>JBoss Rich Faces (versions 3.1, 3.2, 3.3)</para></listitem>
</itemizedlist>
</para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">To enable it, you should call the context menu for a Seam project and select </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">JBoss
- Tools > Add Custom Capabilities</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> Then check the needed modules and press
- </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Finish</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></emphasis></para>
+ <para>To enable it, you should call the context menu for a Seam project and select <emphasis><property moreinfo="none">JBoss
+ Tools > Add Custom Capabilities</property>.</emphasis> Then check the needed modules and press
+ <emphasis><property moreinfo="none">Finish</property>.</emphasis></para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Adding Custom Capabilities to Seam Project</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_preferences/addCustomCapabilities.png"></imagedata>
+ <figure float="0">
+ <title>Adding Custom Capabilities to Seam Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_preferences/addCustomCapabilities.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The next page displays all the updates that have been made to the project.</diffmk:wrapper></para>
+ <para>The next page displays all the updates that have been made to the project.</para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Adding Custom Capabilities to Seam Project</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/seam_preferences/addCustomCapabilities2.png"></imagedata>
+ <figure float="0">
+ <title>Adding Custom Capabilities to Seam Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_preferences/addCustomCapabilities2.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
@@ -3431,74 +3465,77 @@
</chapter>
-<chapter diffmk:change="added" id="seam_faq" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/seam/docs/reference/en/modules/seam_faq.xml" xreflabel="seam_faq">
+<chapter id="seam_faq" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/seam/docs/reference/en/modules/seam_faq.xml" xreflabel="seam_faq">
<?dbhtml filename="vwt_faq.html"?>
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">FAQ</diffmk:wrapper></title>
+ <title>FAQ</title>
- <section diffmk:change="added" id="seam_question_1">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">How to get Code Assist for Seam specific resources in an externally generated
- project?</diffmk:wrapper></title>
+ <section id="seam_question_1">
+ <title>How to get Code Assist for Seam specific resources in an externally generated
+ project?</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">To get Code Assist for Seam specific resources in an externally generated project, you
+ <para>To get Code Assist for Seam specific resources in an externally generated project, you
should enable Seam features in Project Preferences. Right click an imported project and
- navigate </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Properties > Seam Settings</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> Check </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Seam support</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added"> box to enable all available </diffmk:wrapper><link diffmk:change="added" linkend="project_pref"><diffmk:wrapper diffmk:change="added">Seam
- Settings</diffmk:wrapper></link><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></para>
+ navigate <emphasis>
+ <property moreinfo="none">Properties > Seam Settings</property>.</emphasis> Check <emphasis>
+ <property moreinfo="none">Seam support</property>
+ </emphasis> box to enable all available <link linkend="project_pref">Seam
+ Settings</link>.</para>
</section>
- <section diffmk:change="added" id="seam_question_2">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">How to import an example Seam project from jboss-eap directory?</diffmk:wrapper></title>
+ <section id="seam_question_2">
+ <title>How to import an example Seam project from jboss-eap directory?</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">To import an example Seam project from </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">jboss-eap</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added"> into your working directory, you should perform the following steps:</diffmk:wrapper></para>
+ <para>To import an example Seam project from <emphasis>
+ <property moreinfo="none">jboss-eap</property>
+ </emphasis> into your working directory, you should perform the following steps:</para>
- <itemizedlist diffmk:change="added">
- <listitem diffmk:change="added">
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Go to </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">New > Other > Java Project from Existing Buildfile</diffmk:wrapper></property>
+ <itemizedlist>
+ <listitem>
+ <para>Go to <emphasis>
+ <property moreinfo="none">New > Other > Java Project from Existing Buildfile</property>
</emphasis></para>
</listitem>
- <listitem diffmk:change="added">
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Point to the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">build.xml</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added"> of any chosen project by pressing </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Browse</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added"> button</diffmk:wrapper></para>
+ <listitem>
+ <para>Point to the <emphasis>
+ <property moreinfo="none">build.xml</property>
+ </emphasis> of any chosen project by pressing <emphasis>
+ <property moreinfo="none">Browse</property>
+ </emphasis> button</para>
</listitem>
- <listitem diffmk:change="added">
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Hit </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Finish</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added"> to open the project</diffmk:wrapper></para>
+ <listitem>
+ <para>Hit <emphasis>
+ <property moreinfo="none">Finish</property>
+ </emphasis> to open the project</para>
</listitem>
</itemizedlist>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">As these seam examples are non WTP projects, next you should enable Seam support for
- them. To do that, right click the project and go to </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Properties > Seam Settings</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></emphasis></para>
+ <para>As these seam examples are non WTP projects, next you should enable Seam support for
+ them. To do that, right click the project and go to <emphasis>
+ <property moreinfo="none">Properties > Seam Settings</property>.</emphasis></para>
</section>
- <section diffmk:change="added" id="seam_question_3">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">How to change the deploy folders for Seam source code from src/hot and src/main?</diffmk:wrapper></title>
+ <section id="seam_question_3">
+ <title>How to change the deploy folders for Seam source code from src/hot and src/main?</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You should right-click the project, select </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Properties > Java Build Path</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">,</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> then switch to the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Source tab</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">,</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> select the output folder for </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">src/hot</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> (</diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">src/main</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">)</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> and click </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Edit</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> to change their output location.</diffmk:wrapper></para>
+ <para>You should right-click the project, select <emphasis>
+ <property moreinfo="none">Properties > Java Build Path</property>,</emphasis> then switch to the <emphasis>
+ <property moreinfo="none">Source tab</property>,</emphasis> select the output folder for <emphasis>
+ <property moreinfo="none">src/hot</property></emphasis> (<emphasis>
+ <property moreinfo="none">src/main</property>)</emphasis> and click <emphasis>
+ <property moreinfo="none">Edit</property></emphasis> to change their output location.</para>
<para>In conclusion, the main goal of this document is to get you know with a full featureset
that <property moreinfo="none">JBoss Tools</property> provides to support Seam development. Thus if you have
- some questions, comments or suggestions on the topic, please fell free to ask in the <ulink url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201">JBoss
+ some questions, comments or suggestions on the topic, please fell free to ask in the <ulink url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=201">JBoss
Tools Forum</ulink>. You can also influence on how you want to see JBoss Tools docs in
future leaving your vote on our page <ulink url="http://wiki.jboss.org/wiki/JBossToolsDocsFuture">here</ulink>. </para>
<para>A set of movies on Seam tooling is available <ulink url="http://docs.jboss.org/tools/movies">here</ulink>.</para>
</section>
</chapter>
+
+ <!-- TODO: drools used in this section is not available for eclipse .3.3 &business_application; -->
+
</book>
15 years, 6 months
JBoss Tools SVN: r15748 - trunk/portlet/docs/reference/en.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-05 11:24:28 -0400 (Fri, 05 Jun 2009)
New Revision: 15748
Modified:
trunk/portlet/docs/reference/en/master_output.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-743 - updating the master_output.xml;
Modified: trunk/portlet/docs/reference/en/master_output.xml
===================================================================
--- trunk/portlet/docs/reference/en/master_output.xml 2009-06-05 15:23:33 UTC (rev 15747)
+++ trunk/portlet/docs/reference/en/master_output.xml 2009-06-05 15:24:28 UTC (rev 15748)
@@ -24,7 +24,16 @@
<bookinfo>
<title>JBoss Portal Tools Reference Guide</title>
-
+ <corpauthor diffmk:change="added">
+ <inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added" role="fo">
+ <imagedata diffmk:change="added" fileref="images/jbosstools_logo.png" format="PNG"></imagedata>
+ </imageobject>
+ <imageobject diffmk:change="added" role="html">
+ <imagedata diffmk:change="added"></imagedata>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
<author><firstname>Olga</firstname><surname>Chikvina</surname></author>
<author><firstname>Snjezana</firstname><surname>Peco</surname><email>snjezana.peco(a)redhat.com</email></author>
<author><firstname>Svetlana</firstname><surname>Mukhina</surname><email>smukhina(a)exadel.com</email></author>
@@ -37,7 +46,7 @@
<holder>JBoss, a division of Red Hat</holder>
</copyright>
<releaseinfo><diffmk:wrapper diffmk:change="changed">
- Version: 1.0.1.GA
+ Version: 1.1.0.M1
</diffmk:wrapper></releaseinfo>
<abstract>
@@ -164,7 +173,7 @@
<listitem>
<para>
- <ulink url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201">JBoss Tools Forum</ulink>
+ <ulink url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=201">JBoss Tools Forum</ulink>
</para>
</listitem>
@@ -176,10 +185,7 @@
</listitem>
<listitem>
- <para>
- <ulink url="http://www.jboss.com/products/devstudio/docs">Stable JBossTools/JBDS
- documentation</ulink> (supplied with the latest JBDS release, 1.1.0 GA
- currently) </para>
+ <para>JBoss Developer Studio/JBoss Tools release documentation you can find at<ulink url="http://docs.jboss.org/tools/">http://docs.jboss.org/tools</ulink> in the corresponding release directory.</para>
</listitem>
</itemizedlist>
@@ -207,7 +213,7 @@
</listitem>
<listitem>
- <para>Next, download the JBoss Portal + JBoss AS bundle from <ulink url="http://www.jboss.org/jbossportal/download/index.html">JBoss Portal Download
+ <para>Next, download the JBoss Portal + JBoss AS bundle from <ulink url="http://www.jboss.org/jbossportal/download.html">JBoss Portal Download
page</ulink></para>
<note>
@@ -900,7 +906,7 @@
<title>Tip:</title>
<para>Thus you should have JBoss Portlet Bridge downloaded and extracted somewhere on
- your hard drive. You can download JBoss Portlet Bridge 1.0.0.B4 from <ulink url="http://www.jboss.org/portletbridge/download/"><diffmk:wrapper diffmk:change="changed">www.jboss.org/portletbridge/download</diffmk:wrapper></ulink>.</para>
+ your hard drive. You can download JBoss Portlet Bridge 1.0.0.B4 from <ulink url="http://www.jboss.org/portletbridge/download/">www.jboss.org/portletbridge/download</ulink>.</para>
</tip>
<para>Now, to add Seam Portlet to the project you should follow to <emphasis>
@@ -987,7 +993,7 @@
portlets which includes a sample staff and deploy it onto the <property moreinfo="none">JBoss
Portal</property>.</para>
- <para>If you still have questions or suggestions you are always welcome on our <ulink url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201">Forum</ulink>. Your feedback will be very much appreciated.</para>
+ <para>If you still have questions or suggestions you are always welcome on our <ulink url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=201">Forum</ulink>. Your feedback will be very much appreciated.</para>
</chapter>
15 years, 6 months
JBoss Tools SVN: r15747 - trunk/jsf/docs/userguide/en.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-05 11:23:33 -0400 (Fri, 05 Jun 2009)
New Revision: 15747
Modified:
trunk/jsf/docs/userguide/en/master_output.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-743 - updating the master_output.xml;
Modified: trunk/jsf/docs/userguide/en/master_output.xml
===================================================================
--- trunk/jsf/docs/userguide/en/master_output.xml 2009-06-05 15:23:18 UTC (rev 15746)
+++ trunk/jsf/docs/userguide/en/master_output.xml 2009-06-05 15:23:33 UTC (rev 15747)
@@ -10,7 +10,9 @@
<!ENTITY richfaces_support SYSTEM "modules/richfaces_support.xml">
<!ENTITY web_projects SYSTEM "modules/web_projects.xml">
<!ENTITY preferences SYSTEM "modules/preferences.xml">
+<!ENTITY context_menu_preferences SYSTEM "modules/context_menu_preferences.xml">
<!ENTITY vwt_faq SYSTEM "modules/vwt_faq.xml">
+<!ENTITY conclusion SYSTEM "modules/conclusion.xml">
<!ENTITY seamlink "../../seam/html_single/index.html">
<!ENTITY aslink "../../as/html_single/index.html">
@@ -35,9 +37,9 @@
<year>2009</year>
<holder>JBoss, a division of Red Hat</holder>
</copyright>
- <releaseinfo><diffmk:wrapper diffmk:change="changed">
+ <releaseinfo>
Version: 2.0.1.GA
- </diffmk:wrapper></releaseinfo>
+ </releaseinfo>
<abstract>
<title></title>
<para>
@@ -127,11 +129,23 @@
</entry>
</row>
+
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Multiple Editors</diffmk:wrapper></entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">An extensive collection of specialized editors for different file types: properties, TLD, web.xml, tiles, and so on: Graphical Properties Editor,
+ Graphical TLD Editor, Graphical Web Application File (web.xml) Editor, CSS Editor, JavaScript Editor, XSD Editor, Support for XML Schema.</diffmk:wrapper></entry>
+ <entry diffmk:change="added">
+ <link diffmk:change="added" linkend="more_editors"><diffmk:wrapper diffmk:change="added">more editors</diffmk:wrapper></link>
+ </entry>
+ </row>
+
+
+
<row>
<entry>JBoss Tools Palette</entry>
- <entry><diffmk:wrapper diffmk:change="changed">Organizing various tags by groups, inserting tags into a jsp or xhtml page with one
+ <entry>Organizing various tags by groups, inserting tags into a jsp or xhtml page with one
click, adding custom or 3rd party tag libraries into the palette, easy controlling the number
- of tag groups shown on the palette.</diffmk:wrapper></entry>
+ of tag groups shown on the palette.</entry>
<entry>
<link linkend="palette">jboss tools palette</link>
</entry>
@@ -170,10 +184,10 @@
<row>
<entry>Drag-and-Drop</entry>
- <entry><diffmk:wrapper diffmk:change="changed">Possibility of inserting any tag onto the page you are editing by just drag-and-droping
+ <entry>Possibility of inserting any tag onto the page you are editing by just drag-and-droping
it from the palette to this page. Adding any properties, managed bean attributes, navigation
rules, tag library file declarations, jsp files from web projects view by clicking them and
- dragging to source code.</diffmk:wrapper></entry>
+ dragging to source code.</entry>
<entry>
<link linkend="visual_page">visual page editor</link>
<link linkend="DragAndDrop">drag-and-drop</link>
@@ -189,6 +203,16 @@
<link linkend="richfaces_support">RichFaces support</link>
</entry>
</row>
+
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Flexible Configuration</diffmk:wrapper></entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Various features of JBoss Developer Studio can be easily configured via the Preferences screen.</diffmk:wrapper></entry>
+ <entry diffmk:change="added">
+ <link diffmk:change="added" linkend="preferences"><diffmk:wrapper diffmk:change="added">preferences</diffmk:wrapper></link>
+ </entry>
+ </row>
+
+
</tbody>
</tgroup>
</table>
@@ -196,8 +220,8 @@
<section>
<title>Other relevant resources on the topic</title>
- <para><diffmk:wrapper diffmk:change="changed">All JBoss Developer Studio/JBoss Tools release documentation you can find at</diffmk:wrapper><diffmk:wrapper diffmk:change="changed">http://docs.jboss.org/tools</diffmk:wrapper><diffmk:wrapper diffmk:change="changed"> in the corresponding release directory.</diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed">The latest documentation builds are available at </diffmk:wrapper><ulink url="http://download.jboss.org/jbosstools/nightly-docs/"><diffmk:wrapper diffmk:change="changed">http://download.jboss.org/jbosstools/nightly-docs</diffmk:wrapper></ulink>.</para>
+ <para>All JBoss Developer Studio/JBoss Tools release documentation you can find at<ulink url="http://docs.jboss.org/tools/">http://docs.jboss.org/tools</ulink> in the corresponding release directory.</para>
+ <para>The latest documentation builds are available at <ulink url="http://download.jboss.org/jbosstools/nightly-docs/">http://download.jboss.org/jbosstools/nightly-docs</ulink>.</para>
</section>
</chapter>
@@ -822,8 +846,8 @@
<itemizedlist>
<listitem>
<para>Adds code assist for JSF pre-defined objects, such as
- <code diffmk:change="added"><diffmk:wrapper diffmk:change="added">value="#{param}"</diffmk:wrapper></code><diffmk:wrapper diffmk:change="added">
- :</diffmk:wrapper></para>
+ <code>value="#{param}"</code>
+ :</para>
</listitem>
</itemizedlist>
<programlisting format="linespecific" role="XML"><![CDATA[<AttributeType ...>
@@ -954,8 +978,8 @@
<title>Visual Page Editor</title>
<para><property moreinfo="none">JBoss Developer Studio</property> comes with a powerful and customizable
- <property moreinfo="none">Visual Page Editor</property><diffmk:wrapper diffmk:change="changed"> (VPE). You can use the Visual Page Editor to
- develop an application using any technology: JSF, Struts, JSP, HTML and others. Double-click on the necessary file in the Package Explorer view to open it in the Visual Editor or just drag-and-drop it into perspective (the drag-and-drop feature can be also applied to JSP, XHTML or HTML files created locally).</diffmk:wrapper></para>
+ <property moreinfo="none">Visual Page Editor</property> (VPE). You can use the Visual Page Editor to
+ develop an application using any technology: JSF, Struts, JSP, HTML and others. Double-click on the necessary file in the Package Explorer view to open it in the Visual Editor or just drag-and-drop it into perspective (the drag-and-drop feature can be also applied to JSP, XHTML or HTML files created locally).</para>
<para>Current VPE version has three tabs: <property moreinfo="none">Visual/Source</property>,
<property moreinfo="none">Source</property> and <property moreinfo="none">Preview</property>. To switch between the
@@ -1026,8 +1050,8 @@
</imageobject>
</mediaobject>
</figure>
- <para><diffmk:wrapper diffmk:change="changed"> You can insert a tag/component from the palette into either the Source or the
- Visual part by calling a context menu and selecting </diffmk:wrapper><property moreinfo="none">Insert
+ <para> You can insert a tag/component from the palette into either the Source or the
+ Visual part by calling a context menu and selecting <property moreinfo="none">Insert
around</property>, <property moreinfo="none">Insert before</property>, <property moreinfo="none">Insert
after</property> or <property moreinfo="none">Replace With</property>, pointing to
<property moreinfo="none">From Palette</property>, picking the type of the tag and finally
@@ -1092,6 +1116,14 @@
</mediaobject>
</figure>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You can also switch on this option in the VPE preferences, having clicked on the </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Preferences</diffmk:wrapper></property>
+ </emphasis><diffmk:wrapper diffmk:change="added"> button
+ (</diffmk:wrapper><inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/icon_1.png"></imagedata>
+ </imageobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="added">).</diffmk:wrapper></para>
+
<section id="comments">
<title>Commenting out Code</title>
@@ -1100,12 +1132,12 @@
<itemizedlist>
<listitem>
- <para>HTML comments (<code diffmk:change="added"><!-- --></code>) which are output to the client </para>
+ <para>HTML comments (<code><!-- --></code>) which are output to the client </para>
</listitem>
<listitem>
- <para>JSP comments (<code diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ <para>JSP comments (<code>
<%-- --%>
- </diffmk:wrapper></code>) which are not output to the client as part of the JSP page
+ </code>) which are not output to the client as part of the JSP page
output</para>
</listitem>
</itemizedlist>
@@ -1177,12 +1209,12 @@
different parameters or preview according to the framework version (like seam
1.2 and seam 2.0, or JSF 1.1 and JSF 1.2).</para>
- <para>For example, <code diffmk:change="added"><diffmk:wrapper diffmk:change="added">
+ <para>For example, <code>
<s:decorate>
- </diffmk:wrapper></code><diffmk:wrapper diffmk:change="added"> element in seam has different parameters in versions 1.2 and 2.0 as
+ </code> element in seam has different parameters in versions 1.2 and 2.0 as
well as
- </diffmk:wrapper><code diffmk:change="added"><h:outputLink></code><diffmk:wrapper diffmk:change="added">
- JSF element has different preview in versions 1.1 and 1.2.</diffmk:wrapper></para>
+ <code><h:outputLink></code>
+ JSF element has different preview in versions 1.1 and 1.2.</para>
</section>
</section>
@@ -1293,9 +1325,9 @@
<emphasis>
<property moreinfo="none">Boxes</property>, </emphasis>
<emphasis>
- <property moreinfo="none">Property Sheet</property>. </emphasis><diffmk:wrapper diffmk:change="added">The list of already existing classes with names beginning with the symbols printed will be displayed on standard "Ctrl+Space" key combination. To add existing styling to
+ <property moreinfo="none">Property Sheet</property>. </emphasis>The list of already existing classes with names beginning with the symbols printed will be displayed on standard "Ctrl+Space" key combination. To add existing styling to
the chosen element just point to the
- necessary one. Each time you select any class it is displayed in the Preview tab. Click on the </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Apply</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> button will apply the changes without closing the window.</diffmk:wrapper></para>
+ necessary one. Each time you select any class it is displayed in the Preview tab. Click on the <emphasis><property moreinfo="none">Apply</property></emphasis> button will apply the changes without closing the window.</para>
<figure float="0">
<title>Style Class Selection</title>
@@ -1440,9 +1472,9 @@
<section id="AdvancedSettings954">
<title>Advanced Settings</title>
-
- <para>In the left vertical pane of the Visual part there are three buttons: <emphasis>
- <property moreinfo="none">Preferences</property></emphasis>
+
+ <para><diffmk:wrapper diffmk:change="changed">In the left vertical pane of the Visual part there are four buttons: </diffmk:wrapper><emphasis>
+ <property moreinfo="none">Preferences</property></emphasis>
(
<inlinemediaobject>
<imageobject>
@@ -1462,18 +1494,47 @@
<imageobject>
<imagedata fileref="images/visual_page/icon_2.png"></imagedata>
</imageobject>
- </inlinemediaobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="changed">
)
- and <emphasis>
- <property moreinfo="none">Page Design Options</property> </emphasis>(
- <inlinemediaobject>
- <imageobject>
- <imagedata fileref="images/visual_page/icon_3.png"></imagedata>
- </imageobject>
- </inlinemediaobject>
- )
-
- .</para>
+ ,</diffmk:wrapper><emphasis>
+ <property moreinfo="none">Page Design Options</property> </emphasis><diffmk:wrapper diffmk:change="changed">(
+ </diffmk:wrapper><inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/visual_page/icon_3.png"></imagedata>
+ </imageobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="added">
+ )
+ and some of the next buttons:
+ </diffmk:wrapper><emphasis diffmk:change="added">
+ <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Vertical Source on top</diffmk:wrapper></property> </emphasis><diffmk:wrapper diffmk:change="added">(
+ </diffmk:wrapper><inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/source_top.png"></imagedata>
+ </imageobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="added">),
+ </diffmk:wrapper><emphasis diffmk:change="added">
+ <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Vertical Visual on top</diffmk:wrapper></property> </emphasis><diffmk:wrapper diffmk:change="added">(
+ </diffmk:wrapper><inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/source_bottom.png"></imagedata>
+ </imageobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="added">),
+ </diffmk:wrapper><emphasis diffmk:change="added">
+ <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Horizontal Source to the left</diffmk:wrapper></property> </emphasis><diffmk:wrapper diffmk:change="added">(
+ </diffmk:wrapper><inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/source_left.png"></imagedata>
+ </imageobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="added">),
+ </diffmk:wrapper><emphasis diffmk:change="added">
+ <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Horizontal Visual to the left</diffmk:wrapper></property> </emphasis><diffmk:wrapper diffmk:change="added">(
+ </diffmk:wrapper><inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/source_right.png"></imagedata>
+ </imageobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="changed">),
+ depending on the current Visual/Source layout
+ .</diffmk:wrapper></para>
<figure float="0">
<title>Buttons on the Visual Part of VPE</title>
@@ -1512,9 +1573,25 @@
</imageobject>
</mediaobject>
</figure>
+
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The available preferences are as follows:</diffmk:wrapper></para>
+ <itemizedlist diffmk:change="added">
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Show Border for Unknown Tags</diffmk:wrapper></para></listitem>
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Show Non-Visual Tags</diffmk:wrapper></para></listitem>
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Show Resource Bundles Usage as EL Expressions</diffmk:wrapper></para></listitem>
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Always Prompt for Tag Attributes During Tag Insert</diffmk:wrapper></para></listitem>
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Show Selection Tag Bar</diffmk:wrapper></para></listitem>
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Always Hide Selection Bar without Prompt</diffmk:wrapper></para></listitem>
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Default Editor Tab: </diffmk:wrapper><emphasis diffmk:change="added"><diffmk:wrapper diffmk:change="added">Visual/Source</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added">, </diffmk:wrapper><emphasis diffmk:change="added"><diffmk:wrapper diffmk:change="added">Source</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> or </diffmk:wrapper><emphasis diffmk:change="added"><diffmk:wrapper diffmk:change="added">Preview</diffmk:wrapper></emphasis></para></listitem>
+ <listitem><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Size of Visual Editor Pane 0-100%</diffmk:wrapper></para></listitem>
+ </itemizedlist> <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Click on the </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Apply</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> button to apply the changes or on the </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Restore Defaults</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> button to cancel the changes and set the default preferences.</diffmk:wrapper></para>
+
</listitem>
- <listitem>
+
+
+ <listitem diffmk:change="added">
+
<para>Clicking on <emphasis>
<property moreinfo="none">Refresh</property>
</emphasis> button
@@ -1705,7 +1782,57 @@
</mediaobject>
</figure>
</listitem>
-
+ <listitem diffmk:change="added" id="splitting_buttons">
+ <para diffmk:change="added"><emphasis diffmk:change="added">
+ <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Visual/Source Editors splitting buttons</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added">
+ provide the possibility to choose one of the four possible layouts for the Visual/Source Editor.
+ </diffmk:wrapper></para>
+
+
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The available layouts and corresponding buttons are as follows:</diffmk:wrapper></para>
+ <itemizedlist diffmk:change="added">
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Vertical Source on top(</diffmk:wrapper><inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/source_top.png"></imagedata>
+ </imageobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="added">)</diffmk:wrapper></para></listitem>
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Vertical Visual on top ( </diffmk:wrapper><inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/source_bottom.png"></imagedata>
+ </imageobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="added">)</diffmk:wrapper></para></listitem>
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Horizontal Source to the left ( </diffmk:wrapper><inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/source_left.png"></imagedata>
+ </imageobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="added">)</diffmk:wrapper></para></listitem>
+ <listitem diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Horizontal Visual to the left ( </diffmk:wrapper><inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/source_right.png"></imagedata>
+ </imageobject>
+ </inlinemediaobject><diffmk:wrapper diffmk:change="added">)</diffmk:wrapper></para></listitem>
+
+ </itemizedlist>
+ <figure diffmk:change="added" float="0">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Visual Page Editor Before Layout Changing </diffmk:wrapper></title>
+ <mediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/visual_page_24.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure><diffmk:wrapper diffmk:change="added">
+ Note, at the current view there is only </diffmk:wrapper><emphasis diffmk:change="added">
+ <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added"> one</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> button, that proposes the possibility to change it in order the Source and the View are moved </diffmk:wrapper><emphasis diffmk:change="added">
+ <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">in a clockwise direction</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added">.
+ </diffmk:wrapper><figure diffmk:change="added" float="0">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Visual Page Editor After Layout Changing </diffmk:wrapper></title>
+ <mediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/visual_page/visual_page_25.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
</itemizedlist>
<para>You can find useful one more functionality provided by VPE. At the bottom of the
@@ -1797,7 +1924,23 @@
visual page editor then close all browser views/editors and leave one visual page
editor open and restart eclipse. This should force a load of the right XULRunner
viewer.</para>
-
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added"> If it doesn't help and you use Fedora Core Linux and Eclipse Version: 3.4.1,the issue can be produced because libswt-xulrunner-gtk-3449.so file doesn't present
+ in eclipse-swt-3.4.1-5.fc10.x86_64.rpm/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.4.1.v3449c.jar.To add this file to eclipse you should:
+ </diffmk:wrapper></para>
+ <itemizedlist diffmk:change="added">
+ <listitem diffmk:change="added">
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Decompress eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.4.1.v3449c.jar form eclipse-SDK-3.4.1-linux-gtk-x86_64.tar.gz</diffmk:wrapper></para>
+ </listitem>
+ <listitem diffmk:change="added">
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Copy </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">libswt-xulrunner-gtk-3449.so</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> file to your Fedora Eclipse location.</diffmk:wrapper></para>
+ </listitem>
+
+ <listitem diffmk:change="added">
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Open the file eclipse.ini,which can be found in your Fedora Eclipse location and add the following line: </diffmk:wrapper></para>
+ <programlisting diffmk:change="added" format="linespecific" role="JAVA"><diffmk:wrapper diffmk:change="added"><![CDATA[-Dswt.library.path=/usr/lib/eclipse
+]]></diffmk:wrapper></programlisting><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">,where </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added">/usr/lib/eclipse</diffmk:wrapper></code><diffmk:wrapper diffmk:change="added"> is the path to your eclipse folder.</diffmk:wrapper></para>
+ </listitem>
+ </itemizedlist>
</section>
<!-- <section id="CreateLookAndFeel(Design-timeMetadate)ForAnyCustomJSFComponents41">
@@ -2378,15 +2521,10 @@
new one, as well.</para>
<para>To open the editor, click on the <emphasis>
<property moreinfo="none">Palette Editor</property>
- </emphasis> icon: <figure float="0">
- <title>Palette Editor Icon</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/palette/palette_7.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
- </para>
+ </emphasis><diffmk:wrapper diffmk:change="added"> icon(</diffmk:wrapper><inlinemediaobject diffmk:change="added"> <imageobject>
+ <imagedata fileref="images/palette/palette_7.png"></imagedata>
+ </imageobject></inlinemediaobject><diffmk:wrapper diffmk:change="added">).
+ </diffmk:wrapper></para>
<para>The window has two parts. There is a reflected grouped list of components on the
left side of the palette editor. Each group is divided into multiple groups, every
of which is a tag library. The right side of the palette editor is an editing window
@@ -2611,17 +2749,12 @@
<listitem>
<para>Click <emphasis>
<property moreinfo="none">Show/Hide</property>
- </emphasis> button, at the top right side of the JBoss Tools Palette.</para>
+ </emphasis><diffmk:wrapper diffmk:change="added"> button(</diffmk:wrapper><inlinemediaobject diffmk:change="added"> <imageobject>
+ <imagedata fileref="images/palette/palette_10.png"></imagedata>
+ </imageobject></inlinemediaobject><diffmk:wrapper diffmk:change="added">), at the top right side of the JBoss Tools Palette.</diffmk:wrapper></para>
</listitem>
</itemizedlist>
- <figure float="0">
- <title>Show/Hide Button</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/palette/palette_10.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
+
<itemizedlist>
<listitem>
<para>In the dialog Show/Hide Drawers check the groups the libraries of which
@@ -2807,16 +2940,10 @@
<title>Import Button</title>
<para>The same you can do with <emphasis>
<property moreinfo="none">Import</property>
- </emphasis> button. You can see this button at the top right side of the JBoss
- Tools Palette.</para>
- <figure float="0">
- <title>Import Button</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/palette/palette_6.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
+ </emphasis><diffmk:wrapper diffmk:change="added"> button(</diffmk:wrapper><inlinemediaobject diffmk:change="added"> <imageobject>
+ <imagedata fileref="images/palette/palette_6.png"></imagedata>
+ </imageobject></inlinemediaobject><diffmk:wrapper diffmk:change="added">).You can see this button at the top right side of the JBoss Tools Palette.
+ </diffmk:wrapper></para>
<para>By clicking on the <emphasis>
<property moreinfo="none">Import button</property>
</emphasis> you will see the Import Tag window a similar like in the <link linkend="Drag_and_Drop65332"> Drag-and-Drop</link> method. Set the name and
@@ -2858,7 +2985,7 @@
<note>
<title>Note:</title>
<para><ulink url="http://www.jboss.org/jbossrichfaces/downloads/">RichFaces
- 3.3</ulink> is fully supported in the current version of <property moreinfo="none">JBoss Developer Studio</property><diffmk:wrapper diffmk:change="changed"> (i. e. 2.0.1.GA) and </diffmk:wrapper><property moreinfo="none"><diffmk:wrapper diffmk:change="changed">JBoss Tools 3.0.1.GA</diffmk:wrapper></property>.</para>
+ 3.3</ulink> is fully supported in the current version of <property moreinfo="none">JBoss Developer Studio</property> (i. e. 2.0.1.GA) and <property moreinfo="none">JBoss Tools 3.0.1.GA</property>.</para>
</note>
<para>The following features are implemented and fully supported for the current version of the RichFaces components:</para>
@@ -2906,11 +3033,11 @@
<property moreinfo="none">.jsp/.xhtml</property></emphasis> pages in <property moreinfo="none">VPE</property> you can also take the advantage of <emphasis>
<property moreinfo="none">OpenOn</property></emphasis> feature for the <property moreinfo="none">RichFaces</property> components.</para>
- <para>For example, <property moreinfo="none">Richfaces</property><diffmk:wrapper diffmk:change="added"> tags
- </diffmk:wrapper><code diffmk:change="added"><rich:insert></code><diffmk:wrapper diffmk:change="added">
- and </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added">
- <a4j:include>></diffmk:wrapper></code><diffmk:wrapper diffmk:change="added">
- has </diffmk:wrapper><property moreinfo="none">OpenOn</property> support.</para>
+ <para>For example, <property moreinfo="none">Richfaces</property> tags
+ <code><rich:insert></code>
+ and <code>
+ <a4j:include>></code>
+ has <property moreinfo="none">OpenOn</property> support.</para>
<figure float="0">
<title>OpenOn With Richfaces Tag</title>
@@ -2934,7 +3061,7 @@
<section id="RF_in_palette">
<title>RichFaces in the JBoss Tools Palette</title>
- <para><diffmk:wrapper diffmk:change="changed">RichFaces and</diffmk:wrapper><link linkend="palette">JBoss Tools
+ <para>RichFaces and<link linkend="palette">JBoss Tools
Palette</link>.</para>
<figure float="0">
@@ -3068,7 +3195,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>Drag the property and drop it between the quotes for the value attribute in the JSP file. Notice that JBoss Developer Studio added the correctly formatted expression for referring to the property value <code diffmk:change="added">#{Message.header}</code> automatically.</para>
+ <para>Drag the property and drop it between the quotes for the value attribute in the JSP file. Notice that JBoss Developer Studio added the correctly formatted expression for referring to the property value <code>#{Message.header}</code> automatically.</para>
<figure float="0">
<title>Inserted Property</title>
<mediaobject>
@@ -3078,7 +3205,7 @@
</mediaobject>
</figure>
<para>You can actually place the tag anywhere in the page, not just inside an existing tag. In this case,
- JBoss Developer Studio will place the complete tag <code diffmk:change="added"><h:outputText value="#{Message.header}"/></code> in the page.</para>
+ JBoss Developer Studio will place the complete tag <code><h:outputText value="#{Message.header}"/></code> in the page.</para>
</section>
<section id="ForManagedBeanAttributes">
@@ -3093,7 +3220,7 @@
</imageobject>
</mediaobject>
</figure>
-<para>Once again, JBoss Developer Studio adds the correct expression, <code diffmk:change="added">#{user.name}</code>.</para>
+<para>Once again, JBoss Developer Studio adds the correct expression, <code>#{user.name}</code>.</para>
<figure float="0">
<title>Added Expression</title>
<mediaobject>
@@ -3118,7 +3245,7 @@
</figure>
<para>Drag and drop it inside the commandButton tag:</para>
<figure float="0">
-<title><diffmk:wrapper diffmk:change="changed">Navigation Rule in CommandButton Tag</diffmk:wrapper></title>
+<title>Navigation Rule in CommandButton Tag</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/web_projects/web_projects_8.png"></imagedata>
@@ -3201,30 +3328,30 @@
<title>Expanding Tag Library Files</title>
-<para>You can easily expand any TLD file in the project. Browse to the Tag Libraries folder. Right-click a TLD file and select <emphasis><property moreinfo="none"><diffmk:wrapper diffmk:change="changed">Set Expanded</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added">:</diffmk:wrapper></para>
+<para>You can easily expand any TLD file in the project. Browse to the Tag Libraries folder. Right-click a TLD file and select <emphasis><property moreinfo="none">Set Expanded</property></emphasis>:</para>
<figure float="0">
<title>Expanding Tag Library File</title>
<mediaobject>
<imageobject>
- <imagedata diffmk:change="added" fileref="images/web_projects/web_projects_15a.png"></imagedata>
+ <imagedata fileref="images/web_projects/web_projects_15a.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added"> The TLD file will now be expanded:</diffmk:wrapper></para>
+ <para> The TLD file will now be expanded:</para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Expanded File</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/web_projects/web_projects_15b.png"></imagedata>
+ <figure float="0">
+ <title>Expanded File</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/web_projects/web_projects_15b.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
-<para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You can then select any tag and drag it onto a JSP page.</diffmk:wrapper></para>
+<para>You can then select any tag and drag it onto a JSP page.</para>
</section>
<section id="DragAndDropTagLibrariesOnToRedHatPalette">
@@ -3318,7 +3445,7 @@
<listitem>
<para>
- <link linkend="JSFPropject"><diffmk:wrapper diffmk:change="changed">JSF Project</diffmk:wrapper></link>
+ <link linkend="JSFPropject">JSF Project</link>
</para>
</listitem>
@@ -3689,7 +3816,13 @@
editor</entry>
<entry>Visual/Source</entry>
</row>
-
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Visual/Source Editors Splitting</diffmk:wrapper></entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">The option allows to choose one of the following
+ Visual,Source layouts - Vertical Source on top, Vertical Visual on top,Horizontal Source to the left or Horizontal Visual to the left ,as a default one when opening the
+ Visual/Source view</diffmk:wrapper></entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Vertical Source on top</diffmk:wrapper></entry>
+ </row>
<row>
<entry>Size of Visual Editor Pane 0 – 100% </entry>
<entry>With the help of this scroll bar you can adjust the percentage rating
@@ -3850,7 +3983,7 @@
</itemizedlist>
<figure float="0">
- <title><diffmk:wrapper diffmk:change="changed">New JSF Project Preferences</diffmk:wrapper></title>
+ <title>New JSF Project Preferences</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/preferences/preferences_13.png"></imagedata>
@@ -3867,7 +4000,7 @@
</emphasis> or not.</para>
<figure float="0">
- <title><diffmk:wrapper diffmk:change="changed">Import JSF Project Preferences</diffmk:wrapper></title>
+ <title>Import JSF Project Preferences</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/preferences/preferences_14.png"></imagedata>
@@ -3996,21 +4129,21 @@
</figure>
</section>
- <section diffmk:change="added" id="SeamPagesDiagram">
+ <section id="SeamPagesDiagram">
<?dbhtml filename="SeamPagesDiagram.html"?>
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Seam Pages Diagram</diffmk:wrapper></title>
+ <title>Seam Pages Diagram</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">In order to customize the layout of the Diagram used for editing and composing </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">page.xml</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> file in </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Graphical mode</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> of </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Seam Pages Editor</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> you can go to
- </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Window > Preferences > JBoss Tools > Web > Seam > Editors > Seam Pages Diagram</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">.
- </diffmk:wrapper></para>
+ <para>In order to customize the layout of the Diagram used for editing and composing <property moreinfo="none">page.xml</property> file in <property moreinfo="none">Graphical mode</property> of <property moreinfo="none">Seam Pages Editor</property> you can go to
+ <property moreinfo="none">Window > Preferences > JBoss Tools > Web > Seam > Editors > Seam Pages Diagram</property>.
+ </para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Preferences of Seam Pages Diagram</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/preferences/preferences_44.png"></imagedata>
+ <figure float="0">
+ <title>Preferences of Seam Pages Diagram</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/preferences/preferences_44.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
@@ -4042,8 +4175,8 @@
<title>Struts Automation</title>
<para>On <emphasis>
<property moreinfo="none">Automation</property>
- </emphasis><diffmk:wrapper diffmk:change="changed"> panel you can modify default text for the Title Struts plug-in element, the
- Validator Struts plug-in element, and error message resource files.</diffmk:wrapper></para>
+ </emphasis> panel you can modify default text for the Title Struts plug-in element, the
+ Validator Struts plug-in element, and error message resource files.</para>
<figure float="0">
<title>Struts Automatic</title>
<mediaobject>
@@ -4237,7 +4370,7 @@
<property moreinfo="none">JBoss Tools > Web > Verification</property>
</emphasis> page.</para>
<para>On Rules Configuration tab of <emphasis>
- <property moreinfo="none"><diffmk:wrapper diffmk:change="changed">Verification</diffmk:wrapper></property>
+ <property moreinfo="none">Verification</property>
</emphasis> panel you can determine JSF and Struts rules.</para>
<figure float="0">
<title>Verification</title>
@@ -4363,14 +4496,6 @@
</mediaobject>
</figure>
- <para>On the whole, this document should guide you to those parts of <property moreinfo="none">JBoss
- Tools</property> which you specifically need to develop Web Applications. It covers
- different aspects of visual components such as editors, views, etc. for browsing,
- representing and editing web resources you are working with.</para>
-
- <para>If there's anything we didn't cover or you can't figure
- out, please feel free to visit our <ulink url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=258">JBoss Developer Studio Users Forum</ulink> or <ulink url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201">JBoss Tools Users Forum</ulink> to ask questions. There we are also looking for
- your suggestions and comments.</para>
</section>
<!--section id="XDocletTemplates">
@@ -4511,54 +4636,171 @@
</chapter>
-<chapter diffmk:change="added" id="vwt_faq" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jsf/docs/userguide/en/modules/vwt_faq.xml" xreflabel="vwt_faq">
- <?dbhtml filename="vwt_faq.html"?>
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">FAQ</diffmk:wrapper></title>
+<chapter diffmk:change="added" id="context_menu_preferences" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jsf/docs/userguide/en/modules/context_menu_preferences.xml" xreflabel="context_menu_preferences">
+ <?dbhtml filename="context_menu_preferences.html"?>
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Context Menu Preferences and Options</diffmk:wrapper></title>
- <section diffmk:change="added" id="question_1">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">What should I do if Visual Page Editor does not start under Linux?</diffmk:wrapper></title>
-
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added"> The </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Visual Page Editor</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> requires the library libstdc++.so.5. This library is
- contained in the compat-libstdc++-33.i386 package.</diffmk:wrapper></para>
-
+ <para><diffmk:wrapper diffmk:change="added">To adjust the project specific preferences, you should bring the context menu for your
+ project and select the </diffmk:wrapper><emphasis diffmk:change="added">
+ <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Preferences</diffmk:wrapper></property>
+ </emphasis><diffmk:wrapper diffmk:change="added"> option. More details on what adjustments you can perform in the
+ </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Preferences screen</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">, see in the </diffmk:wrapper><link diffmk:change="added" linkend="preferences"><diffmk:wrapper diffmk:change="added">"JBoss Tools Preferences"</diffmk:wrapper></link><diffmk:wrapper diffmk:change="added"> chapter.</diffmk:wrapper></para>
+
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Under the </diffmk:wrapper><emphasis diffmk:change="added">
+ <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">JBoss Tools</diffmk:wrapper></property>
+ </emphasis><diffmk:wrapper diffmk:change="added"> option in the context menu there are also several actions provided by
+ </diffmk:wrapper><property moreinfo="none"><diffmk:wrapper diffmk:change="changed">JBDS</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">:</diffmk:wrapper></para>
+
+ <itemizedlist diffmk:change="added">
+ <listitem diffmk:change="added">
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Add/Remove Struts Capabilities</diffmk:wrapper></para>
+ </listitem>
+ <listitem diffmk:change="added">
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Add/Remove JSF Capabilities</diffmk:wrapper></para>
+ </listitem>
+ <listitem diffmk:change="added">
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Add Custom Capabilities</diffmk:wrapper></para>
+ </listitem>
+ </itemizedlist>
+
+ <section diffmk:change="added" id="add_remove_struts_cap">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Add/Remove Struts Capabilities</diffmk:wrapper></title>
+
+ <para><diffmk:wrapper diffmk:change="added">Please, for details refer to the </diffmk:wrapper><ulink diffmk:change="added" url="../../struts_tools_ref_guide/html_single/index.html#AddingStrutsCapabilityToAnExistingWebApplication532"><diffmk:wrapper diffmk:change="added">Struts
+ Tools Reference Guide</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></para>
+ </section>
+
+ <section diffmk:change="added" id="add_remove_jsf_cap">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Add/Remove JSF Capabilities</diffmk:wrapper></title>
+
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Please, for details refer to the </diffmk:wrapper><ulink diffmk:change="added" url="../../jsf_tools_ref_guide/html_single/index.html#add_jsf_capability"><diffmk:wrapper diffmk:change="added">JSF
+ Tools Reference Guide</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></para>
+ </section>
+
+ <section diffmk:change="added" id="add_custom_cap">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Add Custom Capabilities</diffmk:wrapper></title>
+
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You can add custom capabilities to any JSF, Struts or Seam project made within
+ </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">JBDS</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">, i.e. add a support of additional frameworks built on top
+ of JSF, such as </diffmk:wrapper></para>
+
<itemizedlist diffmk:change="added">
<listitem diffmk:change="added">
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">To install this package on Fedora Core or Red Hat Enterprise Linux run the
- following command:</diffmk:wrapper></para>
- <programlisting diffmk:change="added" format="linespecific" role="JAVA"><diffmk:wrapper diffmk:change="added"><![CDATA[yum install compat-libstdc++-33.i386
-]]></diffmk:wrapper></programlisting>
- </listitem>
-
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">ADF</diffmk:wrapper></para>
+ </listitem>
<listitem diffmk:change="added">
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">On any other rpm based distributions download libstdc++.so.5 and run the
- following command:</diffmk:wrapper></para>
- <programlisting diffmk:change="added" format="linespecific" role="JAVA"><diffmk:wrapper diffmk:change="added"><![CDATA[rpm -Uvh compat-libstdc++-33.i386
-]]></diffmk:wrapper></programlisting>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Facelets</diffmk:wrapper></para>
</listitem>
-
<listitem diffmk:change="added">
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">On Debian based distributives run the following command: </diffmk:wrapper></para>
- <programlisting diffmk:change="added" format="linespecific" role="JAVA"><diffmk:wrapper diffmk:change="added"><![CDATA[apt-get install compat-libstdc++-33.i386
-]]></diffmk:wrapper></programlisting>
- </listitem>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">JBoss Rich Faces (versions 3.1, 3.2, 3.3)</diffmk:wrapper></para>
+ </listitem>
</itemizedlist>
-
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added"> In case you have the library installed and you still have issue with starting the
- </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Visual Page Editor</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> then close all browser views/editors and leave one </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Visual Page
- Editor</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> open and restart eclipse. This should force a load of the right XULRunner
- viewer.</diffmk:wrapper></para>
- </section>
-
- <section diffmk:change="added" id="question_2">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">How do I change the auto-formating preferences for the Visual Page Editor?</diffmk:wrapper></title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">JBoss HTML/JSP editor uses basic eclipse HTML formatter to format files. So if you
- want to change preferences of formatter for the </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Visual Page Editor</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">, you should change it
- for eclipse html editor (open </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Window >
- Preferences</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">,</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> then choose </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Web > HTML Files > Editor</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added">).</diffmk:wrapper></para>
- </section>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">When the option is selected, the </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Add Custom Capabilities dialog</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">
+ appears. You should check the needed modules and press </diffmk:wrapper><emphasis diffmk:change="added">
+ <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Finish</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></emphasis></para>
+ <figure diffmk:change="added" float="0">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Adding Custom Capabilities</diffmk:wrapper></title>
+ <mediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/context_menu_preferences/addCustomCapabilities.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
-</chapter></book>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The next page displays all the updates that have been made to the project.</diffmk:wrapper></para>
+
+ <figure diffmk:change="added" float="0">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Updates Displayed</diffmk:wrapper></title>
+ <mediaobject diffmk:change="added">
+ <imageobject diffmk:change="added">
+ <imagedata diffmk:change="added" fileref="images/context_menu_preferences/addCustomCapabilities2.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+</chapter>
+
+ <chapter id="vwt_faq" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jsf/docs/userguide/en/modules/vwt_faq.xml" xreflabel="vwt_faq">
+ <?dbhtml filename="vwt_faq.html"?>
+ <title>FAQ</title>
+
+ <section id="question_1">
+ <title>What should I do if Visual Page Editor does not start under Linux?</title>
+
+ <para> The <property moreinfo="none">Visual Page Editor</property> requires the library libstdc++.so.5. This library is
+ contained in the compat-libstdc++-33.i386 package.</para>
+
+ <itemizedlist>
+ <listitem>
+ <para>To install this package on Fedora Core or Red Hat Enterprise Linux run the
+ following command:</para>
+ <programlisting format="linespecific" role="JAVA"><![CDATA[yum install compat-libstdc++-33.i386
+]]></programlisting>
+ </listitem>
+
+ <listitem>
+ <para>On any other rpm based distributions download libstdc++.so.5 and run the
+ following command:</para>
+ <programlisting format="linespecific" role="JAVA"><![CDATA[rpm -Uvh compat-libstdc++-33.i386
+]]></programlisting>
+ </listitem>
+
+ <listitem>
+ <para>On Debian based distributives run the following command: </para>
+ <programlisting format="linespecific" role="JAVA"><![CDATA[apt-get install compat-libstdc++-33.i386
+]]></programlisting>
+ </listitem>
+ </itemizedlist>
+
+ <para> In case you have the library installed and you still have issue with starting the
+ <property moreinfo="none">Visual Page Editor</property> then close all browser views/editors and leave one <property moreinfo="none">Visual Page
+ Editor</property> open and restart eclipse. This should force a load of the right XULRunner
+ viewer.</para>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added"> If it doesn't help and you use Fedora Core Linux and Eclipse Version: 3.4.1,the issue can be produced because libswt-xulrunner-gtk-3449.so file doesn't present
+ in eclipse-swt-3.4.1-5.fc10.x86_64.rpm/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.4.1.v3449c.jar.To add this file to eclipse you should:
+ </diffmk:wrapper></para>
+ <itemizedlist diffmk:change="added">
+ <listitem diffmk:change="added">
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Decompress eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.4.1.v3449c.jar form eclipse-SDK-3.4.1-linux-gtk-x86_64.tar.gz</diffmk:wrapper></para>
+ </listitem>
+ <listitem diffmk:change="added">
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Copy </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">libswt-xulrunner-gtk-3449.so</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> file to your Fedora Eclipse location. </diffmk:wrapper></para>
+ </listitem>
+
+ <listitem diffmk:change="added">
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Open the file eclipse.ini,which can be found in your Fedora Eclipse location and add the following line: </diffmk:wrapper></para>
+ <programlisting diffmk:change="added" format="linespecific" role="JAVA"><diffmk:wrapper diffmk:change="added"><![CDATA[-Dswt.library.path=/usr/lib/eclipse
+]]></diffmk:wrapper></programlisting><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">,where </diffmk:wrapper><code diffmk:change="added"><diffmk:wrapper diffmk:change="added">/usr/lib/eclipse</diffmk:wrapper></code><diffmk:wrapper diffmk:change="added"> is the path to your eclipse folder.</diffmk:wrapper></para>
+ </listitem>
+ </itemizedlist>
+ </section>
+
+ <section id="question_2">
+ <title>How do I change the auto-formating preferences for the Visual Page Editor?</title>
+
+ <para>JBoss HTML/JSP editor uses basic eclipse HTML formatter to format files. So if you
+ want to change preferences of formatter for the <property moreinfo="none">Visual Page Editor</property>, you should change it
+ for eclipse html editor (open <emphasis><property moreinfo="none">Window >
+ Preferences</property>,</emphasis> then choose <emphasis>
+ <property moreinfo="none">Web > HTML Files > Editor</property>
+ </emphasis>).</para>
+ </section>
+ </chapter>
+
+
+ <chapter diffmk:change="added" id="conclusion" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jsf/docs/userguide/en/modules/conclusion.xml" xreflabel="conclusion">
+ <?dbhtml filename="conclusion.html"?>
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Conclusion</diffmk:wrapper></title>
+
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">On the whole, this document should guide you to those parts of </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">JBoss
+ Tools</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> which you specifically need to develop Web Applications. It covers
+ different aspects of visual components such as editors, views, etc. for browsing,
+ representing and editing web resources you are working with.</diffmk:wrapper></para>
+
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">If there's anything we didn't cover or you can't figure
+ out, please feel free to visit our </diffmk:wrapper><ulink diffmk:change="added" url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=258"><diffmk:wrapper diffmk:change="added">JBoss Developer Studio Users Forum</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added"> or </diffmk:wrapper><ulink diffmk:change="added" url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=201"><diffmk:wrapper diffmk:change="added">JBoss Tools Users Forum</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added"> to ask questions. There we are also looking for
+ your suggestions and comments.</diffmk:wrapper></para>
+ </chapter>
+</book>
15 years, 6 months
JBoss Tools SVN: r15746 - trunk/jsf/docs/jsf_tools_tutorial/en.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-05 11:23:18 -0400 (Fri, 05 Jun 2009)
New Revision: 15746
Modified:
trunk/jsf/docs/jsf_tools_tutorial/en/master_output.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-743 - updating the master_output.xml;
Modified: trunk/jsf/docs/jsf_tools_tutorial/en/master_output.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en/master_output.xml 2009-06-05 15:23:02 UTC (rev 15745)
+++ trunk/jsf/docs/jsf_tools_tutorial/en/master_output.xml 2009-06-05 15:23:18 UTC (rev 15746)
@@ -27,7 +27,16 @@
<bookinfo>
<title>JSF Tools Tutorial</title>
-
+ <corpauthor diffmk:change="added">
+ <inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added" role="fo">
+ <imagedata diffmk:change="added" fileref="images/jbosstools_logo.png" format="PNG"></imagedata>
+ </imageobject>
+ <imageobject diffmk:change="added" role="html">
+ <imagedata diffmk:change="added"></imagedata>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
<author><firstname>Anatoly</firstname><surname>Fedosik</surname></author>
<author><firstname>Olga</firstname><surname>Chikvina</surname></author>
<author><firstname>Svetlana</firstname><surname>Mukhina</surname><email>smukhina(a)exadel.com</email></author>
@@ -40,7 +49,7 @@
</copyright>
<releaseinfo><diffmk:wrapper diffmk:change="changed">
- Version: 3.0.1.GA
+ Version: 3.1.0.M1
</diffmk:wrapper></releaseinfo>
@@ -83,8 +92,8 @@
<section>
<title>Other relevant resources on the topic</title>
- <para><diffmk:wrapper diffmk:change="changed">All JBoss Developer Studio/JBoss Tools release documentation you can find at</diffmk:wrapper><diffmk:wrapper diffmk:change="changed">http://docs.jboss.org/tools</diffmk:wrapper><diffmk:wrapper diffmk:change="changed"> in the corresponding release directory.</diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed">The latest documentation builds are available at </diffmk:wrapper><ulink url="http://download.jboss.org/jbosstools/nightly-docs/"><diffmk:wrapper diffmk:change="changed">http://download.jboss.org/jbosstools/nightly-docs</diffmk:wrapper></ulink>.</para>
+ <para><diffmk:wrapper diffmk:change="changed">All JBoss Developer Studio/JBoss Tools release documentation you can find at </diffmk:wrapper><ulink url="http://docs.jboss.org/tools/">http://docs.jboss.org/tools</ulink> in the corresponding release directory.</para>
+ <para>The latest documentation builds are available at <ulink url="http://download.jboss.org/jbosstools/nightly-docs/">http://download.jboss.org/jbosstools/nightly-docs</ulink>.</para>
</section>
</chapter>
@@ -260,12 +269,12 @@
<title>Creating the Transition (Navigation Rule)</title>
<itemizedlist>
<listitem>
- <para><diffmk:wrapper diffmk:change="added">In the diagram, select the connection icon third from the top along
- the upper left side of the diagram (</diffmk:wrapper><inlinemediaobject diffmk:change="added">
+ <para>In the diagram, select the connection icon third from the top along
+ the upper left side of the diagram (<inlinemediaobject>
<imageobject>
<imagedata fileref="images/jsf_application/jsf_application_3.png"></imagedata>
</imageobject>
- </inlinemediaobject><diffmk:wrapper diffmk:change="added">) to get an arrow cursor with a two-pronged plug at the arrow's bottom.</diffmk:wrapper></para>
+ </inlinemediaobject>) to get an arrow cursor with a two-pronged plug at the arrow's bottom.</para>
</listitem>
</itemizedlist>
@@ -299,7 +308,7 @@
</chapter>
-<chapter diffmk:change="added" id="adding_managed_bean" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jsf/docs/jsf_tools_tutorial/en/modules/adding_managed_bean.xml" xreflabel="adding_managed_bean">
+<chapter id="adding_managed_bean" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jsf/docs/jsf_tools_tutorial/en/modules/adding_managed_bean.xml" xreflabel="adding_managed_bean">
<?dbhtml filename="adding_managed_bean.html"?>
<chapterinfo>
<keywordset>
@@ -737,11 +746,11 @@
</listitem>
<listitem>
- <para><diffmk:wrapper diffmk:change="added">Click the Run icon(</diffmk:wrapper><inlinemediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/jsf_application/jsf_application_10.png"></imagedata>
+ <para>Click the Run icon(<inlinemediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_application/jsf_application_10.png"></imagedata>
</imageobject>
- </inlinemediaobject><diffmk:wrapper diffmk:change="added">) or right click your project folder and select </diffmk:wrapper><emphasis>
+ </inlinemediaobject>) or right click your project folder and select <emphasis>
<property moreinfo="none">Run As > Run on Server</property>
</emphasis>:</para>
</listitem>
@@ -784,7 +793,7 @@
finally run it on the <property moreinfo="none">JBoss Server</property>.</para>
<para>Find out more features on JSF tooling in our <ulink url="../../jsf_tools_ref_guide/html_single/index.html">JSF Tools
- Reference Guide</ulink>. If you have questions and suggestions, please refer to <ulink url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201">JBoss
+ Reference Guide</ulink>. If you have questions and suggestions, please refer to <ulink url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=201">JBoss
Tools Forum</ulink>.</para>
</chapter>
15 years, 6 months
JBoss Tools SVN: r15745 - trunk/jsf/docs/jsf_tools_ref_guide/en.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-05 11:23:02 -0400 (Fri, 05 Jun 2009)
New Revision: 15745
Modified:
trunk/jsf/docs/jsf_tools_ref_guide/en/master_output.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-743 - updating the master_output.xml;
Modified: trunk/jsf/docs/jsf_tools_ref_guide/en/master_output.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_ref_guide/en/master_output.xml 2009-06-05 15:22:39 UTC (rev 15744)
+++ trunk/jsf/docs/jsf_tools_ref_guide/en/master_output.xml 2009-06-05 15:23:02 UTC (rev 15745)
@@ -28,7 +28,16 @@
]><book xmlns:diffmk="http://diffmk.sf.net/ns/diff">
<bookinfo>
<title>JSF Tools Reference Guide</title>
-
+ <corpauthor diffmk:change="added">
+ <inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added" role="fo">
+ <imagedata diffmk:change="added" fileref="images/jbosstools_logo.png" format="PNG"></imagedata>
+ </imageobject>
+ <imageobject diffmk:change="added" role="html">
+ <imagedata diffmk:change="added"></imagedata>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
<author><firstname>Anatoly</firstname><surname>Fedosik</surname></author>
<author><firstname>Olga</firstname><surname>Chikvina</surname></author>
<author><firstname>Svetlana</firstname><surname>Mukhina</surname><email>smukhina(a)exadel.com</email></author>
@@ -40,7 +49,7 @@
<holder>JBoss, a division of Red Hat</holder>
</copyright>
<releaseinfo><diffmk:wrapper diffmk:change="changed">
- Version: 3.0.1.GA
+ Version: 3.1.0.M1
</diffmk:wrapper></releaseinfo>
<abstract>
@@ -161,8 +170,8 @@
</section>
<section>
<title>Other relevant resources on the topic</title>
- <para><diffmk:wrapper diffmk:change="changed">All JBoss Developer Studio/JBoss Tools release documentation you can find at</diffmk:wrapper><ulink url="http://docs.jboss.org/tools/"><diffmk:wrapper diffmk:change="changed">http://docs.jboss.org/tools</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="changed"> in the corresponding release directory.</diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed">The latest documentation builds are available at </diffmk:wrapper><ulink url="http://download.jboss.org/jbosstools/nightly-docs/"><diffmk:wrapper diffmk:change="changed">http://download.jboss.org/jbosstools/nightly-docs</diffmk:wrapper></ulink>.</para>
+ <para><diffmk:wrapper diffmk:change="changed">All JBoss Developer Studio/JBoss Tools release documentation you can find at </diffmk:wrapper><ulink url="http://docs.jboss.org/tools/">http://docs.jboss.org/tools</ulink> in the corresponding release directory.</para>
+ <para>The latest documentation builds are available at <ulink url="http://download.jboss.org/jbosstools/nightly-docs/">http://download.jboss.org/jbosstools/nightly-docs</ulink>.</para>
</section>
</chapter>
@@ -467,441 +476,404 @@
</chapter>
-<chapter id="projects" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jsf/docs/jsf_tools_ref_guide/en/modules/projects.xml">
- <?dbhtml filename="projects.html"?>
- <chapterinfo>
- <keywordset>
- <keyword>JBoss Developer Studio</keyword>
- <keyword>Eclipse</keyword>
- <keyword>JSF Tools</keyword>
- <keyword>Java</keyword>
- <keyword>JBoss</keyword>
- </keywordset>
- </chapterinfo>
-
- <title>Projects</title>
- <para>To take an advantage of JSF firstly you should perform one of the next
- steps:</para>
+<chapter diffmk:change="added" id="projects" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jsf/docs/jsf_tools_ref_guide/en/modules/projects.xml">
+ <?dbhtml filename="projects.html"?>
+ <chapterinfo diffmk:change="added">
+ <keywordset>
+ <keyword>JBoss Developer Studio</keyword>
+ <keyword>Eclipse</keyword>
+ <keyword>JSF Tools</keyword>
+ <keyword>Java</keyword>
+ <keyword>JBoss</keyword>
+ </keywordset>
+ </chapterinfo>
- <itemizedlist>
- <listitem>
- <para>Create new JSF projects</para>
- </listitem>
- <listitem>
- <para>Import (open) existing JSF projects</para>
- </listitem>
- <listitem>
- <para>Add JSF capability to any existing Eclipse
- project</para>
- </listitem>
- <listitem>
- <para>Import and add JSF capability to any existing project
- created outside Eclipse.</para>
- </listitem>
- </itemizedlist>
- <para>In this section we're going to stop on each of them in
- detail.</para>
-
- <section id="new_jsf_project">
+ <title>Projects</title>
+ <para><diffmk:wrapper diffmk:change="changed">To take an advantage of JSF firstly you should perform one of the next steps:</diffmk:wrapper></para>
- <title>Creating a New JSF Project</title>
+ <itemizedlist>
+ <listitem>
+ <para>Create new JSF projects</para>
+ </listitem>
+ <listitem>
+ <para>Import (open) existing JSF projects</para>
+ </listitem>
+ <listitem>
+ <para><diffmk:wrapper diffmk:change="changed">Add JSF capability to any existing Eclipse project</diffmk:wrapper></para>
+ </listitem>
+ <listitem>
+ <para><diffmk:wrapper diffmk:change="changed">Import and add JSF capability to any existing project created outside
+ Eclipse.</diffmk:wrapper></para>
+ </listitem>
+ </itemizedlist>
+ <para><diffmk:wrapper diffmk:change="changed">In this section we're going to stop on each of them in detail.</diffmk:wrapper></para>
- <para>If you want your project to already contain all JSF
- libraries, tag libraries and JSF configuration file, just
- organize a new brand JSF project. It is possible to do this easily with the
- help of the special wizard. To get it, select<emphasis>
- <property moreinfo="none"> File > New > Project
- > JBoos Tools Web > JSF
- > JSF Project</property>
- </emphasis> and click <emphasis>
- <property moreinfo="none">Next</property>.</emphasis></para>
+ <section id="new_jsf_project">
- <figure float="0">
- <title>Choosing a JSF Project</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_10.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
+ <title>Creating a New JSF Project</title>
- <para>On the next form you'll be prompted to enter
- <property moreinfo="none">Project Name</property> and select a
- location for the project or just leave a default path.</para>
- <para>Here, JSF Version also allows you to select which JSF
- implementation to use.</para>
- <figure float="0">
- <title>Creating a New JSF Project</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_11.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
+ <para><diffmk:wrapper diffmk:change="changed">If you want your project to already contain all JSF libraries, tag libraries
+ and JSF configuration file, just organize a new brand JSF project. It is
+ possible to do this easily with the help of the special wizard. To get it, select</diffmk:wrapper><emphasis>
+ <property moreinfo="none"><diffmk:wrapper diffmk:change="changed"> File > New > Project > JBoos Tools
+ Web > JSF > JSF Project</diffmk:wrapper></property>
+ </emphasis> and click <emphasis>
+ <property moreinfo="none">Next</property>.</emphasis></para>
- <para>There is a number of predefined project templates that are flexible and
- easily customizable. Thus you can pick a different template
- on which the projects Importing Existing should be based on. Almost all
- templates come in two variations: with jsf libraries and
- without ones.</para>
- <figure float="0">
- <title>Choosing JSF Templates</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_12.png "></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
+ <figure float="0">
+ <title>Choosing a JSF Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_10.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
- <para>The table below provides description for each possible JSF
- template.</para>
- <table>
- <title>JSF Project Templates</title>
- <tgroup cols="2">
- <colspec align="left" colnum="1" colwidth="1*"></colspec>
- <colspec colnum="2" colwidth="3*"></colspec>
+ <para><diffmk:wrapper diffmk:change="changed">On the next form you'll be prompted to enter </diffmk:wrapper><property moreinfo="none"><diffmk:wrapper diffmk:change="changed">Project
+ Name</diffmk:wrapper></property><diffmk:wrapper diffmk:change="changed"> and select a location for the project or just leave
+ a default path.</diffmk:wrapper></para>
+ <para><diffmk:wrapper diffmk:change="changed">Here, JSF Version also allows you to select which JSF implementation to
+ use.</diffmk:wrapper></para>
+ <figure float="0">
+ <title>Creating a New JSF Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_11.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para><diffmk:wrapper diffmk:change="changed">There is a number of predefined project templates that are flexible and easily
+ customizable. Thus you can pick a different template on which the projects
+ Importing Existing should be based on. Almost all templates come in two
+ variations: with jsf libraries and without ones.</diffmk:wrapper></para>
+ <figure float="0">
+ <title>Choosing JSF Templates</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_12.png "></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
- <thead>
- <row>
- <entry align="center">
+ <para><diffmk:wrapper diffmk:change="changed">The table below provides description for each possible JSF template.</diffmk:wrapper></para>
+ <table>
+ <title>JSF Project Templates</title>
+ <tgroup cols="2">
+ <colspec align="left" colnum="1" colwidth="1*"></colspec>
+ <colspec colnum="2" colwidth="3*"></colspec>
+
+
+ <thead>
+ <row>
+ <entry align="center">
<para>Template</para>
- </entry>
+ </entry>
- <entry align="center">
+ <entry align="center">
<para>Description</para>
- </entry>
- </row>
- </thead>
+ </entry>
+ </row>
+ </thead>
- <tbody>
+ <tbody>
- <row>
- <entry>
+ <row>
+ <entry>
<para>
<emphasis>
<property moreinfo="none">JSFBlankWithLibs</property>
</emphasis>
</para>
- </entry>
+ </entry>
- <entry>
- <para>This template will
- create a standard
- Web project
- structure with all
- JSF
- capabilities</para>
- </entry>
- </row>
+ <entry>
+ <para><diffmk:wrapper diffmk:change="changed">This template will create a standard Web
+ project structure with all JSF capabilities</diffmk:wrapper></para>
+ </entry>
+ </row>
- <row>
- <entry>
+ <row>
+ <entry>
<para>
<emphasis>
<property moreinfo="none">JSFKickStartWithLibs</property>
</emphasis>
</para>
- </entry>
+ </entry>
- <entry>
- <para>This template will
- create a standard
- Web project
- structure but will
- also include a
- sample application
- that is ready to
- run</para>
- </entry>
- </row>
+ <entry>
+ <para><diffmk:wrapper diffmk:change="changed">This template will create a standard Web
+ project structure but will also include a sample
+ application that is ready to run</diffmk:wrapper></para>
+ </entry>
+ </row>
- <row>
- <entry>
+ <row>
+ <entry>
<para>
<emphasis>
<property moreinfo="none">JSFKickStartWithoutLibs</property>
</emphasis>
</para>
- </entry>
+ </entry>
- <entry>
- <para>Some servers already
- provide jsf libs and
- you take risk of
- getting conflicting
- libraries while
- deploying your
- project. To avoid
- such conflicts, use
- a template without
- libs if you have a
- server with its own
- jsf libraries</para>
- </entry>
- </row>
+ <entry>
+ <para><diffmk:wrapper diffmk:change="changed">Some servers already provide jsf libs and
+ you take risk of getting conflicting libraries
+ while deploying your project. To avoid such
+ conflicts, use a template without libs if you have
+ a server with its own jsf libraries</diffmk:wrapper></para>
+ </entry>
+ </row>
- </tbody>
- </tgroup>
- </table>
+ </tbody>
+ </tgroup>
+ </table>
- <!-- <para>You can of course create your own custom templates. More information
- on templates creation could be found in <link
- linkend="CreatingCustomJSPTemplates">Chapter 5</link>.</para>
- -->
+
- <para>On the next screen select what <emphasis>
- <property moreinfo="none">Servlet version</property>
- </emphasis> to use and whether to register this application
- with JBoss AS (or other server) for running and testing your application.</para>
+ <para>On the next screen select what <emphasis>
+ <property moreinfo="none">Servlet version</property>
+ </emphasis><diffmk:wrapper diffmk:change="changed"> to use and whether to register this application with JBoss AS
+ (or other server) for running and testing your application.</diffmk:wrapper></para>
- <para>The <emphasis>
- <property moreinfo="none">Context Path</property>
- </emphasis> is the name under which the application will be
- deployed.</para>
+ <para>The <emphasis>
+ <property moreinfo="none">Context Path</property>
+ </emphasis><diffmk:wrapper diffmk:change="changed"> is the name under which the application will be deployed.</diffmk:wrapper></para>
- <para>The <emphasis>
- <property moreinfo="none">Runtime</property>
- </emphasis> value tells Eclipse where to find Web libraries
- in order to build (compile) the project. It is not possible
- to finish project creation without selecting Runtime. If you
- don't have any values, select <emphasis>
- <property moreinfo="none">New...</property>
- </emphasis> to add new Runtime.</para>
+ <para>The <emphasis>
+ <property moreinfo="none">Runtime</property>
+ </emphasis><diffmk:wrapper diffmk:change="changed"> value tells Eclipse where to find Web libraries in order to
+ build (compile) the project. It is not possible to finish project creation
+ without selecting Runtime. If you don't have any values, select </diffmk:wrapper><emphasis>
+ <property moreinfo="none">New...</property>
+ </emphasis> to add new Runtime.</para>
- <para>The <emphasis>
- <property moreinfo="none">Target Server</property>
- </emphasis> allows you specifying whether to deploy the
- application. The Target Server corresponds to the Runtime
- value selected above. If you don't want to deploy
- the application, uncheck this value.</para>
- <figure float="0">
- <title>Registering the Project on Server</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_14.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
+ <para>The <emphasis>
+ <property moreinfo="none">Target Server</property>
+ </emphasis><diffmk:wrapper diffmk:change="changed"> allows you specifying whether to deploy the application. The
+ Target Server corresponds to the Runtime value selected above. If you
+ don't want to deploy the application, uncheck this value.</diffmk:wrapper></para>
+ <figure float="0">
+ <title>Registering the Project on Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_14.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
- <para>When you are all done, you should have the project that has
- been appeared in the Package Explorer view:</para>
- <figure float="0">
- <title>A New Project in the Package Explorer</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_15.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
+ <para><diffmk:wrapper diffmk:change="changed">When you are all done, you should have the project that has been appeared in
+ the Package Explorer view:</diffmk:wrapper></para>
+ <figure float="0">
+ <title>A New Project in the Package Explorer</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_15.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
- <para>At this point you can open <emphasis>
- <property moreinfo="none">faces-config.xml</property>
- </emphasis> and start working on your application.
- There are a lot of features
- to develop JSF applications. We will describe the features
- further.</para>
- </section>
+ <para>At this point you can open <emphasis>
+ <property moreinfo="none">faces-config.xml</property>
+ </emphasis><diffmk:wrapper diffmk:change="changed"> and start working on your application. There are a lot of
+ features to develop JSF applications. We will describe the features
+ further.</diffmk:wrapper></para>
+ </section>
- <section id="ImportingExsJSFProjWithAnyStr74447">
+ <section id="ImportingExsJSFProjWithAnyStr74447">
- <title>Importing Existing JSF Projects with Any Structure</title>
+ <title>Importing Existing JSF Projects with Any Structure</title>
- <para>For detailed information on migration of JSF projects into a workspace see <ulink url="../../Exadel-migration/html_single/index.html#jsf_struts">Migration Guide</ulink>.</para>
+ <para><diffmk:wrapper diffmk:change="changed">For detailed information on migration of JSF projects into a workspace see
+ </diffmk:wrapper><ulink url="../../Exadel-migration/html_single/index.html#jsf_struts"><diffmk:wrapper diffmk:change="changed">Migration
+ Guide</diffmk:wrapper></ulink>.</para>
- </section>
- <section id="add_jsf_capability">
+ </section>
+ <section id="add_jsf_capability">
- <title>Adding JSF Capability to Any Existing Eclipse Project</title>
+ <title>Adding JSF Capability to Any Existing Eclipse Project</title>
- <para>It's also possible to add <property moreinfo="none">JSF capability</property>
- (JSF libraries, tag libraries) to any existing Eclipse
- project in your workspace. After that you'll be
- able to make use of such editors as JSF configuration editor, JBoss
- Tools JSP editor and any others.</para>
- <para>Right click the project and select <emphasis>
- <property moreinfo="none">JBoss Tools > Add JSF
- Capabilities</property>. </emphasis> This will start
- the process of adding all necessary libraries, files to make
- this a Web JSF project.</para>
- <figure float="0">
- <title>Adding JSF Capabilities</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_16.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
- <para>The wizard will first ask you to show the <emphasis>
- <property moreinfo="none">web.xml</property>
- </emphasis> file location and the project name.</para>
- <figure float="0">
- <title>Project Location</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_17.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
- <para>On the last form you can set the different folders for your
- project as well as register this application with a servlet
- container.</para>
+ <para>It's also possible to add <property moreinfo="none">JSF capability</property><diffmk:wrapper diffmk:change="changed"> (JSF
+ libraries, tag libraries) to any existing Eclipse project in your workspace.
+ After that you'll be able to make use of such editors as JSF
+ configuration editor, JBoss Tools JSP editor and any others.</diffmk:wrapper></para>
+ <para>Right click the project and select <emphasis>
+ <property moreinfo="none"><diffmk:wrapper diffmk:change="changed">JBoss Tools > Add JSF Capabilities</diffmk:wrapper></property>. </emphasis><diffmk:wrapper diffmk:change="changed">
+ This will start the process of adding all necessary libraries, files to make
+ this a Web JSF project.</diffmk:wrapper></para>
+ <figure float="0">
+ <title>Adding JSF Capabilities</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_16.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The wizard will first ask you to show the <emphasis>
+ <property moreinfo="none">web.xml</property>
+ </emphasis> file location and the project name.</para>
+ <figure float="0">
+ <title>Project Location</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_17.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para><diffmk:wrapper diffmk:change="changed">On the last form you can set the different folders for your project as well as
+ register this application with a servlet container.</diffmk:wrapper></para>
- <para>Make sure to select <emphasis>
- <property moreinfo="none">Add Libraries</property>
- </emphasis> to add all required JSF related libraries to this project.</para>
+ <para>Make sure to select <emphasis>
+ <property moreinfo="none">Add Libraries</property>
+ </emphasis><diffmk:wrapper diffmk:change="changed"> to add all required JSF related libraries to this
+ project.</diffmk:wrapper></para>
- <para>The <emphasis>
- <property moreinfo="none">Context Path</property>
- </emphasis> is the name under which the application will be
- deployed.</para>
+ <para>The <emphasis>
+ <property moreinfo="none">Context Path</property>
+ </emphasis><diffmk:wrapper diffmk:change="changed"> is the name under which the application will be deployed.</diffmk:wrapper></para>
- <para>The <emphasis>
- <property moreinfo="none">Runtime</property>
- </emphasis> value tells Eclipse where to find Web libraries
- in order to build (compile) the project. It is not possible
- to finish project import without selecting Runtime. If you
- don't have any values, select <emphasis>
- <property moreinfo="none">New...</property>
- </emphasis> to add new Runtime.</para>
+ <para>The <emphasis>
+ <property moreinfo="none">Runtime</property>
+ </emphasis><diffmk:wrapper diffmk:change="changed"> value tells Eclipse where to find Web libraries in order to
+ build (compile) the project. It is not possible to finish project import
+ without selecting Runtime. If you don't have any values, select </diffmk:wrapper><emphasis>
+ <property moreinfo="none">New...</property>
+ </emphasis> to add new Runtime.</para>
- <para>The <emphasis>
- <property moreinfo="none">Target Server</property>
- </emphasis> allows you to specify whether to deploy the
- application. The Target Server corresponds to the Runtime
- value selected above. If you don't want to deploy
- the application, uncheck this value.</para>
- <figure float="0">
- <title>Project Folders</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_18.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Once your project is imported you can see that JSF related
- libraries have been added to your project: <emphasis>
- <property moreinfo="none">jsf-api.jar</property>
- </emphasis> and <emphasis>
- <property moreinfo="none">jsf-impl.jar</property>
- </emphasis>.</para>
- <note>
- <title>Note:</title>
- <para>Some application servers provide their own jsf
- implementation libraries. Thus, to avoid conflicts you
- should not add jsf libraries while adding jsf
- capabilities.</para>
- </note>
- <para>You are now ready to work with JSF by creating a new JSF
- configuration file:</para>
+ <para>The <emphasis>
+ <property moreinfo="none">Target Server</property>
+ </emphasis><diffmk:wrapper diffmk:change="changed"> allows you to specify whether to deploy the application. The
+ Target Server corresponds to the Runtime value selected above. If you
+ don't want to deploy the application, uncheck this value.</diffmk:wrapper></para>
+ <figure float="0">
+ <title>Project Folders</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_18.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para><diffmk:wrapper diffmk:change="changed">Once your project is imported you can see that JSF related libraries have been
+ added to your project: </diffmk:wrapper><emphasis>
+ <property moreinfo="none">jsf-api.jar</property>
+ </emphasis> and <emphasis>
+ <property moreinfo="none">jsf-impl.jar</property>
+ </emphasis>.</para>
+ <note>
+ <title>Note:</title>
+ <para><diffmk:wrapper diffmk:change="changed">Some application servers provide their own jsf implementation
+ libraries. Thus, to avoid conflicts you should not add jsf libraries
+ while adding jsf capabilities.</diffmk:wrapper></para>
+ </note>
+ <para><diffmk:wrapper diffmk:change="changed">You are now ready to work with JSF by creating a new JSF configuration
+ file:</diffmk:wrapper></para>
- <figure float="0">
- <title>Creating a New JSF Configuration File</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_19.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
+ <figure float="0">
+ <title>Creating a New JSF Configuration File</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_19.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
- <para>Once the file has been created, it should be opened in a
- special <link linkend="jsf_config_file">Faces Config Editor</link>.</para>
- </section>
- <section id="AddingYourOwnProjectTemplates853">
+ <para><diffmk:wrapper diffmk:change="changed">Once the file has been created, it should be opened in a special </diffmk:wrapper><link linkend="jsf_config_file">Faces Config Editor</link>.</para>
+ </section>
+ <section id="AddingYourOwnProjectTemplates853">
- <title>Adding Your Own Project Templates</title>
- <para>Template is a set of files that is served as a basis to facilitate
- the creation of a new project. Project templates provide
- content and structure for a project.</para>
- <para>There is a powerful
- templating capability for creating new and importing
- existing Struts and JSF projects. This templating facility
- has a variety of aspects to consider. But, let's
- start with the most straightforward case and consider the
- process of creating a template from your existing JSF
- project.</para>
+ <title>Adding Your Own Project Templates</title>
+ <para><diffmk:wrapper diffmk:change="changed">Template is a set of files that is served as a basis to facilitate the
+ creation of a new project. Project templates provide content and structure
+ for a project.</diffmk:wrapper></para>
+ <para><diffmk:wrapper diffmk:change="changed">There is a powerful templating capability for creating new and importing
+ existing Struts and JSF projects. This templating facility has a variety of
+ aspects to consider. But, let's start with the most straightforward
+ case and consider the process of creating a template from your existing JSF
+ project.</diffmk:wrapper></para>
- <para>Let's say you have a project that you want to use as
- the basis for a new <property moreinfo="none">template</property>. Follow
- these steps to make a template out of it:</para>
- <itemizedlist>
- <listitem>
- <para>In the Web Projects view, right-click the
- project and select <emphasis>
- <property moreinfo="none">JBoss Tools JSF > Save As
+ <para><diffmk:wrapper diffmk:change="changed">Let's say you have a project that you want to use as the basis for a
+ new </diffmk:wrapper><property moreinfo="none">template</property><diffmk:wrapper diffmk:change="changed">. Follow these steps to make a template out
+ of it:</diffmk:wrapper></para>
+ <itemizedlist>
+ <listitem>
+ <para><diffmk:wrapper diffmk:change="changed">In the Web Projects view, right-click the project and select </diffmk:wrapper><emphasis>
+ <property moreinfo="none">JBoss Tools JSF > Save As
Template</property>
- </emphasis></para>
- </listitem>
- </itemizedlist>
- <figure float="0">
- <title>Saving Your Project as Template</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_20.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist>
- <listitem>
- <para>In the first dialog box, you can choose a name
- for the template (defaults to the project
- name) and confirm what run-time
- implementation of the project
- technology will be used</para>
- </listitem>
+ </emphasis></para>
+ </listitem>
+ </itemizedlist>
+ <figure float="0">
+ <title>Saving Your Project as Template</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_20.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <itemizedlist>
+ <listitem>
+ <para><diffmk:wrapper diffmk:change="changed">In the first dialog box, you can choose a name for the
+ template (defaults to the project name) and confirm what
+ run-time implementation of the project technology will be
+ used</diffmk:wrapper></para>
+ </listitem>
- </itemizedlist>
- <figure float="0">
- <title>Define Template Properties</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_20_1.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
+ </itemizedlist>
+ <figure float="0">
+ <title>Define Template Properties</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_20_1.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
- <itemizedlist>
- <listitem>
- <para>Select <emphasis>
- <property moreinfo="none">Next</property>
- </emphasis> and you will be sent to a dialog
- box with your project structure displayed
- with check boxes. Here you can check only
- those parts and files in your project
- directory that should be part of the
- template</para>
- </listitem>
- </itemizedlist>
- <figure float="0">
- <title>Define Template Properties</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsf_support/jsf_support_20_2.png"></imagedata>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist>
- <listitem>
- <para>At this point, unless you want to designate
- some extra files as having Velocity template
- coding inside them, you should click <emphasis>
- <property moreinfo="none">Finish</property>
- </emphasis>.</para>
- </listitem>
- </itemizedlist>
- <para>That's it. Now, you can use this template with any
- new or imported project that uses the same run-time
- implementation as the project you turned into a
- template.</para>
- <para>At this point, you have a fully configured project and now you can
- bring some new logic to it starting from JSF configuration
- file.</para>
- </section>
+ <itemizedlist>
+ <listitem>
+ <para>Select <emphasis>
+ <property moreinfo="none">Next</property>
+ </emphasis><diffmk:wrapper diffmk:change="changed"> and you will be sent to a dialog box with your
+ project structure displayed with check boxes. Here you can
+ check only those parts and files in your project directory
+ that should be part of the template</diffmk:wrapper></para>
+ </listitem>
+ </itemizedlist>
+ <figure float="0">
+ <title>Define Template Properties</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsf_support/jsf_support_20_2.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <itemizedlist>
+ <listitem>
+ <para><diffmk:wrapper diffmk:change="changed">At this point, unless you want to designate some extra files
+ as having Velocity template coding inside them, you should
+ click </diffmk:wrapper><emphasis>
+ <property moreinfo="none">Finish</property>
+ </emphasis>.</para>
+ </listitem>
+ </itemizedlist>
+ <para><diffmk:wrapper diffmk:change="changed">That's it. Now, you can use this template with any new or imported
+ project that uses the same run-time implementation as the project you turned
+ into a template.</diffmk:wrapper></para>
+ <para><diffmk:wrapper diffmk:change="changed">At this point, you have a fully configured project and now you can bring some
+ new logic to it starting from JSF configuration file.</diffmk:wrapper></para>
+ </section>
+ <section diffmk:change="added">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Relevant Resources Links</diffmk:wrapper></title>
+
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You can find more in-depth explanation on how to work with special wizards, editors and views that can
+ be used in various scenarios while developing JSF applications in our </diffmk:wrapper><ulink diffmk:change="added" url="../../jsf/html_single/index.html"><diffmk:wrapper diffmk:change="added">Visual Web Tools guide</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></para>
+ </section>
+
</chapter>
-
<chapter id="jsf_config_file" role="updated" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_config_file.xml">
<?dbhtml filename="jsf_config_file.html"?>
<chapterinfo>
@@ -1980,8 +1952,7 @@
reference introduces you to wizards for creating and importing JSF projects, JSF
Configuration File editor features, functionality for enabling JSF capabilities and etc.</para>
- <para>If you have questions or good suggestions, please refer to <ulink url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201">JBoss
+ <para>If you have questions or good suggestions, please refer to <ulink url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=201">JBoss
Tools Forum</ulink>.</para>
</chapter>
-
</book>
15 years, 6 months
JBoss Tools SVN: r15744 - trunk/jmx/docs/reference/en.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-05 11:22:39 -0400 (Fri, 05 Jun 2009)
New Revision: 15744
Modified:
trunk/jmx/docs/reference/en/master_output.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-743 - updating the master_output.xml;
Modified: trunk/jmx/docs/reference/en/master_output.xml
===================================================================
--- trunk/jmx/docs/reference/en/master_output.xml 2009-06-05 15:22:22 UTC (rev 15743)
+++ trunk/jmx/docs/reference/en/master_output.xml 2009-06-05 15:22:39 UTC (rev 15744)
@@ -28,10 +28,16 @@
<bookinfo>
<title>JMX Tools Reference Guide</title>
- <!--author><firstname>Anatoly</firstname><surname>Fedosik</surname></author>
- <author><firstname>Olga</firstname><surname>Chikvina</surname></author>
- <author><firstname>Rob</firstname><surname>Stryker</surname><email>rob.stryker(a)jboss.com</email></author>
- <author><firstname>Svetlana</firstname><surname>Mukhina</surname><email>smukhina(a)exadel.com</email></author-->
+ <corpauthor diffmk:change="added">
+ <inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added" role="fo">
+ <imagedata diffmk:change="added" fileref="images/jbosstools_logo.png" format="PNG"></imagedata>
+ </imageobject>
+ <imageobject diffmk:change="added" role="html">
+ <imagedata diffmk:change="added"></imagedata>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
<pubdate>December 2008</pubdate>
<copyright>
@@ -39,9 +45,9 @@
<year>2009</year>
<holder>JBoss, a division of Red Hat</holder>
</copyright>
- <releaseinfo>
- Version: 1.0.0.GA
- </releaseinfo>
+ <releaseinfo><diffmk:wrapper diffmk:change="changed">
+ Version: 1.1.0.M1
+ </diffmk:wrapper></releaseinfo>
<abstract>
<title></title>
<para>
@@ -95,7 +101,57 @@
It was forked with permission. </para>
</section>
- <section>
+ <section><title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Key Features of JMX Tools</diffmk:wrapper></title>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">For a start, we propose you to look through the table of main features of JMX Tools:</diffmk:wrapper></para>
+ <table diffmk:change="added">
+
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Key Functionality for JMX Tools</diffmk:wrapper></title>
+ <tgroup cols="3" diffmk:change="added">
+
+ <colspec align="left" colnum="1" colwidth="2*" diffmk:change="added"></colspec>
+ <colspec colnum="2" colwidth="4*" diffmk:change="added"></colspec>
+ <colspec align="left" colnum="3" colwidth="2*" diffmk:change="added"></colspec>
+
+ <thead diffmk:change="added">
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Feature</diffmk:wrapper></entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Benefit</diffmk:wrapper></entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Chapter</diffmk:wrapper></entry>
+ </row>
+ </thead>
+
+ <tbody diffmk:change="added">
+
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">MBean Explorer</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">MBean Explorer is a useful view with a text filter that displays domains, mbeans, attributes, and operations inside a connection.</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added">
+ <link diffmk:change="added" linkend="mbean_explorer"><diffmk:wrapper diffmk:change="added">MBean Explorer</diffmk:wrapper></link>
+ </entry>
+ </row>
+
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">MBean Editor</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">MBean Editor is a multi-page editor to manage MBeans.</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added">
+ <link diffmk:change="added" linkend="mbean_editor"><diffmk:wrapper diffmk:change="added">MBean Editor</diffmk:wrapper></link>
+ </entry>
+ </row>
+
+
+ </tbody>
+
+ </tgroup>
+ </table>
+
+
+
+
+ </section>
+
+
+
+ <section diffmk:change="added">
<title>Installation</title>
<para>Here, we are going to explain how to install the <property moreinfo="none">JMX plugin</property> into
Eclipse.</para>
@@ -106,7 +162,7 @@
Tools</property> have no dependencies, other plugins, such as <property moreinfo="none">AS Tools</property>,
do depend on the JMX Tooling and even extend it. </para>
- <para>You can find the <property moreinfo="none">JBoss Tools</property> plugins over at the <ulink url="http://labs.jboss.com/tools/download/index.html">download pages</ulink>. The only
+ <para>You can find the <property moreinfo="none">JBoss Tools</property> plugins over at the <ulink url="http://labs.jboss.com/tools/download.html">download pages</ulink>. The only
package you'll need to get is the JMX Tooling, however the <property moreinfo="none">AS
Tools</property> would give you a more full experience when using JMX with JBoss Servers.
You can find further download and installation instructions on the JBoss Wiki in the <ulink url="http://labs.jboss.com/wiki/InstallingJBossTools">InstallingJBossTools</ulink>
@@ -226,20 +282,20 @@
<itemizedlist>
<listitem>
- <para><diffmk:wrapper diffmk:change="added">the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Attributes</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> page</diffmk:wrapper></para>
+ <para>the <emphasis>
+ <property moreinfo="none">Attributes</property></emphasis> page</para>
</listitem>
- <listitem diffmk:change="added">
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Operations</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> page</diffmk:wrapper></para>
+ <listitem>
+ <para>the <emphasis>
+ <property moreinfo="none">Operations</property></emphasis> page</para>
</listitem>
<listitem>
- <para><diffmk:wrapper diffmk:change="added">the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Notifications</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> page </diffmk:wrapper></para>
+ <para>the <emphasis>
+ <property moreinfo="none">Notifications</property></emphasis> page </para>
</listitem>
<listitem>
- <para><diffmk:wrapper diffmk:change="added">the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Info</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> page </diffmk:wrapper></para>
+ <para>the <emphasis>
+ <property moreinfo="none">Info</property></emphasis> page </para>
</listitem>
</itemizedlist>
@@ -272,19 +328,19 @@
<section>
<title>Notifications Page</title>
- <para>One more page in the <property moreinfo="none">MBean Editor</property><diffmk:wrapper diffmk:change="added"> is the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Notifications</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> page, which gives the possibility to
+ <para>One more page in the <property moreinfo="none">MBean Editor</property> is the <emphasis>
+ <property moreinfo="none">Notifications</property></emphasis> page, which gives the possibility to
subscribe (resp. unsubscribe) to a MBean to receive its notifications by checking (resp.
- unchecking) the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Subscribe</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> button in the right top corner. </diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed">The list of notifications is refreshed every time a new notification is
- received:</diffmk:wrapper></para>
+ unchecking) the <emphasis>
+ <property moreinfo="none">Subscribe</property></emphasis> button in the right top corner. </para>
+ <para>The list of notifications is refreshed every time a new notification is
+ received:</para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">MBean Editor Notifications Page</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/notifications.png"></imagedata>
+ <figure float="0">
+ <title>MBean Editor Notifications Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/notifications.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
@@ -511,9 +567,9 @@
one child, a connectionProvider with a class that implements
org.jboss.tools.jmx.core.IConnectionProvider.</para>
- <para><diffmk:wrapper diffmk:change="changed">An IConnectionProvider is responsible for creation and deletion of IConnectionWrapper
+ <para>An IConnectionProvider is responsible for creation and deletion of IConnectionWrapper
objects. It must also keep a list of listeners that it is expected to inform when a
- connection is added or removed from its list. </diffmk:wrapper></para>
+ connection is added or removed from its list. </para>
<para>Each IConnectionWrapper is expected to handle running arbitrary JMX runnables or getting
a "Root" object representing all JMX nodes. There are some utility methods the
@@ -530,9 +586,9 @@
wizardPage class for creation of new connections</para>
</listitem>
<listitem>
- <para><diffmk:wrapper diffmk:change="added">org.jboss.tools.jmx.ui.attribute.controls - allows you to map class types to some
- Control to present them in the MBean Editor</diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">We hope, this guide helped you to get started with the JBoss JMX Tools. Besides, for additional information you are welcome on </diffmk:wrapper><ulink diffmk:change="added" url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201"><diffmk:wrapper diffmk:change="added">JBoss forum</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></para>
+ <para>org.jboss.tools.jmx.ui.attribute.controls - allows you to map class types to some
+ Control to present them in the MBean Editor</para>
+ <para>We hope, this guide helped you to get started with the JBoss JMX Tools. Besides, for additional information you are welcome on <ulink url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=201">JBoss forum</ulink>.</para>
</listitem>
</itemizedlist>
</section>
15 years, 6 months
JBoss Tools SVN: r15743 - trunk/jbpm/docs/converter_ref/en.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-05 11:22:22 -0400 (Fri, 05 Jun 2009)
New Revision: 15743
Modified:
trunk/jbpm/docs/converter_ref/en/master_output.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-743 - updating the master_output.xml;
Modified: trunk/jbpm/docs/converter_ref/en/master_output.xml
===================================================================
--- trunk/jbpm/docs/converter_ref/en/master_output.xml 2009-06-05 15:22:04 UTC (rev 15742)
+++ trunk/jbpm/docs/converter_ref/en/master_output.xml 2009-06-05 15:22:22 UTC (rev 15743)
@@ -8,6 +8,17 @@
<bookinfo>
<title>BPMN Convert User Guide</title>
+ <corpauthor diffmk:change="added">
+ <inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added" role="fo">
+ <imagedata diffmk:change="added" fileref="images/jbosstools_logo.png" format="PNG"></imagedata>
+ </imageobject>
+ <imageobject diffmk:change="added" role="html">
+ <imagedata diffmk:change="added"></imagedata>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
+
<author><firstname>Grid</firstname><surname>Qian</surname><email>fqian(a)redhat.com</email></author>
<pubdate>October 2008</pubdate>
<copyright>
@@ -15,9 +26,9 @@
<year>2009</year>
<holder>JBoss, a division of Red Hat</holder>
</copyright>
- <releaseinfo>
- Version: 1.0.0.GA
- </releaseinfo>
+ <releaseinfo><diffmk:wrapper diffmk:change="changed">
+ Version: 1.1.0.M1
+ </diffmk:wrapper></releaseinfo>
<abstract>
<title></title>
<para>
@@ -32,27 +43,70 @@
<chapter id="overview" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jbpm/docs/converter_ref/en/modules/overview.xml">
<title>BPMN Convert Overview</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">This chapter gives you a short overview of JBoss BPMN Convert module</diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed">JBoss BPMN Convert module is a tool used for a BPMN file translation</diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed">As a part of JBoss tools, JBoss BPMN Convert module implements BPMN -> JPDL translation. You can get a basic JPDL file from a BPMN file by using this module.</diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed">The BPMN file may be written by hands or with the help of some editors. In this guide, we use STP BPMN editor to draw a BPMN file.</diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You can download the editor which is included into BPMN Modeler from Eclipse download or update site. On the </diffmk:wrapper><ulink diffmk:change="added" url="http://www.eclipse.org/bpmn"><diffmk:wrapper diffmk:change="added">Eclipse BPMN project page</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added"> you can find the necessary links and other related information</diffmk:wrapper></para>
- </chapter>
+ <para><diffmk:wrapper diffmk:change="changed">This chapter gives you a short overview of JBoss BPMN Convert module.</diffmk:wrapper></para>
+ <para><diffmk:wrapper diffmk:change="changed">JBoss BPMN Convert module is a tool used for a BPMN file translation.</diffmk:wrapper></para>
+ <para>As a part of JBoss tools, JBoss BPMN Convert module implements BPMN -> JPDL translation. You can get a basic JPDL file from a BPMN file by using this module.</para>
+ <para>The BPMN file may be written by hands or with the help of some editors. In this guide, we use STP BPMN editor to draw a BPMN file.</para>
+ <para>You can download the editor which is included into BPMN Modeler from Eclipse download or update site. On the <ulink url="http://www.eclipse.org/bpmn">Eclipse BPMN project page</ulink><diffmk:wrapper diffmk:change="added"> you can find the necessary links and other related information.</diffmk:wrapper></para>
+
+<section diffmk:change="added">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Key Features of JBoss BPMN Convert module</diffmk:wrapper></title>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">For a start, we propose you to look through the table of main features of JBoss BPMN Convert module:</diffmk:wrapper></para>
+
+ <table diffmk:change="added">
+
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Key Functionality of JBoss BPMN Convert module</diffmk:wrapper></title>
+ <tgroup cols="3" diffmk:change="added">
+
+ <colspec align="left" colnum="1" colwidth="2*" diffmk:change="added"></colspec>
+ <colspec colnum="2" colwidth="4*" diffmk:change="added"></colspec>
+ <colspec align="left" colnum="3" colwidth="2*" diffmk:change="added"></colspec>
+
+ <thead diffmk:change="added">
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Feature</diffmk:wrapper></entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Benefit</diffmk:wrapper></entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Chapter</diffmk:wrapper></entry>
+ </row>
+ </thead>
+
+ <tbody diffmk:change="added">
+
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">STP BPMN Editor</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">JBoss BPMN Convert module contains STP Business Process Modeling Notation (BPMN) Editor which is a tool to express any processes in a graphical form (simple diagrams with a set of some graphical elements). Created BPMN files can then be converted to jPDL.</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added">
+ <link diffmk:change="added" linkend="createbpmnfile"><diffmk:wrapper diffmk:change="added">creating a BPMN file by STP BPMN editor</diffmk:wrapper></link>
+ </entry>
+ </row>
+
+
+ </tbody>
+
+ </tgroup>
+ </table>
+
+
+</section>
+
+
+</chapter>
+
<chapter id="bpmn2jpdl" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jbpm/docs/converter_ref/en/modules/bpmn2jpdl.xml">
- <title><diffmk:wrapper diffmk:change="changed">Translate a Bpmn file to a JPDL file</diffmk:wrapper></title>
- <para><diffmk:wrapper diffmk:change="changed">In this chapter we provide you with the necessary steps to translate a Bpmn file to a JPDL file.</diffmk:wrapper></para>
+ <title>Translate a Bpmn file to a JPDL file</title>
+ <para>In this chapter we provide you with the necessary steps to translate a Bpmn file to a JPDL file.</para>
<section id="createproject">
<title>Creating a project</title>
- <para><diffmk:wrapper diffmk:change="changed">Before creating a Bpmn file, you should have a Project created.</diffmk:wrapper></para>
+ <para>Before creating a Bpmn file, you should have a Project created.</para>
<para>Create a project by
- <emphasis><property moreinfo="none"><diffmk:wrapper diffmk:change="changed">New > Project... > General > Project</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="changed">. Enter the following information:
- </diffmk:wrapper></para>
+ <emphasis><property moreinfo="none">New > Project... > General > Project</property></emphasis>. Enter the following information:
+ </para>
<para>Project Name: test</para>
<figure float="0">
- <title><diffmk:wrapper diffmk:change="changed">Creating a Project</diffmk:wrapper></title>
+ <title>Creating a Project</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/bpmnconvert_bpmn2jpdl_1.png"></imagedata>
@@ -62,14 +116,14 @@
<para>Click on the <property moreinfo="none">Finish</property> button.</para>
</section>
<section id="createbpmnfile">
- <title><diffmk:wrapper diffmk:change="changed">Creating a Bpmn File by STP BPMN Editor</diffmk:wrapper></title>
- <para><diffmk:wrapper diffmk:change="changed">Create a BPMN diagram file by
- </diffmk:wrapper><emphasis><property moreinfo="none">New > Others... > Bpmn Diagram</property></emphasis>
+ <title>Creating a Bpmn File by STP BPMN Editor</title>
+ <para>Create a BPMN diagram file by
+ <emphasis><property moreinfo="none">New > Others... > Bpmn Diagram</property></emphasis>
. Enter the following information:
</para>
<para>File Name: test</para>
<figure float="0">
- <title><diffmk:wrapper diffmk:change="changed">Creating BPMN Diagram</diffmk:wrapper></title>
+ <title>Creating BPMN Diagram</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/bpmnconvert_bpmn2jpdl_2.png"></imagedata>
@@ -78,11 +132,11 @@
</figure>
<para>Click on the <property moreinfo="none">Finish</property> button.</para>
<para>Open the test.bpmn_diagram file by double-click it.</para>
- <para><diffmk:wrapper diffmk:change="added">Draw the Bpmn diagram using STP BPMN editor. If you do not know how to use STP BPMN editor, please visit </diffmk:wrapper><ulink diffmk:change="added" url="http://www.eclipse.org/bpmn/"><diffmk:wrapper diffmk:change="added">BPMN project page for details</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></para>
+ <para>Draw the Bpmn diagram using STP BPMN editor. If you do not know how to use STP BPMN editor, please visit <ulink url="http://www.eclipse.org/bpmn/">BPMN project page for details</ulink>.</para>
</section>
<section id="bpmntojpdl">
- <title><diffmk:wrapper diffmk:change="changed">Exporting a Bpmn File to Jpdl files</diffmk:wrapper></title>
- <para><diffmk:wrapper diffmk:change="changed">A Bpmn file may include more than one pool. Every pool can be mapped to a corresponding Jpdl file.</diffmk:wrapper></para>
+ <title>Exporting a Bpmn File to Jpdl files</title>
+ <para>A Bpmn file may include more than one pool. Every pool can be mapped to a corresponding Jpdl file.</para>
<itemizedlist>
<listitem>
<para>Select 'test.bpmn' file and right-click it. Open the export wizard by
@@ -103,7 +157,7 @@
<para>Select the BPMN file that you want to translate.
</para>
<figure float="0">
- <title><diffmk:wrapper diffmk:change="changed">Choosing a BPMN File</diffmk:wrapper></title>
+ <title>Choosing a BPMN File</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/bpmnconvert_bpmn2jpdl_4.png"></imagedata>
@@ -116,7 +170,7 @@
<para>Select the Pools of BPMN that you want to translate.
</para>
<figure float="0">
- <title><diffmk:wrapper diffmk:change="changed">Choosing BPMN Pools</diffmk:wrapper></title>
+ <title>Choosing BPMN Pools</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/bpmnconvert_bpmn2jpdl_5.png"></imagedata>
@@ -126,8 +180,8 @@
<para>Click on the <property moreinfo="none">Next</property> button.</para>
</listitem>
<listitem>
- <para><diffmk:wrapper diffmk:change="changed">On the next page, you may get error or warning messages that occurred during the conversion. If there are no messages, this page is skipped.
- </diffmk:wrapper></para>
+ <para>On the next page, you may get error or warning messages that occurred during the conversion. If there are no messages, this page is skipped.
+ </para>
<para>Click on the <property moreinfo="none">Next</property> button.</para>
</listitem>
<listitem>
@@ -143,7 +197,7 @@
</figure>
<itemizedlist>
<listitem>
- <para><diffmk:wrapper diffmk:change="changed">If you'd like to overwrite existing resources,check this "Overwrite existing resources" checkbox.</diffmk:wrapper></para>
+ <para>If you'd like to overwrite existing resources,check this "Overwrite existing resources" checkbox.</para>
</listitem>
</itemizedlist>
<para>Click on the <property moreinfo="none">Finish</property> button.</para>
@@ -159,7 +213,7 @@
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">We hope, this guide helped you to get started with the JBoss BPMN Convert module. Besides, for additional information you are welcome on </diffmk:wrapper><ulink diffmk:change="added" url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201"><diffmk:wrapper diffmk:change="added">JBoss forum</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></para>
+ <para>We hope, this guide helped you to get started with the JBoss BPMN Convert module. Besides, for additional information you are welcome on <ulink url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201">JBoss forum</ulink>.</para>
</section>
</chapter>
15 years, 6 months
JBoss Tools SVN: r15742 - trunk/jbpm/docs/reference/en.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-05 11:22:04 -0400 (Fri, 05 Jun 2009)
New Revision: 15742
Modified:
trunk/jbpm/docs/reference/en/master_output.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-743 - updating the master_output.xml;
Modified: trunk/jbpm/docs/reference/en/master_output.xml
===================================================================
--- trunk/jbpm/docs/reference/en/master_output.xml 2009-06-05 15:21:33 UTC (rev 15741)
+++ trunk/jbpm/docs/reference/en/master_output.xml 2009-06-05 15:22:04 UTC (rev 15742)
@@ -26,7 +26,17 @@
]><book xmlns:diffmk="http://diffmk.sf.net/ns/diff">
<bookinfo>
<title>jBPM Tools Reference Guide</title>
-
+ <corpauthor diffmk:change="added">
+ <inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added" role="fo">
+ <imagedata diffmk:change="added" fileref="images/jbosstools_logo.png" format="PNG"></imagedata>
+ </imageobject>
+ <imageobject diffmk:change="added" role="html">
+ <imagedata diffmk:change="added"></imagedata>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
+
<author>
<firstname>Anatoly</firstname>
<surname>Fedosik</surname>
@@ -58,7 +68,7 @@
<year>2009</year>
<holder>JBoss, a division of Red Hat</holder>
</copyright>
- <releaseinfo><diffmk:wrapper diffmk:change="changed"> Version: 3.1.7.GA</diffmk:wrapper></releaseinfo>
+ <releaseinfo> Version: 3.1.7.GA</releaseinfo>
<abstract>
<title></title>
@@ -170,6 +180,13 @@
<row>
<entry>
+ <link diffmk:change="added" linkend="the_views"><diffmk:wrapper diffmk:change="added">A large range of special views, including:</diffmk:wrapper></link>
+ </entry>
+ <entry diffmk:change="added"></entry>
+ </row>
+
+ <row diffmk:change="added">
+ <entry diffmk:change="added">
<link linkend="source_mode">Support of XML code view</link>
</entry>
<entry>Shows the corresponding XML that's generated automatically in the Source view
@@ -184,7 +201,15 @@
</row>
<row>
- <entry>Interaction with all of the J2EE based integration technologies including Web Services,
+ <entry>
+ <link diffmk:change="added" linkend="jbpm_gpd_editor"><diffmk:wrapper diffmk:change="added">The jBPM Graphical Process Designer editor</diffmk:wrapper></link>
+ </entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">The plugin is used for designing the workflow.</diffmk:wrapper></entry>
+ </row>
+
+
+ <row diffmk:change="added">
+ <entry diffmk:change="added">Interaction with all of the J2EE based integration technologies including Web Services,
Java Messaging, J2EE Connectors, JBDC, EJBs.</entry>
<entry>Enables implementation, provides better functionality and flexibility.</entry>
</row>
@@ -202,8 +227,8 @@
<section>
<title>Other relevant resources on the topic</title>
- <para><diffmk:wrapper diffmk:change="changed">All JBoss Developer Studio/JBoss Tools release documentation you can find at</diffmk:wrapper><diffmk:wrapper diffmk:change="changed">http://docs.jboss.org/tools</diffmk:wrapper><diffmk:wrapper diffmk:change="changed"> in the corresponding release directory.</diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed">The latest documentation builds are available at </diffmk:wrapper><ulink url="http://download.jboss.org/jbosstools/nightly-docs/"><diffmk:wrapper diffmk:change="changed">http://download.jboss.org/jbosstools/nightly-docs</diffmk:wrapper></ulink>.</para>
+ <para>All JBoss Developer Studio/JBoss Tools release documentation you can find at<ulink url="http://docs.jboss.org/tools/">http://docs.jboss.org/tools</ulink> in the corresponding release directory.</para>
+ <para>The latest documentation builds are available at <ulink url="http://download.jboss.org/jbosstools/nightly-docs/">http://download.jboss.org/jbosstools/nightly-docs</ulink>.</para>
</section>
</chapter>
@@ -224,9 +249,9 @@
<para>The main purpose of this chapter is to let you know how to launch the <property moreinfo="none">JBoss
jBPM</property> (business process management).</para>
<para>The jBPM plugin (jBPM Designer) is already included in the <property moreinfo="none">JBoss Tools</property>.
- To make it work, you should only download the jBPM runtime (<diffmk:wrapper diffmk:change="changed">jbpm-jpdl-3.2.3</diffmk:wrapper> currently) and specify the directory where you extracted the runtime
+ To make it work, you should only download the jBPM runtime (<ulink url="http://sourceforge.net/project/showfiles.php?group_id=70542'package_...">jbpm-jpdl-3.2.3</ulink> currently) and specify the directory where you extracted the runtime
either when you create a jBPM project or by using the jBPM preference pages.</para>
-
+
<note>
<title>Note:</title>
<para>Try to avoid using spaces in the names of installation folders. It can provoke problems in
@@ -254,8 +279,228 @@
</figure>
<para>Now, when you have a runtime installed, we are going to demonstrate some powerful features of
the jBPM.</para>
- </chapter>
+</chapter>
+
+
+<chapter id="GuidedTourJBossjBPMGPD" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jbpm/docs/reference/en/modules/guided_tour_jboss_jbpmgpd.xml" xreflabel="GuidedTourJBossjBPMGPD">
+ <?dbhtml filename="GuidedTourJBossjBPMGPD.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>jBPM</keyword>
+ <keyword>JBoss</keyword>
+ <keyword>Process</keyword>
+ <keyword>Definition</keyword>
+ </keywordset>
+ </chapterinfo>
+ <title>A Guided Tour of JBoss jBPM GPD</title>
+ <para>In this chapter we suggest a step-by-step walk-through of creating and configuring your
+ own simple process. Let's try to organize a new jBPM project.</para>
+ <para>A wizard for creating a jBPM project is included in the GPD plugin. We have opted to
+ create a project based on a template already containing a number of advanced artifacts that
+ we will ignore for this section. In the future we will elaborate this wizard and offer the
+ possibility to create an empty jBPM project as well as projects based on templates taken
+ from the jBPM tutorial.</para>
+ <section id="CreatingjBPMProject">
+ <?dbhtml filename="CreatingjBPMProject.html"?>
+ <title>Creating a jBPM Project</title>
+ <para>This section will show you how to use the Creation wizard for creating a new jBPM
+ project with already included source folders.</para>
+ <para>At first you should select <emphasis>
+ <property moreinfo="none">File >New Project...</property>
+ </emphasis> and then <emphasis>
+ <property moreinfo="none">JBoss jBPM > Process Project</property>
+ </emphasis> in the New Project dialog:</para>
+ <figure float="0">
+ <title>New Project Dialog</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour_1.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para> Clicking <emphasis>
+ <property moreinfo="none">Next</property>
+ </emphasis> brings us to the wizard page where it's necessary to specify the
+ name and location for the project. We choose, for example, <emphasis>
+ <property moreinfo="none">HellojBPM</property>
+ </emphasis> as the name and accept the default location. </para>
+ <figure float="0">
+ <title>Process Name and Location</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour_2.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Thus, our project will be created in the workspace root directory by default. If you
+ want to change the directory for your future project, deselect <emphasis>
+ <property moreinfo="none">Use default location</property>
+ </emphasis> and click <emphasis>
+ <property moreinfo="none">Browse...</property>
+ </emphasis> button to set needed location or simply type it.</para>
+ <para>On the next screen you'll be prompted to select the core jBPM location that
+ we have defined in the previous chapter.</para>
+ <figure float="0">
+ <title>Core jBPM Location Specifying</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour_9.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Clicking on <emphasis>
+ <property moreinfo="none">Finish</property>
+ </emphasis> results in the project being generated. The wizard creates four source
+ folders: one for the processes (<emphasis>
+ <property moreinfo="none">src/main/jpdl</property>
+ </emphasis>), one for the java sources (<emphasis>
+ <property moreinfo="none">src/main/java</property>
+ </emphasis>), one for the unit tests (<emphasis>
+ <property moreinfo="none">src/test/java</property>
+ </emphasis>) and one for the resources such as the jbpm.properties and the
+ hibernate.properties files (<emphasis>
+ <property moreinfo="none">src/main/config</property>
+ </emphasis>). In addition a classpath container with all the core jBPM libraries is
+ added to the project</para>
+ <figure float="0">
+ <title>Layout of the Process Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour_3.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Looking inside the different source folders will reveal a number of other artifacts
+ that were generated, but we will leave these untouched for the moment. Instead, we will
+ look at another wizard that enables us to create an empty process definition.</para>
+ </section>
+ <section id="creating_an_empty_process_definition">
+ <?dbhtml filename="creating_an_empty_process_definition.html"?>
+ <title>Creating an Empty Process Definition</title>
+ <para>Now when the project is set up, we can use a Creation wizard to create an empty
+ process definition. Bring up the <emphasis>
+ <property moreinfo="none">New</property>
+ </emphasis> wizard by clicking the <emphasis>
+ <property moreinfo="none">File > New > Other...</property>
+ </emphasis> menu item. The wizard opens on the <emphasis>
+ <property moreinfo="none">Select Wizard</property>
+ </emphasis> page.</para>
+ <figure float="0">
+ <title>The Select Wizard Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour_4.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Selecting the <emphasis>
+ <property moreinfo="none">JBoss jBPM</property>
+ </emphasis> category, then the <emphasis>
+ <property moreinfo="none">Process Definition</property>
+ </emphasis> item and clicking on the <emphasis>
+ <property moreinfo="none">Next</property>
+ </emphasis> button brings us to the <emphasis>
+ <property moreinfo="none">Create Process Definition</property>
+ </emphasis> page.</para>
+ <figure float="0">
+ <title>The Create New Process Defining Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour_5.png"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>We choose <emphasis>
+ <property moreinfo="none">hello</property>
+ </emphasis> as the name of the process archive file. Click on the <emphasis>
+ <property moreinfo="none">Finish</property>
+ </emphasis> button to end the wizard and open the process definition editor.</para>
+ <figure float="0">
+ <title>The Process Definition Editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour_6.png" scale="60"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>You can see in the Package Explorer that creating a process definition involves
+ creating a folder with the name of the process definition and populating this folder
+ with two .xml files : <emphasis>
+ <property moreinfo="none">gpd.xml</property>
+ </emphasis> and <emphasis>
+ <property moreinfo="none">processdefinition.xml</property>. </emphasis></para>
+ <para>The <emphasis>
+ <property moreinfo="none">gpd.xml</property>
+ </emphasis> contains the graphical information used by the process definition editor.
+ The <emphasis>
+ <property moreinfo="none">processdefinition.xml</property>
+ </emphasis> file contains the actual process definition info without the graphical
+ rendering info. At present, the GPD assumes that these two files are siblings. More
+ sophisticated configuration will be supported later.</para>
+
+ <section id="minimal_process_definition">
+ <?dbhtml filename="minimal_process_definition.html"?>
+ <title>A Minimal Process Definition</title>
+ <para>Now we are ready to create a very simple process definition consisting of a begin
+ state, an intermediate state and an end state.</para>
+ <para>To make the configuration of actions much easier it's better to use the
+ jPDL perspective. It provides the tabbed Properties Editor which allows to configure
+ all the relevant properties of the current selected item. </para>
+
+ <section id="adding_the_nodes">
+ <?dbhtml filename="adding_the_nodes.html"?>
+ <title>Adding the Nodes</title>
+ <para>At first select respectively <emphasis>
+ <property moreinfo="none">Start</property>, </emphasis>
+ <emphasis>
+ <property moreinfo="none">State</property>
+ </emphasis> and <emphasis>
+ <property moreinfo="none">End</property>
+ </emphasis> on the tools palette and click on the canvas to add these nodes to
+ the process definition. The result should look similar to this:</para>
+ <figure float="0">
+ <title>A Simple Process With Three Nodes</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour_7.png" scale="60"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ <section id="adding_transitions">
+ <?dbhtml filename="adding_transitions.html"?>
+ <title>Adding Transitions</title>
+ <para>Then, we will connect the nodes with transitions. To do that select the <emphasis>
+ <property moreinfo="none">Transition</property>
+ </emphasis> tool in the tools palette and click on the <emphasis>
+ <property moreinfo="none">Start</property>
+ </emphasis> node, then move to the <emphasis>
+ <property moreinfo="none">State</property>
+ </emphasis> node and click again to see the transition being drawn. Perform the
+ same steps to create a transition from the <emphasis>
+ <property moreinfo="none">State</property>
+ </emphasis> node to the <emphasis>
+ <property moreinfo="none">End</property>
+ </emphasis> node. The result will look like:</para>
+ <figure float="0">
+ <title>A Simple Process With Transitions</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour_8.png" scale="60"></imagedata>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Now, when you've got background knowledge of simple project creation,
+ let's move to more advanced tools.</para>
+ </section>
+ </section>
+ </section>
+
+</chapter>
+
+
<chapter id="the_views" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/jbpm/docs/reference/en/modules/the_views.xml" xreflabel="the_views">
<?dbhtml filename="the_views.html"?>
<chapterinfo>
@@ -880,7 +1125,7 @@
</mediaobject>
</figure>
- <para><diffmk:wrapper diffmk:change="changed">There we are. The above objective has been achieved.</diffmk:wrapper></para>
+ <para>There we are. The above objective has been achieved.</para>
</section>
<section>
@@ -1059,6 +1304,10 @@
</mediaobject>
</figure>
<para>We hope, our guide will help you to get started with the jPDL process language and jBPM
- workflow on the whole. Besides, for additional information you are welcome on <diffmk:wrapper diffmk:change="changed">JBoss forum</diffmk:wrapper></para>.</section>
- </chapter>
+ workflow on the whole. Besides, for additional information you are welcome on <ulink url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=201">JBoss forum</ulink>.</para>
+ </section>
+</chapter>
+
+
+ <!-- TODO: drools used in this section is not available for eclipse .3.3 &AddBusinessProcess; -->
</book>
15 years, 6 months
JBoss Tools SVN: r15741 - trunk/hibernatetools/docs/reference/en.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-05 11:21:33 -0400 (Fri, 05 Jun 2009)
New Revision: 15741
Modified:
trunk/hibernatetools/docs/reference/en/master_output.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-743 - updating the master_output.xml;
Modified: trunk/hibernatetools/docs/reference/en/master_output.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/master_output.xml 2009-06-05 15:20:05 UTC (rev 15740)
+++ trunk/hibernatetools/docs/reference/en/master_output.xml 2009-06-05 15:21:33 UTC (rev 15741)
@@ -26,7 +26,16 @@
]><book lang="en" xmlns:diffmk="http://diffmk.sf.net/ns/diff">
<bookinfo>
<title>Hibernate Tools Reference Guide</title>
-
+ <corpauthor diffmk:change="added">
+ <inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added" role="fo">
+ <imagedata diffmk:change="added" fileref="images/jbosstools_logo.png" format="PNG"></imagedata>
+ </imageobject>
+ <imageobject diffmk:change="added" role="html">
+ <imagedata diffmk:change="added"></imagedata>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
<author><firstname>Max</firstname><surname>Andersen</surname><email>max.andersen(a)jboss.com</email></author>
<author><firstname>Olga</firstname><surname>Chikvina</surname></author>
<author><firstname>Svetlana</firstname><surname>Mukhina</surname><email>smukhina(a)exadel.com</email></author>
@@ -38,9 +47,9 @@
<holder>JBoss, a division of Red Hat</holder>
</copyright>
- <releaseinfo>
- Version: 3.2.4.GA
- </releaseinfo>
+ <releaseinfo><diffmk:wrapper diffmk:change="changed">
+ Version: 3.3.0.M1
+ </diffmk:wrapper></releaseinfo>
<mediaobject>
@@ -203,8 +212,8 @@
<title>Other relevant resources on the topic</title>
<!--para>Hibernate Tools page on the <ulink url="http://www.hibernate.org/255.html">hibernate.org</ulink>.</para-->
- <para><diffmk:wrapper diffmk:change="changed">All JBoss Developer Studio/JBoss Tools release documentation you can find at</diffmk:wrapper><diffmk:wrapper diffmk:change="changed">http://docs.jboss.org/tools</diffmk:wrapper><diffmk:wrapper diffmk:change="changed"> in the corresponding release directory.</diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed">The latest documentation builds are available at </diffmk:wrapper><ulink url="http://download.jboss.org/jbosstools/nightly-docs/"><diffmk:wrapper diffmk:change="changed">http://download.jboss.org/jbosstools/nightly-docs</diffmk:wrapper></ulink>.</para>
+ <para>All JBoss Developer Studio/JBoss Tools release documentation you can find at<ulink url="http://docs.jboss.org/tools/">http://docs.jboss.org/tools</ulink> in the corresponding release directory.</para>
+ <para>The latest documentation builds are available at <ulink url="http://download.jboss.org/jbosstools/nightly-docs/">http://download.jboss.org/jbosstools/nightly-docs</ulink>.</para>
</section>
</chapter>
@@ -213,47 +222,47 @@
<chapter id="setup" xml:base="file:///home/ochikvina/WORK/for_compare/trunk/hibernatetools/docs/reference/en/modules/setup.xml">
<title>Download and install Hibernate Tools</title>
- <para><property moreinfo="none">Hibernate Tools</property><diffmk:wrapper diffmk:change="added"> can be used "standalone" via Ant
- 1.6.x or fully integrated into an Eclipse + WTP based IDE, such as </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">JBDS/JBoss
- Tools</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">, or a default Eclipse + WTP installation. The following sections describe the
- install steps in these environments.</diffmk:wrapper></para>
+ <para><property moreinfo="none">Hibernate Tools</property> can be used "standalone" via Ant
+ 1.6.x or fully integrated into an Eclipse + WTP based IDE, such as <property moreinfo="none">JBDS/JBoss
+ Tools</property>, or a default Eclipse + WTP installation. The following sections describe the
+ install steps in these environments.</para>
- <note diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Note:</diffmk:wrapper></title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The </diffmk:wrapper><property moreinfo="none"><diffmk:wrapper diffmk:change="changed">Hibernate Tools 3.2.4.GA</diffmk:wrapper></property><diffmk:wrapper diffmk:change="changed"> (the current release version) requires
- Eclipse Ganymede 3.4.2.</diffmk:wrapper></para>
+ <note>
+ <title>Note:</title>
+ <para>The <property moreinfo="none">Hibernate Tools 3.2.4.GA</property> (the current release version) requires
+ Eclipse Ganymede 3.4.2.</para>
</note>
<section>
<title>JBoss Tools</title>
- <para><property moreinfo="none"><diffmk:wrapper diffmk:change="changed">JBoss Tools 3.0.0.GA</diffmk:wrapper></property><diffmk:wrapper diffmk:change="changed"> (the latest release) includes
- </diffmk:wrapper><property moreinfo="none"><diffmk:wrapper diffmk:change="changed">Hibernate Tools 3.2.4.GA</diffmk:wrapper></property><diffmk:wrapper diffmk:change="changed"> and thus nothing is required besides </diffmk:wrapper><ulink url="http://jboss.org/tools/download/stable/3_0_0_GA.html">downloading</ulink> and <ulink url="../../GettingStartedGuide/html_single/index.html#JBossToolsInstall">installing JBoss Tools</ulink><diffmk:wrapper diffmk:change="changed">. If you need to update
- to a newer version of the </diffmk:wrapper><property moreinfo="none">Hibernate Tools</property><diffmk:wrapper diffmk:change="changed"> just follow the instructions in
- the Eclipse IDE section.</diffmk:wrapper></para>
+ <para><property moreinfo="none">JBoss Tools 3.0.0.GA</property> (the latest release) includes
+ <property moreinfo="none">Hibernate Tools 3.2.4.GA</property> and thus nothing is required besides <ulink url="http://jboss.org/tools/download/stable/3_0_0_GA.html">downloading</ulink> and <ulink url="../../GettingStartedGuide/html_single/index.html#JBossToolsInstall">installing JBoss Tools</ulink>. If you need to update
+ to a newer version of the <property moreinfo="none">Hibernate Tools</property> just follow the instructions in
+ the Eclipse IDE section.</para>
</section>
<section>
<title>Eclipse IDE</title>
- <para><diffmk:wrapper diffmk:change="added">To install the </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Hibernate Tools</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> into any </diffmk:wrapper><property moreinfo="none"><diffmk:wrapper diffmk:change="changed">Eclipse 3.4.x</diffmk:wrapper></property><diffmk:wrapper diffmk:change="changed"> based IDE you
- can either download the </diffmk:wrapper><property moreinfo="none">Hibernate Tools</property> distribution from the <diffmk:wrapper diffmk:change="changed">JBoss Tools download page</diffmk:wrapper><diffmk:wrapper diffmk:change="changed">
- or from the </diffmk:wrapper><ulink url="http://download.jboss.org/jbosstools/updates/stable/"><diffmk:wrapper diffmk:change="changed">JBoss Tools
- Update Site</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></para>
+ <para>To install the <property moreinfo="none">Hibernate Tools</property> into any <property moreinfo="none">Eclipse 3.4.x</property> based IDE you
+ can either download the <property moreinfo="none">Hibernate Tools</property> distribution from the <ulink url="http://jboss.org/tools/download/stable/3_0_0_GA.html">JBoss Tools download page</ulink>
+ or from the <ulink url="http://download.jboss.org/jbosstools/updates/stable/">JBoss Tools
+ Update Site</ulink>.</para>
<para>If you download the <property moreinfo="none">Hibernate Tools</property> distribution you need to place
the <emphasis>
<property moreinfo="none">/plugins</property>
</emphasis> and <emphasis>
<property moreinfo="none">/feature</property>
- </emphasis><diffmk:wrapper diffmk:change="changed"> directory into your eclipse directory or eclipse extensions directory. Sometimes
+ </emphasis> directory into your eclipse directory or eclipse extensions directory. Sometimes
Eclipse does not automatically detect new plugins and thus the tools will not be activated. To
ensure eclipse sees these changes just clean up the cached plugin information by running
- eclipse with the </diffmk:wrapper><emphasis>
+ eclipse with the <emphasis>
<property moreinfo="none">-clean</property>
</emphasis> option, e.g. <emphasis>
- <property moreinfo="none"><diffmk:wrapper diffmk:change="changed">eclipse -clean</diffmk:wrapper></property>.</emphasis><diffmk:wrapper diffmk:change="changed"> Using the updatesite does not require any
- additional steps.</diffmk:wrapper></para>
+ <property moreinfo="none">eclipse -clean</property>.</emphasis> Using the updatesite does not require any
+ additional steps.</para>
<note>
<title>Note:</title>
@@ -265,8 +274,8 @@
<section>
<title>Usage of Eclipse WTP</title>
- <para>The <property moreinfo="none">Hibernate Tools</property> plugins currently use <property moreinfo="none"><diffmk:wrapper diffmk:change="changed">WTP
- 3.x</diffmk:wrapper></property> which at this time is the latest stable release from the Eclipse Webtools
+ <para>The <property moreinfo="none">Hibernate Tools</property> plugins currently use <property moreinfo="none">WTP
+ 3.x</property> which at this time is the latest stable release from the Eclipse Webtools
project.</para>
<para>Because the WTP project not always have had proper versioning of their plugins there
@@ -287,8 +296,8 @@
Hibernate website and the Eclipse updatesite. The libraries are located in the eclipse plugins
directory at <emphasis>
<property moreinfo="none">/plugins/org.hibernate.eclipse.x.x.x/lib/tools/</property>
- </emphasis><diffmk:wrapper diffmk:change="changed">. These libraries are 100% independent from the eclipse platform. How to use these
- via ant tasks are described in the </diffmk:wrapper><link linkend="ant">Ant Tools</link> chapter.</para>
+ </emphasis>. These libraries are 100% independent from the eclipse platform. How to use these
+ via ant tasks are described in the <link linkend="ant">Ant Tools</link> chapter.</para>
</section>
</chapter>
@@ -677,9 +686,9 @@
</entry>
<entry>
- <para><diffmk:wrapper diffmk:change="changed">DTP provided connection that you can use instead of what is in cfg.xml and jpa
+ <para>DTP provided connection that you can use instead of what is in cfg.xml and jpa
persistence.xml. It's possible to use either already configured hibernate or
- JPA connection or specify a new one here.</diffmk:wrapper></para>
+ JPA connection or specify a new one here.</para>
</entry>
<entry>
@@ -1215,13 +1224,13 @@
</entry>
<entry>
- <para><diffmk:wrapper diffmk:change="changed">A table that has a multi-column primary key a <composite-id>
+ <para>A table that has a multi-column primary key a <composite-id>
mapping will always be created. If this option is enabled and there are matching
foreign-keys each key column is still considered a 'basic' scalar (string, long,
etc.) instead of a reference to an entity. If you disable this option a
<key-many-to-one> instead. Note: a <many-to-one>
property is still created, but is simply marked as non-updatable and
- non-insertable.</diffmk:wrapper></para>
+ non-insertable.</para>
</entry>
</row>
@@ -1253,11 +1262,11 @@
</entry>
<entry>
- <para><diffmk:wrapper diffmk:change="changed"> Reverse engineering detects one-to-one associations via primary key and both
- hbm.xml and annotation generation generates the proper code for it. </diffmk:wrapper></para>
- <para><diffmk:wrapper diffmk:change="changed"> The detection is enabled by default (except for Seam 1.2 and Seam 2.0)
+ <para> Reverse engineering detects one-to-one associations via primary key and both
+ hbm.xml and annotation generation generates the proper code for it. </para>
+ <para> The detection is enabled by default (except for Seam 1.2 and Seam 2.0)
reverse engineering. For Hibernate Tools generation there is a checkbox to disable
- if not wanted. </diffmk:wrapper></para>
+ if not wanted. </para>
</entry>
</row>
@@ -1644,8 +1653,8 @@
<tip>
<title>Tip:</title>
- <para><diffmk:wrapper diffmk:change="changed">If the property is a directory, it is possible to browse directories in the Value
- field.</diffmk:wrapper></para>
+ <para>If the property is a directory, it is possible to browse directories in the Value
+ field.</para>
</tip>
<figure float="0">
@@ -2286,33 +2295,33 @@
support Eclipse Dali integration what now makes it possible to use a Hibernate as a complete
JPA development platform.</para>
- <para><diffmk:wrapper diffmk:change="changed">When starting a new JPA project from </diffmk:wrapper><emphasis>
- <property moreinfo="none"><diffmk:wrapper diffmk:change="changed">New > Other > JPA > JPA Project</diffmk:wrapper></property>
+ <para>When starting a new JPA project from <emphasis>
+ <property moreinfo="none">New > Other > JPA > JPA Project</property>
</emphasis> (or simply <emphasis>
<property moreinfo="none">New > JPA Project</property>
- </emphasis> in <property moreinfo="none">JPA Perspective</property><diffmk:wrapper diffmk:change="added">), the first wizard page looks as
- follows.</diffmk:wrapper></para>
+ </emphasis> in <property moreinfo="none">JPA Perspective</property>), the first wizard page looks as
+ follows.</para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Starting JPA Project</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/plugins/dali_integration1.png"></imagedata>
+ <figure float="0">
+ <title>Starting JPA Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/plugins/dali_integration1.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">It's possible here to select a target runtime and change the project
- configuration, or you can leave everything as it is.</diffmk:wrapper></para>
+ <para>It's possible here to select a target runtime and change the project
+ configuration, or you can leave everything as it is.</para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">On the JPA Facet page you should choose Hibernate as a target platform. Also select the
- proper database connection, if it is defined, or add a new one by clicking the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Add connection</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added"> link.</diffmk:wrapper></para>
+ <para>On the JPA Facet page you should choose Hibernate as a target platform. Also select the
+ proper database connection, if it is defined, or add a new one by clicking the <emphasis>
+ <property moreinfo="none">Add connection</property>
+ </emphasis> link.</para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Hitting </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Finish</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added"> will generate the project.</diffmk:wrapper></para>
+ <para>Hitting <emphasis>
+ <property moreinfo="none">Finish</property>
+ </emphasis> will generate the project.</para>
<figure float="0">
<title>Targeting at Hibernate Platform</title>
@@ -2323,18 +2332,18 @@
</mediaobject>
</figure>
- <note diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Note:</diffmk:wrapper></title>
+ <note>
+ <title>Note:</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Please note, if you choose Hibernate as a platform while creating a JPA/Dali project, a
+ <para>Please note, if you choose Hibernate as a platform while creating a JPA/Dali project, a
Hibernate Console Configuration for the project is created automatically when the
- wizard finishes its work. It allows a full usage of </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Hibernate Tools</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">
- features without additional setup.</diffmk:wrapper></para>
+ wizard finishes its work. It allows a full usage of <property moreinfo="none">Hibernate Tools</property>
+ features without additional setup.</para>
</note>
<para>By enabling Hibernate platform specific features you can now generate DDL and Entities.
For that find <emphasis>
- <property moreinfo="none"><diffmk:wrapper diffmk:change="changed">JPA Tools > Generate DDL/Generate Entities</diffmk:wrapper></property>
+ <property moreinfo="none">JPA Tools > Generate DDL/Generate Entities</property>
</emphasis> options in the context menu of your JPA project.</para>
<figure float="0">
@@ -2346,15 +2355,15 @@
</mediaobject>
</figure>
- <note diffmk:change="added">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Note:</diffmk:wrapper></title>
+ <note>
+ <title>Note:</title>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Please, remember to put the proper database driver to the classpath of your
- project.</diffmk:wrapper></para>
+ <para>Please, remember to put the proper database driver to the classpath of your
+ project.</para>
</note>
- <para><diffmk:wrapper diffmk:change="changed">The </diffmk:wrapper><property moreinfo="none"><diffmk:wrapper diffmk:change="changed">Generate DDL/Entities wizards</diffmk:wrapper></property><diffmk:wrapper diffmk:change="changed"> first will ask you to choose the directory where all
- output will be written.</diffmk:wrapper></para>
+ <para>The <property moreinfo="none">Generate DDL/Entities wizards</property> first will ask you to choose the directory where all
+ output will be written.</para>
<figure float="0">
<title>Generate Entities Wizard</title>
@@ -2365,38 +2374,38 @@
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">To generate entities you can use:</diffmk:wrapper></para>
+ <para>To generate entities you can use:</para>
- <itemizedlist diffmk:change="added">
- <listitem diffmk:change="added">
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">a Hibernate Console Configuration (proposed by default)</diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Just make sure that the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Use Console Configuration</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added"> checkbox is selected and choose a needed configuration from the </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Console
- configurations</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> list box.</diffmk:wrapper></para>
+ <itemizedlist>
+ <listitem>
+ <para>a Hibernate Console Configuration (proposed by default)</para>
+ <para>Just make sure that the <emphasis>
+ <property moreinfo="none">Use Console Configuration</property>
+ </emphasis> checkbox is selected and choose a needed configuration from the <emphasis>
+ <property moreinfo="none">Console
+ configurations</property></emphasis> list box.</para>
- <figure diffmk:change="added" float="0">
- <title><diffmk:wrapper diffmk:change="changed">Generate Entities Wizard</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/plugins/dali_integration5.png"></imagedata>
+ <figure float="0">
+ <title>Generate Entities Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/plugins/dali_integration5.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
</listitem>
</itemizedlist>
- <itemizedlist diffmk:change="added">
- <listitem diffmk:change="added">
- <para><diffmk:wrapper diffmk:change="added">or a DTP connection directly</diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Just uncheck </diffmk:wrapper><emphasis diffmk:change="added">
- <property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Use Console Configuration</diffmk:wrapper></property>
- </emphasis><diffmk:wrapper diffmk:change="added"> and adjust database settings.</diffmk:wrapper></para>
+ <itemizedlist>
+ <listitem>
+ <para>or a DTP connection directly</para>
+ <para>Just uncheck <emphasis>
+ <property moreinfo="none">Use Console Configuration</property>
+ </emphasis> and adjust database settings.</para>
</listitem>
</itemizedlist>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Thus, you can now have the Hibernate runtime support in Eclipse JPA projects.</diffmk:wrapper></para>
+ <para>Thus, you can now have the Hibernate runtime support in Eclipse JPA projects.</para>
</section>
</chapter>
@@ -4973,7 +4982,7 @@
</emphasis> attributes, unless you are defining a class without bi-directional
associations.</para>
- <para><diffmk:wrapper diffmk:change="changed">We recommend instead to add the </diffmk:wrapper><emphasis>
+ <para>We recommend instead to add the <emphasis>
<property moreinfo="none">meta</property>
</emphasis> attributes at the property level:</para>
@@ -5244,7 +5253,7 @@
<para>The rest chapters have shown the aspects of using the <property moreinfo="none">Hibernate
Tools</property> via Ant tasks.</para>
- <para>Please, visit <ulink url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201">JBoss
+ <para>Please, visit <ulink url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=201">JBoss
Tools Users Forum</ulink> to leave questions or/and suggestions on the topic. Your
feedback is always appreciated.</para>
</section>
15 years, 6 months
JBoss Tools SVN: r15740 - trunk/esb/docs/esb_ref_guide/en.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-05 11:20:05 -0400 (Fri, 05 Jun 2009)
New Revision: 15740
Modified:
trunk/esb/docs/esb_ref_guide/en/master_output.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-743 - updating the master_output.xml;
Modified: trunk/esb/docs/esb_ref_guide/en/master_output.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/master_output.xml 2009-06-05 15:18:28 UTC (rev 15739)
+++ trunk/esb/docs/esb_ref_guide/en/master_output.xml 2009-06-05 15:20:05 UTC (rev 15740)
@@ -22,6 +22,17 @@
<bookinfo>
<title>ESB Tools Reference Guide</title>
+
+ <corpauthor diffmk:change="added">
+ <inlinemediaobject diffmk:change="added">
+ <imageobject diffmk:change="added" role="fo">
+ <imagedata diffmk:change="added" fileref="images/jbosstools_logo.png" format="PNG"></imagedata>
+ </imageobject>
+ <imageobject diffmk:change="added" role="html">
+ <imagedata diffmk:change="added"></imagedata>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
<author><firstname>Svetlana</firstname><surname>Mukhina</surname><email>smukhina(a)exadel.com</email></author>
<author><firstname>Tatyana</firstname><surname>Romanovich</surname></author>
@@ -32,7 +43,7 @@
<holder>JBoss, a division of Red Hat</holder>
</copyright>
<releaseinfo><diffmk:wrapper diffmk:change="changed">
- Version: 1.1.1.GA
+ Version: 1.3.0.M1
</diffmk:wrapper></releaseinfo>
<abstract>
@@ -78,6 +89,62 @@
</section>
+<section diffmk:change="added">
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Key Features of ESB Tools</diffmk:wrapper></title>
+ <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">For a start, we propose you to look through the table of main features of BIRT plugin:</diffmk:wrapper></para>
+
+ <table diffmk:change="added">
+
+ <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Key Functionality of ESB Tools</diffmk:wrapper></title>
+ <tgroup cols="3" diffmk:change="added">
+
+ <colspec align="left" colnum="1" colwidth="2*" diffmk:change="added"></colspec>
+ <colspec colnum="2" colwidth="4*" diffmk:change="added"></colspec>
+ <colspec align="left" colnum="3" colwidth="2*" diffmk:change="added"></colspec>
+
+ <thead diffmk:change="added">
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Feature</diffmk:wrapper></entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Benefit</diffmk:wrapper></entry>
+ <entry diffmk:change="added"><diffmk:wrapper diffmk:change="added">Chapter</diffmk:wrapper></entry>
+ </row>
+ </thead>
+
+ <tbody diffmk:change="added">
+
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">JBoss Tools Project Examples Wizard</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Some kinds of projects with predefined structure are available for usage.</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added">
+ <link diffmk:change="added" linkend="ESB_project_wizard"><diffmk:wrapper diffmk:change="added">Creating ESB Project using JBoss Tools Project Examples Wizard</diffmk:wrapper></link>
+ </entry>
+ </row>
+
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">JBoss Enterprise SOA Platform</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The SOA Platform integrates specific versions of JBoss ESB, jBPM, Drools and the JBoss Enterprise Application Platform that are certified to work together in a single supported enterprise distribution.</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added">
+ <link diffmk:change="added" linkend="using_SOA"><diffmk:wrapper diffmk:change="added">using and configuring SOA Platform</diffmk:wrapper></link>
+ </entry>
+ </row>
+
+ <row diffmk:change="added">
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">ESB Editor</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added"><para diffmk:change="added"><diffmk:wrapper diffmk:change="added">JBoss ESB tooling has powerful editor features including syntax validation, support for XML Schema and other.</diffmk:wrapper></para></entry>
+ <entry diffmk:change="added">
+ <link diffmk:change="added" linkend="esb_editor"><diffmk:wrapper diffmk:change="added">ESB editor</diffmk:wrapper></link>
+ </entry>
+ </row>
+
+ </tbody>
+
+ </tgroup>
+ </table>
+
+
+</section>
+
+
<section>
<title>Other relevant resources on the topic</title>
@@ -133,7 +200,7 @@
<para>ESB Tools come as one module of JBoss Tools project. Since ESB Tools have a
dependence on other JBoss Tools modules we recommend you to install a bundle
- of all <ulink url="http://labs.jboss.com/tools/download/index.html">JBoss
+ of all <ulink url="http://labs.jboss.com/tools/download.html">JBoss
Tools plug-ins</ulink>. You can find all necessary installation instructions on JBoss Wiki in the <ulink url="http://labs.jboss.com/wiki/InstallingJBossTools">InstallingJBossTools</ulink> section.</para>
</section>
@@ -176,10 +243,10 @@
<para> Clicking <emphasis>
<property moreinfo="none">Next</property>
- </emphasis><diffmk:wrapper diffmk:change="changed"> brings you to the ESB facet installation page where you can
+ </emphasis> brings you to the ESB facet installation page where you can
specify Java Source Directory and ESB Content Directory. ESB Content Directory is a folder that contains the most of
artifacts that an ESB archive needs. You also can configure ESB libraries to the project by selecting a ESB runtime using one of the options:
- </diffmk:wrapper></para>
+ </para>
<para>1. Use <emphasis>
<property moreinfo="none">Server Supplied ESB Runtime</property>
</emphasis>
@@ -239,30 +306,30 @@
<para> Clicking <emphasis>
<property moreinfo="none">Next</property>
- </emphasis><diffmk:wrapper diffmk:change="changed"> brings you to the wizard page where you can select a ESB project example from the example list.
- Every ESB example has two projects, one is a ESB project and another is a Java project used to test the ESB project.</diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Here is a list of ready examples available:</diffmk:wrapper></para>
+ </emphasis> brings you to the wizard page where you can select a ESB project example from the example list.
+ Every ESB example has two projects, one is a ESB project and another is a Java project used to test the ESB project.</para>
+ <para>Here is a list of ready examples available:</para>
- <itemizedlist diffmk:change="added">
+ <itemizedlist>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">JBoss ESB HelloWorld Example</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> - demonstrates the minimal files necessary to make a basic ESB component execute as well as to prove that the ESB os properly configured.</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">JBoss ESB HelloWorld Action Example</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> - demonstrates the use of multiple action invocations from a single configuration. You can use a single Action class and make multiple method calls or use multiple Action classes. </diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">JBoss ESB HelloWorld File Action Example</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> - demonstrates using the File gateway feature of the JBoss ESB. Files that are found in a particular directory with a particular extension are sent to a JMS queue with actions for processing.</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">JBoss ESB Web Service consumer1 Example</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> - demonstrates how to consume a 181 Web Service in an ESB action.</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">JBoss ESB Web Service producer Example</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> - demonstrates how to deploy a JSR181 Webservice endpoint on JBossESB using the SOAPProcessor action.</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">JBoss ESB Smooks CSV -> XML Example</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> - demonstrates how to transform a comma separated value (CSV) file to an XML.</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">JBoss ESB Smooks XML -> POJO Example</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> - demonstrates the use of Smooks performing a simple transformation by converting an XML file into Java POJOs.</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">JBoss ESB Smooks XML -> XML date-manipulation Example</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> - demonstrates how to manually define and apply a Message Transformation within JBoss ESB.</diffmk:wrapper></para></listitem>
- <listitem diffmk:change="added"><para diffmk:change="added"><emphasis diffmk:change="added" role="bold"><diffmk:wrapper diffmk:change="added">JBoss ESB Smooks XML -> XML Example</diffmk:wrapper></emphasis><diffmk:wrapper diffmk:change="added"> - a very basic example of how to manually define and apply a Message Transformation within JBoss ESB. It applies a very simple XSLT to a SampleOrder.xml message and prints the before and after XML to the console. </diffmk:wrapper></para></listitem>
+ <listitem><para><emphasis role="bold">JBoss ESB HelloWorld Example</emphasis> - demonstrates the minimal files necessary to make a basic ESB component execute as well as to prove that the ESB os properly configured.</para></listitem>
+ <listitem><para><emphasis role="bold">JBoss ESB HelloWorld Action Example</emphasis> - demonstrates the use of multiple action invocations from a single configuration. You can use a single Action class and make multiple method calls or use multiple Action classes. </para></listitem>
+ <listitem><para><emphasis role="bold">JBoss ESB HelloWorld File Action Example</emphasis> - demonstrates using the File gateway feature of the JBoss ESB. Files that are found in a particular directory with a particular extension are sent to a JMS queue with actions for processing.</para></listitem>
+ <listitem><para><emphasis role="bold">JBoss ESB Web Service consumer1 Example</emphasis> - demonstrates how to consume a 181 Web Service in an ESB action.</para></listitem>
+ <listitem><para><emphasis role="bold">JBoss ESB Web Service producer Example</emphasis> - demonstrates how to deploy a JSR181 Webservice endpoint on JBossESB using the SOAPProcessor action.</para></listitem>
+ <listitem><para><emphasis role="bold">JBoss ESB Smooks CSV -> XML Example</emphasis> - demonstrates how to transform a comma separated value (CSV) file to an XML.</para></listitem>
+ <listitem><para><emphasis role="bold">JBoss ESB Smooks XML -> POJO Example</emphasis> - demonstrates the use of Smooks performing a simple transformation by converting an XML file into Java POJOs.</para></listitem>
+ <listitem><para><emphasis role="bold">JBoss ESB Smooks XML -> XML date-manipulation Example</emphasis> - demonstrates how to manually define and apply a Message Transformation within JBoss ESB.</para></listitem>
+ <listitem><para><emphasis role="bold">JBoss ESB Smooks XML -> XML Example</emphasis> - a very basic example of how to manually define and apply a Message Transformation within JBoss ESB. It applies a very simple XSLT to a SampleOrder.xml message and prints the before and after XML to the console. </para></listitem>
</itemizedlist>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">We will take as our example </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">JBoss ESB HelloWorld Example</diffmk:wrapper></property> </emphasis><diffmk:wrapper diffmk:change="added"> ESB and Client project:</diffmk:wrapper></para>
+ <para>We will take as our example <emphasis><property moreinfo="none">JBoss ESB HelloWorld Example</property> </emphasis> ESB and Client project:</para>
- <figure diffmk:change="added" float="0">
+ <figure float="0">
<title>JBoss Tools ESB Project Examples</title>
<mediaobject>
<imageobject>
@@ -272,8 +339,8 @@
</figure>
- <para><diffmk:wrapper diffmk:change="changed">Choose them using the Ctrl button and then click
- </diffmk:wrapper><emphasis><property moreinfo="none">Finish</property></emphasis><diffmk:wrapper diffmk:change="changed">. As a result you will get two projects created:</diffmk:wrapper></para>
+ <para>Choose them using the Ctrl button and then click
+ <emphasis><property moreinfo="none">Finish</property></emphasis>. As a result you will get two projects created:</para>
<figure float="0">
<title>JBoss ESB Project Examples: helloworld and helloworld_testclient</title>
<mediaobject>
@@ -288,7 +355,7 @@
<section>
<title>Deploying a ESB Project</title>
- <para><diffmk:wrapper diffmk:change="changed">In this chapter you will see how to deploy a ESB project using the WTP deployment framework.</diffmk:wrapper></para>
+ <para>In this chapter you will see how to deploy a ESB project using the WTP deployment framework.</para>
<para>Before deploying the project, open the JBoss Server View by selecting <emphasis><property moreinfo="none">Window > Show View > Other >
Server > JBoss Server View</property></emphasis>,
@@ -317,52 +384,52 @@
</mediaobject>
</figure>
- <para>Thus, you have just added the ESB project to the JBoss server module list. Right click the JBoss Server and select <emphasis><property moreinfo="none">Publish</property></emphasis><diffmk:wrapper diffmk:change="added"> to publish the project on the server.
- You can check the deploying result in the Console view.</diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Run</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> and </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Debug</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> options work on ESB projects causing a (re)deploy for a user designated server.</diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You can also use the "Finger touch" for a quick restart of the project without restarting the server:</diffmk:wrapper></para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Finger Touch button</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/esb_project/23_finger_touch.png"></imagedata>
+ <para>Thus, you have just added the ESB project to the JBoss server module list. Right click the JBoss Server and select <emphasis><property moreinfo="none">Publish</property></emphasis> to publish the project on the server.
+ You can check the deploying result in the Console view.</para>
+ <para>The <emphasis><property moreinfo="none">Run</property></emphasis> and <emphasis><property moreinfo="none">Debug</property></emphasis> options work on ESB projects causing a (re)deploy for a user designated server.</para>
+ <para>You can also use the "Finger touch" for a quick restart of the project without restarting the server:</para>
+ <figure float="0">
+ <title>Finger Touch button</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/23_finger_touch.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">The "Finger" touches descriptors dependent on project (i.e. web.xml for WAR, application.xml for EAR) and now it is also available for jboss-esb.xml in ESB projects.</diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">You can also deploy your ESB project as an .esb archive. Right-click on the project, choose </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Export</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added">:</diffmk:wrapper></para>
+ <para>The "Finger" touches descriptors dependent on project (i.e. web.xml for WAR, application.xml for EAR) and now it is also available for jboss-esb.xml in ESB projects.</para>
+ <para>You can also deploy your ESB project as an .esb archive. Right-click on the project, choose <emphasis><property moreinfo="none">Export</property></emphasis>:</para>
- <figure diffmk:change="added" float="0">
- <title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Export of ESB project</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/esb_project/24_export_button.png"></imagedata>
+ <figure float="0">
+ <title>Export of ESB project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/24_export_button.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Choose </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">ESB</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> > </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">ESB File</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added"> and click </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Next</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added">:</diffmk:wrapper></para>
+ <para>Choose <emphasis><property moreinfo="none">ESB</property></emphasis> > <emphasis><property moreinfo="none">ESB File</property></emphasis> and click <emphasis><property moreinfo="none">Next</property></emphasis>:</para>
- <figure diffmk:change="added" float="0"><title diffmk:change="added"><diffmk:wrapper diffmk:change="added">Choosing ESB File</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/esb_project/25_esb_file.png"></imagedata>
+ <figure float="0"><title>Choosing ESB File</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/25_esb_file.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">And finally export the ESB project to the file system: choose the destination, choose the target runtime if need a specific one and make the appropriate settings for the archive. Then click </diffmk:wrapper><emphasis diffmk:change="added"><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Finish</diffmk:wrapper></property></emphasis><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></para>
+ <para>And finally export the ESB project to the file system: choose the destination, choose the target runtime if need a specific one and make the appropriate settings for the archive. Then click <emphasis><property moreinfo="none">Finish</property></emphasis>.</para>
- <figure diffmk:change="added" float="0"><title diffmk:change="added"><diffmk:wrapper diffmk:change="added">ESB Export</diffmk:wrapper></title>
- <mediaobject diffmk:change="added">
- <imageobject diffmk:change="added">
- <imagedata diffmk:change="added" fileref="images/esb_project/26_esb_export.png"></imagedata>
+ <figure float="0"><title>ESB Export</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/esb_project/26_esb_export.png"></imagedata>
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Your project is deployed as an .esb archive.</diffmk:wrapper></para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">An ESB archive can be created for ESB projects only. It is also possible to deploy an .esb archive to a JBoss AS based server with JBoss ESB installed.</diffmk:wrapper></para>
+ <para>Your project is deployed as an .esb archive.</para>
+ <para>An ESB archive can be created for ESB projects only. It is also possible to deploy an .esb archive to a JBoss AS based server with JBoss ESB installed.</para>
</section>
@@ -504,7 +571,7 @@
<para>You can find out what is SOA here: <ulink url="http://www.jboss.org/jbossesb/resources/SOABasics.html">Basics of SOA</ulink> and <ulink url="http://www.jboss.org/jbossesb/resources/SOAEOA.html">SOA and EOA</ulink>.</para>
<para>To configure the JBoss Enterprise SOA platform select <emphasis>
- <property moreinfo="none"><diffmk:wrapper diffmk:change="changed">Window > Preferences > Server > Runtime Environments</diffmk:wrapper></property></emphasis>, that will open the Server Runtime Environments Preferences page where you can add, remove and edit a Server Runtime Environment.</para>
+ <property moreinfo="none">Window > Preferences > Server > Runtime Environments</property></emphasis>, that will open the Server Runtime Environments Preferences page where you can add, remove and edit a Server Runtime Environment.</para>
<figure float="0">
<title>Configure new Server Runtime Environment</title>
@@ -525,7 +592,7 @@
</mediaobject>
</figure>
- <para><diffmk:wrapper diffmk:change="changed">On the next step you can specify a name of the server runtime environment and browse to its location. Click </diffmk:wrapper><emphasis><property moreinfo="none">Finish</property></emphasis> to add the server runtime environment.</para>
+ <para>On the next step you can specify a name of the server runtime environment and browse to its location. Click <emphasis><property moreinfo="none">Finish</property></emphasis> to add the server runtime environment.</para>
<figure float="0">
@@ -676,8 +743,8 @@
</imageobject>
</mediaobject>
</figure>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">Then you can add Channels and Properties for the Providers the same way or using the forms with </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Add</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added">, </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Edit</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> and
- </diffmk:wrapper><property diffmk:change="added" moreinfo="none"><diffmk:wrapper diffmk:change="added">Remove</diffmk:wrapper></property><diffmk:wrapper diffmk:change="added"> buttons to the right.</diffmk:wrapper></para>
+ <para>Then you can add Channels and Properties for the Providers the same way or using the forms with <property moreinfo="none">Add</property>, <property moreinfo="none">Edit</property> and
+ <property moreinfo="none">Remove</property> buttons to the right.</para>
<para>You can easily add a new Service too:</para>
<figure float="0">
@@ -881,10 +948,10 @@
</mediaobject>
</figure>
- <para><diffmk:wrapper diffmk:change="changed">In summary, this reference supplies you with all necessary information on the
- functionality that JBoss ESB Editor provides for work with JBoss ESB.</diffmk:wrapper></para>
+ <para>In summary, this reference supplies you with all necessary information on the
+ functionality that JBoss ESB Editor provides for work with JBoss ESB.</para>
- <para diffmk:change="added"><diffmk:wrapper diffmk:change="added">We hope, this guide helped you to get started with the JBoss ESB Tools. Besides, for additional information you are welcome on </diffmk:wrapper><ulink diffmk:change="added" url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201"><diffmk:wrapper diffmk:change="added">JBoss forum</diffmk:wrapper></ulink><diffmk:wrapper diffmk:change="added">.</diffmk:wrapper></para>
+ <para>We hope, this guide helped you to get started with the JBoss ESB Tools. Besides, for additional information you are welcome on <ulink url="http://www.jboss.com/index.html?module=bb'op=viewforum'f=201">JBoss forum</ulink>.</para>
</section>
</section>
15 years, 6 months