Author: afedosik
Date: 2007-12-20 06:53:19 -0500 (Thu, 20 Dec 2007)
New Revision: 5395
Added:
trunk/seam/docs/reference/en/images/seam_editors/seam_editors4.png
trunk/seam/docs/reference/en/images/seam_editors/seam_editors5.png
Modified:
trunk/seam/docs/reference/en/modules/seam_editors.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-231 Seam 2.0 components.xml editor description
added
Added: trunk/seam/docs/reference/en/images/seam_editors/seam_editors4.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_editors/seam_editors4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_editors/seam_editors5.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_editors/seam_editors5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/seam/docs/reference/en/modules/seam_editors.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_editors.xml 2007-12-20 01:17:13 UTC (rev
5394)
+++ trunk/seam/docs/reference/en/modules/seam_editors.xml 2007-12-20 11:53:19 UTC (rev
5395)
@@ -11,7 +11,7 @@
<title>Seam Editors Features</title>
- <section>
+ <section id="ContentAssist">
<title>Content Assist</title>
@@ -36,7 +36,7 @@
</section>
- <section>
+ <section id="OpenOn">
<title>OpenOn</title>
<para><property>OpenOn</property> let's you easily navigate
through your project without using the Package Explorer or Project Explorer.
@@ -53,7 +53,7 @@
</section>
- <section>
+ <section id="SeamValidation">
<title>Seam Validation</title>
<para>Validation of various possible problematic definitions is implemented
for Seam applications.</para>
@@ -87,4 +87,32 @@
on your project which will execute all the active WTP
validations.</para>
</section>
+ <section id="ComponentsEditor">
+ <title>Structured components.xml Editor</title>
+
+ <para>When editing <property>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).</para>
+
+ <figure>
+ <title>component.xml Editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/seam_editors/seam_editors4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Notice that <property>components.xml</property> and other
xml files can be viewed and edited directly in the Project Explorer and Properties sheet
without opening the components.xml editor.</para>
+
+ <figure>
+ <title>component.xml Editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/seam_editors/seam_editors5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ </section>
+
</chapter>