Author: smukhina
Date: 2008-09-26 11:20:23 -0400 (Fri, 26 Sep 2008)
New Revision: 10513
Modified:
documentation/trunk/movies/index/en/master.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-426
movies are grouped
Modified: documentation/trunk/movies/index/en/master.xml
===================================================================
--- documentation/trunk/movies/index/en/master.xml 2008-09-26 14:55:32 UTC (rev 10512)
+++ documentation/trunk/movies/index/en/master.xml 2008-09-26 15:20:23 UTC (rev 10513)
@@ -15,70 +15,81 @@
<title/>
<!--title>The following viewlets illustrate various aspects of
JBoss Tools and JBDS.</title-->
<itemizedlist>
+ <title>Hibernate Demos</title>
<listitem>
<para>
<ulink
url="demos/create_console_config/create_console_config.htm">Creating Console
Configuration</ulink>
</para>
<para>This movie shows how to create a console configuration
for JPA; but it is the same steps needed for projects using hbm.xml or Hibernate
Annotations stand alone</para>
</listitem>
-
<listitem>
<para>
- <ulink
url="demos/cust_tag_lib_to_palette/cust_tag_lib_to_palette.htm">Importing
Custom Tag Library to Palette</ulink>
+ <ulink
url="demos/HQL_JPA-QL_queries/HQL_JPA-QL_queries.htm">Edit and run HQL/JPA-QL
queries</ulink>
</para>
- <para>It explains how you can easy and fast add a CustomTag
Library to the Palette </para>
+ <para>It demonstrates how to use the HQL editor with code
completion and dynamic sql preview and how to inspect the results</para>
</listitem>
<listitem>
<para>
- <ulink
url="demos/seam2_plus_ejb3/seam2_plus_ejb3.htm">Creating Seam2 + EJB3 EAR
Project</ulink>
+ <ulink
url="demos/edit_and_run_criteria/edit_and_run_criteria.htm">Criteria Editor
in Action</ulink>
</para>
- <para>The online demo shows all the basics you'll need to
create such application</para>
+ <para>The demo explains how it be used for executing (almost)
arbitrary java for quick manipulation/creation of persistent objects.</para>
</listitem>
<listitem>
<para>
- <ulink
url="demos/archiving/archiving.htm">Archiving</ulink>
+ <ulink
url="demos/java_hql_editing_and_validation/java_hql_editing_and_validation.htm">Java
HQL Editing and Validation</ulink>
</para>
- <para>This screencast tells you how to create
archives</para>
+ <para>The demo movie shows how the HQL/JPA-QL code completion
is also available inside the java editor; together with syntax checking of the query
strings inside @NamedQuery and createQuery strings.</para>
</listitem>
+ </itemizedlist>
+
+ <itemizedlist>
+ <title>VPE Demos</title>
<listitem>
<para>
- <ulink
url="demos/ootb_new_seam_project/new_seam_project.htm">New Seam
Project</ulink>
+ <ulink
url="demos/cust_tag_lib_to_palette/cust_tag_lib_to_palette.htm">Importing
Custom Tag Library to Palette</ulink>
</para>
- <para>This movie shows you step-by-step how to crete a new seam
project</para>
+ <para>It explains how you can easy and fast add a CustomTag
Library to the Palette </para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="demos/rich_faces_demo/rich_faces_demo.htm">RichFaces Toolkit for
developing Web application</ulink>
+ </para>
+ <para>This demo covers a creation of a jsf application with
simple content using the RichFaces components</para>
+ </listitem>
+
+
+ </itemizedlist>
+
+ <itemizedlist>
+ <title>Seam Demos</title>
<listitem>
<para>
- <ulink
url="demos/HQL_JPA-QL_queries/HQL_JPA-QL_queries.htm">Edit and run HQL/JPA-QL
queries</ulink>
+ <ulink
url="demos/seam2_plus_ejb3/seam2_plus_ejb3.htm">Creating Seam2 + EJB3 EAR
Project</ulink>
</para>
- <para>It demonstrates how to use the HQL editor with code
completion and dynamic sql preview and how to inspect the results</para>
+ <para>The online demo shows all the basics you'll need to
create such application</para>
</listitem>
- <listitem>
+ <listitem>
+ <para>
+ <ulink
url="demos/ootb_new_seam_project/new_seam_project.htm">New Seam
Project</ulink>
+ </para>
+ <para>This movie shows you step-by-step how to crete a new
seam project</para>
+ </listitem>
+
+ </itemizedlist>
+ <itemizedlist>
+ <title>Server Manager Demos</title>
+ <listitem>
<para>
- <ulink
url="demos/rich_faces_demo/rich_faces_demo.htm">RichFaces Toolkit for
developing Web application</ulink>
+ <ulink
url="demos/archiving/archiving.htm">Archiving</ulink>
</para>
- <para>This demo covers a creation of a jsf application with
simple content using the RichFaces components</para>
+ <para>This screencast tells you how to create
archives</para>
</listitem>
-
- <listitem>
- <para>
- <ulink
url="demos/edit_and_run_criteria/edit_and_run_criteria.htm">Criteria Editor
in Action</ulink>
- </para>
- <para>The demo explains how it be used for executing (almost)
arbitrary java for quick manipulation/creation of persistent objects.</para>
- </listitem>
-
- <listitem>
- <para>
- <ulink
url="demos/java_hql_editing_and_validation/java_hql_editing_and_validation.htm">Java
HQL Editing and Validation</ulink>
- </para>
- <para>The demo movie shows how the HQL/JPA-QL code completion
is also available inside the java editor; together with syntax checking of the query
strings inside @NamedQuery and createQuery strings.</para>
- </listitem>
-
-
+
</itemizedlist>
</index>
</book>