Author: ochikvina
Date: 2009-12-02 09:09:57 -0500 (Wed, 02 Dec 2009)
New Revision: 18992
Modified:
documentation/trunk/movies/index/en/master.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-957 - updating the movies index page according to
the new demos about Seam refactoring added;
Modified: documentation/trunk/movies/index/en/master.xml
===================================================================
--- documentation/trunk/movies/index/en/master.xml 2009-12-02 13:51:03 UTC (rev 18991)
+++ documentation/trunk/movies/index/en/master.xml 2009-12-02 14:09:57 UTC (rev 18992)
@@ -14,15 +14,15 @@
<index>
<title/>
<!--title>The following viewlets illustrate various aspects of
JBoss Tools and JBDS.</title-->
- <itemizedlist>
+ <!--itemizedlist>
<title>JBDS Demos</title>
<listitem>
<para>
<ulink url="demos/welcome_to_JBDS_demo/welcome_jbds.htm">Welcome to
JBDS</ulink>
</para>
- <para>This demo introduces JBoss Developer Studio and gives an overview of some
its features that help you to get started</para>
+ <para>This demo introduces JBoss Developer Studio and gives an overview of some
its features that help you get started</para>
</listitem>
- </itemizedlist>
+ </itemizedlist-->
<itemizedlist>
<title>Hibernate Demos</title>
@@ -121,20 +121,57 @@
<para>In this part of the video cast about Seam it will be
shown how to create a web page that displays database entries and adds a new entry to the
database reusing generated code. You will practically learn how to use JSF, RichFaces and
Facelets.</para>
</listitem>
- <listitem>
+ <listitem>
<para>
<ulink
url="demos/connecting_to_db_and_reverse_engineering_db_table/seamDemo.sql">The
database used in these movies</ulink>
</para>
- </listitem>
-
-
+ </listitem>
</itemizedlist>
</listitem>
+<listitem>
+ <para>The next set of movies demonstrates the Seam refactoring tools in
action:</para>
+
+ <itemizedlist>
+ <listitem>
+ <para><ulink
url="demos/rename_seam_components_java/rename_seam_components_java.htm">Reanaming
a Seam component in the Java Editor</ulink></para>
+ <para>The video shows how you can rename a Seam component and how it effects
<literal>.java</literal>, <literal>pages.xml</literal>
+ and <literal>.xhtml</literal> files in the project. It also includes an
example of what happens for read only files.</para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <ulink
url="demos/rename_seam_components_comp_view/rename_seam_components_comp_view.htm">Reanaming
a Seam component in the Seam Components view</ulink>
+ </para>
+ <para>The movie shows how you can rename a Seam component in the Seam Components
view and how it takes effect in <literal>.java</literal> and
+ <literal>components.xml</literal> files.</para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <ulink
url="demos/rename_seam_components_comp_xml/rename_seam_components_comp_xml.htm">Reanaming
a Seam component in the components.xml file</ulink>
+ </para>
+ <para>The movie shows how to rename a Seam component in the
<literal>components.xml</literal> file where the component has declaration
from the JAR file.</para>
+ </listitem>
+
+ <listitem>
+ <para><ulink
url="demos/rename_context_variables_java/rename_context_variables_java.htm">Reanaming
a Seam context variable in EL in the Java editor</ulink></para>
+ </listitem>
+
+ <listitem>
+ <para><ulink
url="demos/rename_context_variables_properties/rename_context_variables_properties.htm">Reanaming
a Seam context variable in EL in .properties file editor</ulink></para>
+ </listitem>
+
+ <listitem>
+ <para><ulink
url="demos/rename_context_variables_xml/rename_context_variables_xml.htm">Reanaming
a Seam context variable in EL in the XML editor</ulink></para>
+ </listitem>
+
+ <listitem>
+ <para><ulink
url="rename_context_variables_vpe/rename_context_variables_vpe.htm">Reanaming
a Seam context variable in EL in the Visual Page Editor</ulink></para>
+ <para>These movies demonstrate how you can rename a Seam context variable in EL
in different editors.</para>
+ </listitem>
+ </itemizedlist>
+</listitem>
-
-
-
-
</itemizedlist>
<itemizedlist>
<title>Project Archives Demos</title>