JBoss Tools SVN: r7894 - branches/ganymede/trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/forms.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-04-29 15:49:13 -0400 (Tue, 29 Apr 2008)
New Revision: 7894
Modified:
branches/ganymede/trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/forms/Memento.java
branches/ganymede/trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/forms/MementoDOM.java
Log:
JBIDE-2152 Removing the @Override annotation because of the compatibility with Java 5
Modified: branches/ganymede/trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/forms/Memento.java
===================================================================
--- branches/ganymede/trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/forms/Memento.java 2008-04-29 15:12:21 UTC (rev 7893)
+++ branches/ganymede/trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/forms/Memento.java 2008-04-29 19:49:13 UTC (rev 7894)
@@ -224,22 +224,18 @@
public void store(IResource resource) {
}
- @Override
public String[] getAttributeKeys() {
return (String[]) map.keySet().toArray(new String[0]);
}
- @Override
public Boolean getBoolean(String key) {
return (Boolean)map.get(key);
}
- @Override
public void putBoolean(String key, boolean value) {
map.put(key, value);
}
- @Override
public String getType() {
return type;
}
Modified: branches/ganymede/trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/forms/MementoDOM.java
===================================================================
--- branches/ganymede/trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/forms/MementoDOM.java 2008-04-29 15:12:21 UTC (rev 7893)
+++ branches/ganymede/trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/forms/MementoDOM.java 2008-04-29 19:49:13 UTC (rev 7894)
@@ -177,7 +177,6 @@
return element;
}
- @Override
public String[] getAttributeKeys() {
NamedNodeMap map = element.getAttributes();
int size = map.getLength();
@@ -190,7 +189,6 @@
}
- @Override
public Boolean getBoolean(String key) {
String attr = getString(key);
if (attr == null) {
@@ -199,12 +197,10 @@
return Boolean.valueOf(attr);
}
- @Override
public void putBoolean(String key, boolean value) {
putString(key, value ? "true" : "false"); //$NON-NLS-1$ //$NON-NLS-2$
}
- @Override
public String getType() {
return getString(TYPE);
}
16 years, 8 months
JBoss Tools SVN: r7893 - trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/actions.
by jbosstools-commits@lists.jboss.org
Author: vrubezhny
Date: 2008-04-29 11:12:21 -0400 (Tue, 29 Apr 2008)
New Revision: 7893
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/actions/FindSeamAction.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-2121 Different behavior(result) of actions Find Seam Declarations and Find Seam References when call them using hot keys or selection from Navigate menu.
Find Seam Declarations/References actions enablement is modified.
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/actions/FindSeamAction.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/actions/FindSeamAction.java 2008-04-29 14:06:54 UTC (rev 7892)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/actions/FindSeamAction.java 2008-04-29 15:12:21 UTC (rev 7893)
@@ -452,33 +452,8 @@
}
}
- /*
- * Updates availability on the action delegate
- *
- * @param part
- * @param selection
- */
- private void update(IWorkbenchPart part, ISelection selection) {
- boolean enabled = false;
- try {
- if (!(part instanceof IEditorPart))
- return;
-
- ISourceViewer viewer = getEditorViewer((IEditorPart)part);
- if (viewer == null)
- return;
-
- enabled = (getTextSelection(selection) != null);
- } finally {
- setEnabled(enabled);
- if (fDelegatorAction != null) {
- fDelegatorAction.setEnabled(enabled);
- }
- }
- }
-
// ISelectionListener
public void selectionChanged(IWorkbenchPart part, ISelection selection) {
- update(selection);
+ update(getTextSelection(getEditorViewer(part)));
}
}
16 years, 8 months
JBoss Tools SVN: r7892 - trunk/jsf/docs/userguide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-04-29 10:06:54 -0400 (Tue, 29 Apr 2008)
New Revision: 7892
Modified:
trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-153 - moving key features of jsf and struts tools to jsf and struts ref guides
Modified: trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml 2008-04-29 13:42:10 UTC (rev 7891)
+++ trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml 2008-04-29 14:06:54 UTC (rev 7892)
@@ -6,42 +6,56 @@
<keyword>JBoss Developer Studio</keyword>
<keyword>JBDS</keyword>
<keyword>Java</keyword>
- <keyword>Web Tools</keyword>
+ <keyword>Web Tools</keyword>
</keywordset>
</chapterinfo>
<title>Visual Web Tools</title>
-
- <para>This guide covers the usage of Visual Web Tools in <property>JBoss Developer Studio</property> and <property>JBoss Tools</property>. The difference
- between these products is that JBoss Tools are just a set of Eclipse plugins and JBoss Developer Studio adds</para>
+
+ <para>This guide covers the usage of Visual Web Tools in <property>JBoss Developer
+ Studio</property> and <property>JBoss Tools</property>. The difference between these products is
+ that JBoss Tools are just a set of Eclipse plugins and JBoss Developer Studio adds</para>
<itemizedlist>
- <listitem><para>an installer</para></listitem>
- <listitem><para>Eclipse and Web Tools preconfigured</para></listitem>
- <listitem><para>JBoss EAP with JBoss AS and Seam preconfigured</para></listitem>
- <listitem><para>3rd party plugins bundled and configured</para></listitem>
- <listitem><para>access to RHEL and Red Hat Network</para></listitem>
- <listitem><para>access to the JBoss/Red Hat supported software</para></listitem>
+ <listitem>
+ <para>an installer</para>
+ </listitem>
+ <listitem>
+ <para>Eclipse and Web Tools preconfigured</para>
+ </listitem>
+ <listitem>
+ <para>JBoss EAP with JBoss AS and Seam preconfigured</para>
+ </listitem>
+ <listitem>
+ <para>3rd party plugins bundled and configured</para>
+ </listitem>
+ <listitem>
+ <para>access to RHEL and Red Hat Network</para>
+ </listitem>
+ <listitem>
+ <para>access to the JBoss/Red Hat supported software</para>
+ </listitem>
</itemizedlist>
-
- <para>For additional information, please visit the JBoss Developer Studio home page at:
-<ulink url="http://www.jboss.com/products/devstudio">http://www.jboss.com/products/devstudio</ulink>.</para>
-
- <para>In JBoss Tools there is an extensive collection of specialized wizards, editors and views that can be used in various scenarios while developing Web
- applications. The following chapters walk through these features.</para>
-
+
+ <para>For additional information, please visit the JBoss Developer Studio home page at: <ulink
+ url="http://www.jboss.com/products/devstudio">http://www.jboss.com/products/devstudio</ulink>.</para>
+
+ <para>In JBoss Tools there is an extensive collection of specialized wizards, editors and views
+ that can be used in various scenarios while developing Web applications. The following chapters
+ walk through these features.</para>
+
<section id="key_features">
<title>Key Features of Visual Web Tools</title>
<para>Here is the table of main features of Visual Web Tools:</para>
-
+
<table>
-
+
<title>Key Functionality for Visual Web Tools</title>
<tgroup cols="3">
-
+
<colspec colnum="1" colwidth="2*"/>
<colspec colnum="2" colwidth="4*"/>
<colspec colnum="3" colwidth="2*"/>
-
+
<thead>
<row>
<entry>Feature</entry>
@@ -52,81 +66,84 @@
<tbody>
<row>
<entry>Visual Page Editor</entry>
- <entry>Powerful and customizable visual page editor. Possibility to develop an application using any web technology: jsf, seam, struts, jsp, html and others. Developing using four tabs: visual/source, visual, source and preview. Fast and easy switching between these tabs. Split screen design of visual and source views. Full and instant synchronization between source and visual views. Integration with properties and outline views. Graphical toolbar to add inline styling to any tag.</entry>
- <entry><link linkend="visual_page">visual page editor</link></entry>
+ <entry>Powerful and customizable visual page editor. Possibility to develop an application
+ using any web technology: jsf, seam, struts, jsp, html and others. Developing using four
+ tabs: visual/source, visual, source and preview. Fast and easy switching between these tabs.
+ Split screen design of visual and source views. Full and instant synchronization between
+ source and visual views. Integration with properties and outline views. Graphical toolbar to
+ add inline styling to any tag.</entry>
+ <entry>
+ <link linkend="visual_page">visual page editor</link>
+ </entry>
</row>
+
<row>
<entry>JBoss Tools Palette</entry>
- <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 controling the number of tag groups shown on the palette.</entry>
- <entry><link linkend="palette">jboss tools palette</link></entry>
+ <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 controling the number
+ of tag groups shown on the palette.</entry>
+ <entry>
+ <link linkend="palette">jboss tools palette</link>
+ </entry>
</row>
+
<row>
<entry>Web Projects View</entry>
- <entry>Visualizing and displaying projects by function. Easy selecting of different kinds of items and dropping them into jsp pages. Using context menus to develop the application. Using icon shortcuts to create and import JSF and Struts projects. Expanding and inspecting tag library files. Selecting custom and third-party tag libraries to drag and drop onto the JBoss Tools Palette.</entry>
- <entry><link linkend="web_projects">web projects view</link></entry>
+ <entry>Visualizing and displaying projects by function. Easy selecting of different kinds of
+ items and dropping them into jsp pages. Using context menus to develop the application. Using
+ icon shortcuts to create and import JSF and Struts projects. Expanding and inspecting tag
+ library files. Selecting custom and third-party tag libraries to drag and drop onto the JBoss
+ Tools Palette.</entry>
+ <entry>
+ <link linkend="web_projects">web projects view</link>
+ </entry>
</row>
+
<row>
- <entry>JSF and Facelets support</entry>
- <entry>Step-by-step wizards for creating new JSF and Facelets projects with a number of predefined templates, importing existing ones and adding JSF capabilities to non-jsf web projects.</entry>
- <entry><ulink url="../../jsf_tools_ref_guide/html_single/index.html#jsf_support">jsf support</ulink></entry>
- </row>
-
- <row>
- <entry>Flexible and customizable project template management</entry>
- <entry>Jump-start development with out-of-the-box templates or easily customized templates
- for re-use.</entry>
- <entry><ulink url="../../jsf_tools_ref_guide/html_single/index.html#projects">working with projects</ulink></entry>
- </row>
- <row>
- <entry>Support for Managed Beans</entry>
- <entry>Adding new managed beans, generating code for attributes, properties and getter/setter methods.</entry>
- <entry><ulink url="../../jsf_tools_ref_guide/html_single/index.html#managed_beans">managed beans</ulink></entry>
- </row>
- <row>
<entry>OpenOn</entry>
<entry>Easy navigation between views and other parts of your projects.</entry>
- <entry><ulink url="../../jsf_tools_ref_guide/html_single/index.html#FaceletsSupport865">facelets support</ulink></entry>
- </row>
+ <entry>
+ <ulink url="../../jsf_tools_ref_guide/html_single/index.html#FaceletsSupport865">facelets
+ support</ulink>
+ </entry>
+ </row>
+
<row>
<entry>Content Assist</entry>
- <entry>Code completion proposals while working in java, xml, jsp, xhtml, xhtml, seam project and jsf configuration files. Content assist based on project data (dynamic code assist); with graphical editor. Code completion for values from property files, beans attributes and methods, navigation rule outcomes and jsf variables.</entry>
- <entry><ulink url="../../jsf_tools_ref_guide/html_single/index.html#ContentAssist976">content assist</ulink></entry>
+ <entry>Code completion proposals while working in java, xml, jsp, xhtml, xhtml, seam project
+ and jsf configuration files. Content assist based on project data (dynamic code assist); with
+ graphical editor. Code completion for values from property files, beans attributes and
+ methods, navigation rule outcomes and jsf variables.</entry>
+ <entry>
+ <ulink url="../../jsf_tools_ref_guide/html_single/index.html#ContentAssist976">content
+ assist</ulink>
+ </entry>
</row>
+
<row>
- <entry>Support for Custom Converters and Validators</entry>
- <entry>Fast creating of custom converters and validators with tree view of faces-config.xml file.</entry>
- <entry><ulink url="../../jsf_tools_ref_guide/html_single/index.html#CreateAndRegisterACustomConverter94230">converters and validators</ulink></entry>
- </row>
- <row>
- <entry>Verification and Validation</entry>
- <entry>All occuring errors will be immediately reported by verification feature, no matter in what view you are working. Constant validation and errors checking allows to catch many of the errors during development process that significantly reduces development time.</entry>
- <entry><ulink url="../../jsf_tools_ref_guide/html_single/index.html#jsf_project_verification">verification and validation</ulink></entry>
-
- </row>
- <row>
<entry>Drag-and-Drop</entry>
- <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 draging to source code.</entry>
- <entry><link linkend="visual_page">visual page editor</link> <link linkend="DragAndDrop">drag-and-drop</link></entry>
- </row>
- <row>
- <entry>Struts Support</entry>
- <entry>Step-by-step wizards for creating a new struts project with a number of predefined templates, importing existing ones and adding struts capabilities to non-struts web projects.</entry>
- <entry><ulink url="../../struts_tools_ref_guide/html_single/index.html#projects">struts support</ulink></entry>
+ <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
+ draging to source code.</entry>
+ <entry>
+ <link linkend="visual_page">visual page editor</link>
+ <link linkend="DragAndDrop">drag-and-drop</link>
+ </entry>
</row>
-
+
<row>
- <entry>Support for JSF and Struts Configuration Files</entry>
- <entry>Working on files using three modes: diagram, tree and source. Synchronization between the modes and full control over the code. Easy moving around the diagram using the Diagram Navigator. Working with struts projects that have multiple modules. Possibility to use Struts configuration file debugger allowing to set break points on struts diagram and then launch the server in debug mode.</entry>
- <entry><ulink url="../../jsf_tools_ref_guide/html_single/index.html#jsf_config_file">graphical editor for jsf</ulink> <ulink url="../../struts_tools_ref_guide/html_single/index.html#struts_config_editor">graphical editor for struts</ulink> </entry>
- </row>
- <row>
<entry>Rich Faces Support</entry>
- <entry>Tight integration between JBDS and RichFaces frameworks. Easy managing RichFaces components in any web application. Support for RichFaces and Ajax4jsf libraries in JBoss Tools Palette. Rendering RichFaces components in Visual Page Editor.</entry>
- <entry><link linkend="RichFacesSupport">rich faces support</link></entry>
+ <entry>Tight integration between JBDS and RichFaces frameworks. Easy managing RichFaces
+ components in any web application. Support for RichFaces and Ajax4jsf libraries in JBoss
+ Tools Palette. Rendering RichFaces components in Visual Page Editor.</entry>
+ <entry>
+ <link linkend="RichFacesSupport">rich faces support</link>
+ </entry>
</row>
</tbody>
</tgroup>
- </table>
+ </table>
</section>
-
+
</chapter>
16 years, 8 months
JBoss Tools SVN: r7891 - trunk/hibernatetools/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-04-29 09:42:10 -0400 (Tue, 29 Apr 2008)
New Revision: 7891
Modified:
trunk/hibernatetools/docs/reference/en/modules/plugins.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-153 - correcting spelling
Modified: trunk/hibernatetools/docs/reference/en/modules/plugins.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-04-29 13:41:49 UTC (rev 7890)
+++ trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-04-29 13:42:10 UTC (rev 7891)
@@ -12,7 +12,7 @@
<para>Hibernate Eclipse Tools include wizards for creating Hibernate mapping files,
configuration files (.cfg.xml), revenge.xml as well as wizards for adjusting Console
Configuration and Code Generation. Special structured and XML editors, editors for executing
- HQL and Criteria queries are also provided Hibernate Console. Refer to <link
+ HQL and Criteria queries are also provided in Hibernate Console. Refer to <link
linkend="hibernate_key_features">Key Features</link> section to find all benefits that you
can take advantage of while using the tools within Eclipse.</para>
@@ -76,7 +76,7 @@
</section>
- <section>
+ <section id="hib_config_file">
<title>Creating a Hibernate Configuration File</title>
<para>To be able to reverse engineer, prototype queries, and of course to simply use
16 years, 8 months
JBoss Tools SVN: r7890 - trunk/hibernatetools/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-04-29 09:41:49 -0400 (Tue, 29 Apr 2008)
New Revision: 7890
Modified:
trunk/hibernatetools/docs/reference/en/modules/preface.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-153 - correcting the structure of the Key Features table
Modified: trunk/hibernatetools/docs/reference/en/modules/preface.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/preface.xml 2008-04-29 13:13:46 UTC (rev 7889)
+++ trunk/hibernatetools/docs/reference/en/modules/preface.xml 2008-04-29 13:41:49 UTC (rev 7890)
@@ -17,20 +17,17 @@
<table>
<title>Key Functionality for Hibernate Tools</title>
-
- <tgroup cols="2">
+ <tgroup cols="3">
+
<colspec colnum="1" colwidth="1*"/>
- <colspec colnum="2" colwidth="3*"/>
-
+ <colspec colnum="2" colwidth="5*"/>
+ <colspec colnum="3" colwidth="1*"/>
+
<thead>
<row>
- <entry align="center">
- <para>Feature</para>
- </entry>
-
- <entry align="center">
- <para>Benefit</para>
- </entry>
+ <entry>Feature</entry>
+ <entry>Benefit</entry>
+ <entry>Chapter</entry>
</row>
</thead>
@@ -38,23 +35,22 @@
<row>
<entry>
- <para>Code Generation through <link linkend="ant">Ant Task</link></para>
+ <para>Code Generation through Ant Task</para>
</entry>
-
<entry>
<para>Allows to execute mapping or Java code generation from reverse
engineering, schema generation and generation of other artifacts
during the build process.</para>
- </entry>
+ </entry>
+ <entry><link linkend="ant">ant task</link></entry>
</row>
<row>
<entry>
- <para><link linkend="map_file_wizard">Wizards for creation
- purposes</link> and <link linkend="code_gen">code
- generation</link></para>
+ <para>Wizards for creation
+ purposes and code
+ generation</para>
</entry>
-
<entry>
<para> A set of wizards are provided with the Hibernate Eclipse tools to
quickly create common Hibernate files such as configuration
@@ -62,6 +58,10 @@
Generation wizard helps to generate a series of various artifacts,
there is even support for completely reverse engineer an existing
database schema.</para>
+ </entry>
+ <entry> <link linkend="map_file_wizard">hibernate mapping file</link>
+ <link linkend="hib_config_file">hibernate configuration file</link>
+ <link linkend="code_gen">code generation</link>
</entry>
</row>
@@ -69,40 +69,37 @@
<row>
<entry>
<para>
- <link linkend="map_config_editor">Mapping and Configuration files
- Editors</link>
+ Mapping and Configuration files
+ Editors
</para>
</entry>
-
<entry>
<para>Support auto-completion and syntax highlighting. Editors also
support semantic auto-completion for class names and property/field
names, making it much more versatile than a normal XML
editor.</para>
</entry>
+ <entry> <link linkend="map_config_editor">mapping and configuration files editors</link></entry>
</row>
<row>
<entry>
- <para>Tools for <link linkend="code_gen">organizing</link> and <link linkend="rev_xml_editor"
- >controlling Reverse Engineering</link></para>
+ <para>Tools for organizing and controlling Reverse Engineering</para>
</entry>
-
<entry>
<para>Code Generation wizard provides powerful functionality for
generating a series of various artifacts like domain model classes,
mapping files, annotated EJB3 entity beans, etc. and reveng.xml file
editor allows to control this processes.</para>
</entry>
+ <entry><link linkend="code_gen">code generation</link>
+ <link linkend="rev_xml_editor">reveng.xml editor</link></entry>
</row>
<row>
<entry>
- <para>
- <link linkend="hib_console">Hibernate Console</link>
- </para>
+ <para>Hibernate Console</para>
</entry>
-
<entry>
<para>It is a new perspective in Eclipse which provides an overview of
your Hibernate Console configurations, were you also can get an
@@ -110,19 +107,18 @@
The console allows you to execute HQL queries against your database
and browse the result directly in Eclipse.</para>
</entry>
+ <entry><link linkend="hib_console">hibernate console</link></entry>
</row>
<row>
<entry>
- <para>
- <link linkend="map_diagram">Functional Mapping Diagram</link>
- </para>
+ <para>Functional Mapping Diagram</para>
</entry>
-
<entry>
<para>Makes possible to visualize structure of entities and
relationships between them.</para>
- </entry>
+ </entry>
+ <entry><link linkend="map_diagram">mapping diagram</link></entry>
</row>
@@ -130,7 +126,6 @@
<entry>
<para>Eclipse JDT integration</para>
</entry>
-
<entry>
<para>Hibernate Tools integrates into the Java code completion and build
support of Java in Eclipse. This gives you code completion of HQL
16 years, 8 months
JBoss Tools SVN: r7889 - trunk/documentation/guides/GettingStartedGuide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: tromanovich
Date: 2008-04-29 09:13:46 -0400 (Tue, 29 Apr 2008)
New Revision: 7889
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-307 - Sketch of ref guide
Adding reference link on the ESB Reference Guide to the Getting Started Guide
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml 2008-04-29 13:05:29 UTC (rev 7888)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml 2008-04-29 13:13:46 UTC (rev 7889)
@@ -107,6 +107,14 @@
configuration file as well as a file for controlling reverse engineering by using specific
wizards that Hibernate tooling provides. Also you will know about Code Generation and
peculiarities of work within Hibernate Console Perspective.</para>
+
+ <para>
+ <emphasis role="bold">ESB Editor Reference Guide</emphasis>
+ <ulink url="../../../../esb_ref_guide/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../esb_ref_guide/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../esb_ref_guide/publish/en-US/pdf/ESB_Reference_Guide.pdf">(PDF)</ulink>
+ </para>
+ <para>This guide provides you with the information on ESB Editor which allows you to develop ESB file.</para>
<para>
<emphasis role="bold">Exadel Studio Migration Guide</emphasis>
16 years, 8 months
JBoss Tools SVN: r7888 - in trunk: hibernatetools/docs/reference/en/modules and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: tromanovich
Date: 2008-04-29 09:05:29 -0400 (Tue, 29 Apr 2008)
New Revision: 7888
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml
trunk/hibernatetools/docs/reference/en/modules/setup.xml
trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_config_file.xml
trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_support.xml
trunk/jsf/docs/jsf_tools_ref_guide/en/modules/projects.xml
trunk/jsf/docs/jsf_tools_tutorial/en/modules/introduction.xml
trunk/seam/docs/reference/en/modules/creating_new_seam.xml
trunk/struts/docs/struts_tools_ref_guide/en/modules/editors.xml
trunk/struts/docs/struts_tools_ref_guide/en/modules/projects.xml
trunk/struts/docs/struts_tools_tutorial/en/modules/introduction.xml
trunk/struts/docs/struts_tools_tutorial/en/modules/relevant_resources.xml
Log:
Updating references between internal documents in the documentation\jboss-tools-docs\nightly-docs\ bundle
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -113,7 +113,7 @@
<itemizedlist>
<listitem>
<para>Check <emphasis><property>Server Supplied JSF Implementation</property>.
- </emphasis>We will use <ulink url="../../seam/html_single/index.html#addJSFCapab">JSF implementation</ulink> that comes with JBoss server</para>
+ </emphasis>We will use <ulink url="../../../../seam/publish/en-US/html_single/index.html#addJSFCapab">JSF implementation</ulink> that comes with JBoss server</para>
</listitem>
<listitem>
<para>Click <emphasis><property>Next</property></emphasis></para>
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -15,9 +15,9 @@
<para>
<emphasis role="bold">JSF Tools Reference Guide</emphasis>
- <ulink url="../../jsf_tools_ref_guide/html/index.html">(html)</ulink>
- <ulink url="../../jsf_tools_ref_guide/html_single/index.html">(html single)</ulink>
- <ulink url="../../jsf_tools_ref_guide/pdf/JSF_Tools_Reference_Guide.pdf"
+ <ulink url="../../../../jsf_tools_ref_guide/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../jsf_tools_ref_guide/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../jsf_tools_ref_guide/publish/en-US/pdf/JSF_Tools_Reference_Guide.pdf"
>(PDF)</ulink>
</para>
<para> From this guide you'll discover all peculiarities of work at a JSF project. You'll
@@ -28,18 +28,18 @@
<para>
<emphasis role="bold">JSF Tools Tutorial</emphasis>
- <ulink url="../../jsf_tools_tutorial/html/index.html">(html)</ulink>
- <ulink url="../../jsf_tools_tutorial/html_single/index.html">(html single)</ulink>
- <ulink url="../../jsf_tools_tutorial/pdf/JSF_Tools_Tutorial.pdf">(PDF)</ulink>
+ <ulink url="../../../../jsf_tools_tutorial/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../jsf_tools_tutorial/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../jsf_tools_tutorial/publish/en-US/pdf/JSF_Tools_Tutorial.pdf">(PDF)</ulink>
</para>
<para> This tutorial will describe how to deal with classic/old style of JSF development and how
to create a simple JSF application using the JBoss Developer Studio. </para>
<para>
<emphasis role="bold">Struts Tools Reference Guide</emphasis>
- <ulink url="../../struts_tools_ref_guide/html/index.html">(html)</ulink>
- <ulink url="../../struts_tools_ref_guide/html_single/index.html">(html single)</ulink>
- <ulink url="../../struts_tools_ref_guide/pdf/Struts_Tools_Reference_Guide.pdf"
+ <ulink url="../../../../struts_tools_ref_guide/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../struts_tools_ref_guide/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../struts_tools_ref_guide/publish/en-US/pdf/Struts_Tools_Reference_Guide.pdf"
>(PDF)</ulink>
</para>
<para> In Struts Tools Reference Guide you will learn how to create and work with a new struts
@@ -48,9 +48,9 @@
<para>
<emphasis role="bold">Struts Tools Tutorial</emphasis>
- <ulink url="../../struts_tools_tutorial/html/index.html">(html)</ulink>
- <ulink url="../../struts_tools_tutorial/html_single/index.html">(html single)</ulink>
- <ulink url="../../struts_tools_tutorial/pdf/Struts_Tools_Tutorial.pdf"
+ <ulink url="../../../../struts_tools_tutorial/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../struts_tools_tutorial/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../struts_tools_tutorial/publish/en-US/pdf/Struts_Tools_Tutorial.pdf"
>(PDF)</ulink>
</para>
<para> This tutorial will describe the classical style of Struts development, and will
@@ -58,9 +58,9 @@
<para>
<emphasis role="bold">Seam Dev Tools Reference Guide</emphasis>
- <ulink url="../../seam/html/index.html">(html)</ulink>
- <ulink url="../../seam/html_single/index.html">(html single)</ulink>
- <ulink url="../../seam/pdf/Seam_Reference_Guide.pdf">(PDF)</ulink>
+ <ulink url="../../../../seam/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../seam/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../seam/publish/en-US/pdf/Seam_Reference_Guide.pdf">(PDF)</ulink>
</para>
<para> This guide helps you to understand what Seam is and how to install Seam plug-in into
Eclipse. It tells you the necessary steps to start working with Seam Framework and assists in a
@@ -69,16 +69,16 @@
<para>
<emphasis role="bold">Visual Web Tools Reference Guide</emphasis>
- <ulink url="../../jsf/html/index.html">(html)</ulink>
- <ulink url="../../jsf/html_single/index.html">(html single)</ulink>
- <ulink url="../../jsf/pdf/Visual_Web_Tools_Reference_Guide.pdf">(PDF)</ulink>
+ <ulink url="../../../../jsf/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../jsf/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../jsf/publish/en-US/pdf/Visual_Web_Tools_Reference_Guide.pdf">(PDF)</ulink>
</para>
<para>
<emphasis role="bold">JBoss Server Manager Reference Guide</emphasis>
- <ulink url="../../as/html/index.html">(html)</ulink>
- <ulink url="../../as/html_single/index.html">(html single)</ulink>
- <ulink url="../../as/pdf/AS_Reference_Guide.pdf">(PDF)</ulink>
+ <ulink url="../../../../as/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../as/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../as/publish/en-US/pdf/AS_Reference_Guide.pdf">(PDF)</ulink>
</para>
<para> This guide covers the basics of working with the JBoss server manager. You will read how to
install runtimes and servers and quickly learn how to configure, start, stop the server and know
@@ -87,9 +87,9 @@
<para>
<emphasis role="bold">jBPM Tools Reference Guide</emphasis>
- <ulink url="../../jbpm/html/index.html">(html)</ulink>
- <ulink url="../../jbpm/html_single/index.html">(html single)</ulink>
- <ulink url="../../jbpm/pdf/jBPM_Reference_Guide.pdf">(PDF)</ulink>
+ <ulink url="../../../../jbpm/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../jbpm/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../jbpm/publish/en-US/pdf/jBPM_Reference_Guide.pdf">(PDF)</ulink>
</para>
<para>With jBPM Tools Reference Guide we'll help you to facilitate a cross-product
learning and know how you can speed your development using special editors and visual designers.
@@ -98,9 +98,9 @@
<para>
<emphasis role="bold">Hibernate Tools Reference Guide</emphasis>
- <ulink url="../../hibernatetools/html/index.html">(html)</ulink>
- <ulink url="../../hibernatetools/html_single/index.html">(html single)</ulink>
- <ulink url="../../hibernatetools/pdf/Hibernatetools_Reference_Guide.pdf">(PDF)</ulink>
+ <ulink url="../../../../hibernatetools/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../hibernatetools/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../hibernatetools/publish/en-US/pdf/Hibernatetools_Reference_Guide.pdf">(PDF)</ulink>
</para>
<para>Throughout this guide you will learn how to install and use Hibernate Tools bath via Ant and
through Eclipse. We'll supply you with the information on how to create mapping files,
@@ -110,9 +110,9 @@
<para>
<emphasis role="bold">Exadel Studio Migration Guide</emphasis>
- <ulink url="../../Exadel-migration/html/index.html">(html)</ulink>
- <ulink url="../../Exadel-migration/html_single/index.html">(html single)</ulink>
- <ulink url="../../Exadel-migration/pdf/Exadel_Studio_Migration_Guide.pdf">(PDF)</ulink>
+ <ulink url="../../../../Exadel-migration/publish/en-US/html/index.html">(html)</ulink>
+ <ulink url="../../../../Exadel-migration/publish/en-US/html_single/index.html">(html single)</ulink>
+ <ulink url="../../../../Exadel-migration/publish/en-US/pdf/Exadel_Studio_Migration_Guide.pdf">(PDF)</ulink>
</para>
<para>This document is intended to help you to migrate an existing Exadel JSF or Struts projects
from Exadel Studio into JBoss Developer Studio. </para>
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -616,7 +616,7 @@
<para>
<emphasis role="bold">How can I add my own tag library to the JBoss Tools Palette?</emphasis>
</para>
- <para>See <ulink url="../../jsf/html_single/index.html#AddingCustomJSFTagsToTheRedHatPalette7433"
+ <para>See <ulink url="../../../../jsf/publish/en-US/html_single/index.html#AddingCustomJSFTagsToTheRedHatPalette7433"
>Adding Tag Libraries</ulink> in Visual Web Tools Guide.</para>
</section>
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/manage.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -16,7 +16,7 @@
<section id="JBossbundled">
<?dbhtml filename="JBossbundled.html"?>
<title>How to Manage the JBoss AS Bundled in JBDS</title>
- <para>This section covers the basics of working with the JBoss server supported directly by JBDS via bundled AS plug-in. To read more about AS plug-in, read <ulink url="../../as/html_single/index.html">Server Manager guide</ulink>.</para>
+ <para>This section covers the basics of working with the JBoss server supported directly by JBDS via bundled AS plug-in. To read more about AS plug-in, read <ulink url="../../../../as/publish/en-US/html_single/index.html">Server Manager guide</ulink>.</para>
<section id="StartingServer">
<?dbhtml filename="StartingServer.html"?>
<title>Starting JBoss server</title>
Modified: trunk/hibernatetools/docs/reference/en/modules/setup.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/setup.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/hibernatetools/docs/reference/en/modules/setup.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -13,7 +13,7 @@
<para><property>JBoss Tools 2.x</property> includes <property>Hibernate Tools</property> and
thus nothing is required besides <ulink url="http://labs.jboss.com/tools/download/index.html"
>downloading</ulink> and <ulink
- url="../../GettingStartedGuide/html_single/index.html#JBossToolsInstall"
+ url="../../../../GettingStartedGuide/publish/en-US/html_single/index.html#JBossToolsInstall"
>installing JBoss Tools</ulink>. If you need to update to a newer version of the
<property>Hibernate Tools</property> just follow the instructions in the Eclipse IDE
section.</para>
Modified: trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_config_file.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_config_file.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_config_file.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -213,7 +213,7 @@
</figure>
<para>The JSF configuration editor also comes with a very useful <ulink
- url="../../jsf/html_single/index.html#OpenOnSelection4Hyperlinknavigation">OpenOn</ulink> selection feature.</para>
+ url="../../../../jsf/publish/en-US/html_single/index.html#OpenOnSelection4Hyperlinknavigation">OpenOn</ulink> selection feature.</para>
</section>
<section id="ErrorReporting3324">
Modified: trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_support.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_support.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/jsf/docs/jsf_tools_ref_guide/en/modules/jsf_support.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -161,7 +161,7 @@
<section>
<title>Facelets components</title>
- <para>The <ulink url="../../jsf/html_single/index.html#palette">JBoss Tools
+ <para>The <ulink url="../../../../jsf/publish/en-US/html_single/index.html#palette">JBoss Tools
Palette</ulink> comes with the Facelets components ready to
use. A useful tip appears when you hover the mouse cursor over the
tag, the tip includes a detailed description of the tag component,
Modified: trunk/jsf/docs/jsf_tools_ref_guide/en/modules/projects.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_ref_guide/en/modules/projects.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/jsf/docs/jsf_tools_ref_guide/en/modules/projects.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -252,7 +252,7 @@
<title>Importing Existing JSF Projects with Any Structure</title>
<para>For detailed information on migration projects see <ulink
- url="../../Exadel-migration/html_single/index.html"
+ url="../../../../Exadel-migration/publish/en-US/html_single/index.html"
>Migration Guide</ulink>. </para>
</section>
Modified: trunk/jsf/docs/jsf_tools_tutorial/en/modules/introduction.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en/modules/introduction.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/jsf/docs/jsf_tools_tutorial/en/modules/introduction.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -11,7 +11,7 @@
</chapterinfo>
<title>Introduction</title>
<para>The following chapters describe how to deal with classic/old style of JSF development. We
- recommend users to use <ulink url="../../seam/html_single/index.html">JBoss
+ recommend users to use <ulink url="../../../../seam/publish/en-US/html_single/index.html">JBoss
Seam</ulink> to simplify development, but until then you can read about classical JSF
usage here.</para>
Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -156,7 +156,7 @@
<property>Default Configuration for jBoss 4.2 Runtime</property>
</emphasis> allows you later to specify your own set of facets for adding extra
functionality to your project. For more details about facets, see next section. Besides,
- we suggest that you look through our <ulink url="../../as/html_single/index.html">AS manager guide</ulink> to find out more about runtimes
+ we suggest that you look through our <ulink url="../../../../as/publish/en-US/html_single/index.html">AS manager guide</ulink> to find out more about runtimes
and servers.</para>
<para>Having all necessary options arranged, click on <emphasis>
Modified: trunk/struts/docs/struts_tools_ref_guide/en/modules/editors.xml
===================================================================
--- trunk/struts/docs/struts_tools_ref_guide/en/modules/editors.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/struts/docs/struts_tools_ref_guide/en/modules/editors.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -154,7 +154,7 @@
</itemizedlist>
<para>You can take advantage of <ulink
- url="../../jsf/html_single/index.html#CodeAssistAndDynamicCodeAssist42BasedOnProjectData">code assist</ulink>.</para>
+ url="../../jsf/publish/en-US/html_single/index.html#CodeAssistAndDynamicCodeAssist42BasedOnProjectData">code assist</ulink>.</para>
<figure>
<title>Code Assist</title>
<mediaobject>
@@ -188,7 +188,7 @@
</figure>
</section>
- <para>Find more information about editor features <ulink url="../../jsf/html_single/index.html#editors_features"
+ <para>Find more information about editor features <ulink url="../../../../jsf/publish/en-US/html_single/index.html#editors_features"
>here</ulink>.</para>
</section>
@@ -310,7 +310,7 @@
</imageobject>
</mediaobject>
</figure>
- <para><ulink url="../../jsf/html_single/index.html#CodeAssistAndDynamicCodeAssist42BasedOnProjectData">Code
+ <para><ulink url="../../../../jsf/publish/en-US/html_single/index.html#CodeAssistAndDynamicCodeAssist42BasedOnProjectData">Code
assist</ulink> is available in the Source mode.</para>
<figure>
<title>Code Assist</title>
Modified: trunk/struts/docs/struts_tools_ref_guide/en/modules/projects.xml
===================================================================
--- trunk/struts/docs/struts_tools_ref_guide/en/modules/projects.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/struts/docs/struts_tools_ref_guide/en/modules/projects.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -157,7 +157,7 @@
<title>Importing an Existing Struts Project with Any Structure</title>
<para>For detailed information on migration projects to JBoss Developer Studio see <ulink
- url="../../Exadel-migration/html_single/index.html">Migration Guide</ulink>.</para>
+ url="../../../../Exadel-migration/publish/en-US/html_single/index.html">Migration Guide</ulink>.</para>
</section>
<section id="AddingStrutsCapabilityToAnExistingWebApplication532">
Modified: trunk/struts/docs/struts_tools_tutorial/en/modules/introduction.xml
===================================================================
--- trunk/struts/docs/struts_tools_tutorial/en/modules/introduction.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/struts/docs/struts_tools_tutorial/en/modules/introduction.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -11,7 +11,7 @@
</chapterinfo>
<title>Introduction</title>
<para>The following chapters describe how to deal with classic/old style of Struts development. We
- recommend users to use <ulink url="../../seam/html_single/index.html">JBoss Seam</ulink> to
+ recommend users to use <ulink url="../../../../seam/publish/en-US/html_single/index.html">JBoss Seam</ulink> to
simplify development, but until then you can read about classical Struts usage here.</para>
<para>We are going to show you how to create a simple <emphasis>
Modified: trunk/struts/docs/struts_tools_tutorial/en/modules/relevant_resources.xml
===================================================================
--- trunk/struts/docs/struts_tools_tutorial/en/modules/relevant_resources.xml 2008-04-29 12:17:54 UTC (rev 7887)
+++ trunk/struts/docs/struts_tools_tutorial/en/modules/relevant_resources.xml 2008-04-29 13:05:29 UTC (rev 7888)
@@ -11,7 +11,7 @@
<title>Other Relevant Resources on the topic</title>
- <para>Our reference: <ulink url="../../struts_tools_ref_guide/html_single/index.html">Struts Tools Reference Guide</ulink></para>
+ <para>Our reference: <ulink url="../../../../struts_tools_ref_guide/publish/en-US/html_single/index.html">Struts Tools Reference Guide</ulink></para>
<para>Apache Struts: <ulink url="http://struts.apache.org/">Struts Technology</ulink></para>
<para>Struts 2: <ulink url="http://struts.apache.org/2.x/">Apache Struts 2</ulink></para>
<para>Get Started: <ulink url="http://struts.apache.org/2.x/docs/home.html">Struts Getting
16 years, 8 months
JBoss Tools SVN: r7887 - trunk/jsf/docs/jsf_tools_ref_guide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-04-29 08:17:54 -0400 (Tue, 29 Apr 2008)
New Revision: 7887
Modified:
trunk/jsf/docs/jsf_tools_ref_guide/en/modules/introduction.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-153 - Key Features list is added to JSF tools ref guide
Modified: trunk/jsf/docs/jsf_tools_ref_guide/en/modules/introduction.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_ref_guide/en/modules/introduction.xml 2008-04-29 10:27:00 UTC (rev 7886)
+++ trunk/jsf/docs/jsf_tools_ref_guide/en/modules/introduction.xml 2008-04-29 12:17:54 UTC (rev 7887)
@@ -14,12 +14,94 @@
<title>Introduction</title>
- <para>JSF Tools are especially designed for supporting JSF and JSF-related
- technologies. JSF Tools provide extensible and exemplary tools for building JSF-based
- applications as well as adding JSF capabilities to existing web projects, importing
- JSF projects and choosing any JSF implementation while
- developing JSF application.</para>
-
- <para>In this guide we provide you with the information on JSF tooling which allows you to develop JSF applications much faster and with far fewer
- errors so sparing your time.</para>
+ <para>JSF Tools are especially designed for supporting JSF and JSF-related technologies. JSF
+ Tools provide extensible and exemplary tools for building JSF-based applications as well as
+ adding JSF capabilities to existing web projects, importing JSF projects and choosing any
+ JSF implementation while developing JSF application.</para>
+
+ <para>In this guide we provide you with the information on JSF tooling which allows you to
+ develop JSF applications much faster and with far fewer errors so sparing your time.</para>
+
+ <section id="jsf_key_features">
+ <title>Key Features of JSF Tools</title>
+
+ <para>Here, we provide you with a key functionality which is integrated in JSF tooling.</para>
+
+ <table>
+ <title>Key Functionality for JSF Tools</title>
+ <tgroup cols="3">
+
+ <colspec colnum="1" colwidth="2*"/>
+ <colspec colnum="2" colwidth="4*"/>
+ <colspec colnum="3" colwidth="2*"/>
+
+ <thead>
+ <row>
+ <entry>Feature</entry>
+ <entry>Benefit</entry>
+ <entry>Chapter</entry>
+ </row>
+ </thead>
+ <tbody>
+
+ <row>
+ <entry>JSF and Facelets support</entry>
+ <entry>Step-by-step wizards for creating new JSF and Facelets projects with a number of predefined templates, importing existing ones and adding JSF capabilities to non-jsf web projects.</entry>
+ <entry><link linkend="jsf_support">jsf support</link></entry>
+ </row>
+
+ <row>
+ <entry>Flexible and customizable project template management</entry>
+ <entry>Jump-start development with out-of-the-box templates or easily
+ customized templates for re-use.</entry>
+ <entry>
+ <link linkend="projects">projects</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry>Support for JSF Configuration File</entry>
+ <entry>Working on file using three modes: diagram, tree and source.
+ Synchronization between the modes and full control over the code. Easy
+ moving around the diagram using the Diagram Navigator.</entry>
+ <entry>
+ <link linkend="jsf_config_file"
+ >graphical editor for jsf</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry>Support for Managed Beans</entry>
+ <entry>Adding new managed beans, generating code for attributes, properties
+ and getter/setter methods.</entry>
+ <entry>
+ <link linkend="managed_beans">managed beans</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry>Support for Custom Converters and Validators</entry>
+ <entry>Fast creating of custom converters and validators with tree view of
+ faces-config.xml file.</entry>
+ <entry>
+ <link linkend="creation_and_registration">converters and validators</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry>Verification and Validation</entry>
+ <entry>All occuring errors will be immediately reported by verification
+ feature, no matter in what view you are working. Constant validation and
+ errors checking allows to catch many of the errors during development
+ process that significantly reduces development time.</entry>
+ <entry>
+ <link linkend="jsf_project_verification">verification and
+ validation</link>
+ </entry>
+
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
</chapter>
16 years, 8 months
JBoss Tools SVN: r7886 - trunk/hibernatetools/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-04-29 06:27:00 -0400 (Tue, 29 Apr 2008)
New Revision: 7886
Modified:
trunk/hibernatetools/docs/reference/en/modules/plugins.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-153 - some info is moved from this chapter to Key Features table in Preface
Modified: trunk/hibernatetools/docs/reference/en/modules/plugins.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-04-29 10:25:48 UTC (rev 7885)
+++ trunk/hibernatetools/docs/reference/en/modules/plugins.xml 2008-04-29 10:27:00 UTC (rev 7886)
@@ -9,32 +9,13 @@
<section>
<title>Introduction</title>
- <para>The following features are available in the <property>Hibernate Tools</property> Eclipse
- plugins:</para>
+ <para>Hibernate Eclipse Tools include wizards for creating Hibernate mapping files,
+ configuration files (.cfg.xml), revenge.xml as well as wizards for adjusting Console
+ Configuration and Code Generation. Special structured and XML editors, editors for executing
+ HQL and Criteria queries are also provided Hibernate Console. Refer to <link
+ linkend="hibernate_key_features">Key Features</link> section to find all benefits that you
+ can take advantage of while using the tools within Eclipse.</para>
- <para><emphasis role="bold">Mapping Editor</emphasis>: An editor for Hibernate XML mapping
- files, supporting auto-completion and syntax highlighting. It also supports semantic
- auto-completion for class names and property/field names, making it much more versatile than a
- normal XML editor.</para>
-
- <para><emphasis role="bold">Hibernate Console</emphasis>: The console is a new perspective in
- Eclipse. It provides an overview of your Hibernate Console configurations, were you also can
- get an interactive view of your persistent classes and their relationships. The console allows
- you to execute HQL queries against your database and browse the result directly in Eclipse.</para>
-
- <para><emphasis role="bold">Configuration Wizards and Code generation</emphasis>: A set of
- wizards are provided with the Hibernate Eclipse tools; you can use a wizard to quickly
- generate common Hibernate configuration (cfg.xml) files, and from these you can code generate
- a series of various artifacts, there is even support for completely reverse engineer an
- existing database schema and use the code generation to generate POJO source files and
- Hibernate mapping files.</para>
-
- <para><emphasis role="bold">Eclipse JDT integration</emphasis>: <property>Hibernate
- Tools</property> integrates into the Java code completion and build support of Java in
- Eclipse. This gives you codecompletion of HQL inside Java code plus <property>Hibernate
- Tools</property> will add problem markers if your queries are not valid against the console
- configuration associated with the project.</para>
-
<note>
<para>Please note that these tools do not try to hide any functionality of
<property>Hibernate</property>. The tools make working with <property>Hibernate</property>
@@ -45,7 +26,7 @@
</note>
</section>
- <section>
+ <section id="map_file_wizard">
<title>Creating a Hibernate Mapping File</title>
<para>Hibernate mapping files are used to specify how your objects are related to database
@@ -542,7 +523,7 @@
<property>Run > Hibernate Code Generation</property>
</emphasis> menu item.</para>
- <section>
+ <section id="code_gen">
<title>Code Generation Launcher</title>
<para>When you click on <emphasis>
@@ -1150,7 +1131,7 @@
<mediaobject>
<imageobject>
- <imagedata fileref="images/plugins/plugins_12_a.png" scale="80"/>
+ <imagedata fileref="images/plugins/plugins_12_a.png"/>
</imageobject>
</mediaobject>
</figure>
@@ -1164,14 +1145,14 @@
<mediaobject>
<imageobject>
- <imagedata fileref="images/plugins/plugins_12_b.png" scale="80"/>
+ <imagedata fileref="images/plugins/plugins_12_b.png"/>
</imageobject>
</mediaobject>
</figure>
</section>
- <section>
+ <section id="rev_xml_editor">
<title>Reveng.xml Editor</title>
<para>A <emphasis>
@@ -1310,7 +1291,7 @@
<property>Hibernate Console Perspective</property>.</para>
</section>
- <section>
+ <section id="hib_console">
<title>Hibernate Console Perspective</title>
<para>The <property>Hibernate Console Perspective</property> combines a set of views which allow
@@ -1359,12 +1340,12 @@
<mediaobject>
<imageobject>
- <imagedata fileref="images/plugins/plugins_17_a.png" scale="80"/>
+ <imagedata fileref="images/plugins/plugins_17_a.png"/>
</imageobject>
</mediaobject>
</figure>
- <section>
+ <section id="map_diagram">
<title>Mapping Diagram</title>
<para>In order to get a visual feel on how entities are related as well as view their
@@ -1392,20 +1373,20 @@
<mediaobject>
<imageobject>
- <imagedata fileref="images/plugins/plugins_18_a.png" scale="80"/>
+ <imagedata fileref="images/plugins/plugins_18_a.png"/>
</imageobject>
</mediaobject>
</figure>
<para>To switch over between the modes use the buttons in the top-right corner of the
- <property>Outline view</property>.</para>
+ <property>Outline view</property>.</para>
<figure>
<title>Navigating in the Graphical Mode</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/plugins/plugins_18_b.png" scale="80"/>
+ <imagedata fileref="images/plugins/plugins_18_b.png"/>
</imageobject>
</mediaobject>
</figure>
@@ -1457,8 +1438,8 @@
</figure>
<para>As you can see on the figure above, <property>
- <emphasis>Undo</emphasis>,
- </property> <property>
+ <emphasis>Undo</emphasis>, </property>
+ <property>
<emphasis>Redo</emphasis>
</property> and <property>
<emphasis>Auto layout</emphasis>
@@ -1490,7 +1471,7 @@
<title>Entering Simple Queries</title>
<mediaobject>
<imageobject role="fo">
- <imagedata align="center" scale="90" fileref="images/plugins/plugins_19.png"
+ <imagedata align="center" scale="80" fileref="images/plugins/plugins_19.png"
format="PNG"/>
</imageobject>
16 years, 8 months
JBoss Tools SVN: r7885 - trunk/hibernatetools/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-04-29 06:25:48 -0400 (Tue, 29 Apr 2008)
New Revision: 7885
Added:
trunk/hibernatetools/docs/reference/en/modules/preface.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-153 - Key Features chapter is created in Hibernate tools guide
Added: trunk/hibernatetools/docs/reference/en/modules/preface.xml
===================================================================
--- trunk/hibernatetools/docs/reference/en/modules/preface.xml (rev 0)
+++ trunk/hibernatetools/docs/reference/en/modules/preface.xml 2008-04-29 10:25:48 UTC (rev 7885)
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="preface">
+
+ <title>Preface</title>
+
+ <para><property>Hibernate Tools</property> is a toolset for <ulink
+ url="http://www.hibernate.org/6.html">Hibernate 3</ulink> and <ulink
+ url="http://www.hibernate.org/27.html">related projects</ulink>. The tools provide Ant
+ tasks and Eclipse plugins for performing reverse engineering, code generation, visualization
+ and interaction with Hibernate.</para>
+
+ <section id="hibernate_key_features">
+ <title>Key Features</title>
+
+ <para>First, we propose to look through the list of key features that you can benefit from
+ if you start using <property>Hibernate Tools</property>.</para>
+
+ <table>
+ <title>Key Functionality for Hibernate Tools</title>
+
+ <tgroup cols="2">
+ <colspec colnum="1" colwidth="1*"/>
+ <colspec colnum="2" colwidth="3*"/>
+
+ <thead>
+ <row>
+ <entry align="center">
+ <para>Feature</para>
+ </entry>
+
+ <entry align="center">
+ <para>Benefit</para>
+ </entry>
+ </row>
+ </thead>
+
+ <tbody>
+
+ <row>
+ <entry>
+ <para>Code Generation through <link linkend="ant">Ant Task</link></para>
+ </entry>
+
+ <entry>
+ <para>Allows to execute mapping or Java code generation from reverse
+ engineering, schema generation and generation of other artifacts
+ during the build process.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para><link linkend="map_file_wizard">Wizards for creation
+ purposes</link> and <link linkend="code_gen">code
+ generation</link></para>
+ </entry>
+
+ <entry>
+ <para> A set of wizards are provided with the Hibernate Eclipse tools to
+ quickly create common Hibernate files such as configuration
+ (cfg.xml) files, mapping files and revenge.xml as well. Code
+ Generation wizard helps to generate a series of various artifacts,
+ there is even support for completely reverse engineer an existing
+ database schema.</para>
+ </entry>
+ </row>
+
+
+ <row>
+ <entry>
+ <para>
+ <link linkend="map_config_editor">Mapping and Configuration files
+ Editors</link>
+ </para>
+ </entry>
+
+ <entry>
+ <para>Support auto-completion and syntax highlighting. Editors also
+ support semantic auto-completion for class names and property/field
+ names, making it much more versatile than a normal XML
+ editor.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>Tools for <link linkend="code_gen">organizing</link> and <link linkend="rev_xml_editor"
+ >controlling Reverse Engineering</link></para>
+ </entry>
+
+ <entry>
+ <para>Code Generation wizard provides powerful functionality for
+ generating a series of various artifacts like domain model classes,
+ mapping files, annotated EJB3 entity beans, etc. and reveng.xml file
+ editor allows to control this processes.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>
+ <link linkend="hib_console">Hibernate Console</link>
+ </para>
+ </entry>
+
+ <entry>
+ <para>It is a new perspective in Eclipse which provides an overview of
+ your Hibernate Console configurations, were you also can get an
+ interactive view of your persistent classes and their relationships.
+ The console allows you to execute HQL queries against your database
+ and browse the result directly in Eclipse.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>
+ <link linkend="map_diagram">Functional Mapping Diagram</link>
+ </para>
+ </entry>
+
+ <entry>
+ <para>Makes possible to visualize structure of entities and
+ relationships between them.</para>
+ </entry>
+ </row>
+
+
+ <row>
+ <entry>
+ <para>Eclipse JDT integration</para>
+ </entry>
+
+ <entry>
+ <para>Hibernate Tools integrates into the Java code completion and build
+ support of Java in Eclipse. This gives you code completion of HQL
+ inside Java code. Additionally, Hibernate Tools will add problem
+ markers if your queries are not valid against the console
+ configuration associated with the project.</para>
+ </entry>
+ </row>
+
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+</chapter>
16 years, 8 months