Author: sabrashevich
Date: 2007-12-07 08:41:18 -0500 (Fri, 07 Dec 2007)
New Revision: 5221
Added:
trunk/jsf/docs/userguide/en/modules/features_list.xml
Modified:
trunk/jsf/docs/userguide/en/master.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-132 feature list is done for Web Visual Tools
guide
Modified: trunk/jsf/docs/userguide/en/master.xml
===================================================================
--- trunk/jsf/docs/userguide/en/master.xml 2007-12-07 12:14:07 UTC (rev 5220)
+++ trunk/jsf/docs/userguide/en/master.xml 2007-12-07 13:41:18 UTC (rev 5221)
@@ -4,6 +4,7 @@
[
<!ENTITY Visual_Web_Tools SYSTEM "modules/Visual_Web_Tools.xml">
+<!ENTITY features_list SYSTEM "modules/features_list.xml">
<!ENTITY jsf_support SYSTEM "modules/jsf_support.xml">
<!ENTITY struts SYSTEM "modules/struts.xml">
<!ENTITY palette SYSTEM "modules/palette.xml">
@@ -33,6 +34,7 @@
<toc/>
&Visual_Web_Tools;
+ &features_list;
&jsf_support;
&struts;
&palette;
Added: trunk/jsf/docs/userguide/en/modules/features_list.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/features_list.xml (rev 0)
+++ trunk/jsf/docs/userguide/en/modules/features_list.xml 2007-12-07 13:41:18 UTC (rev
5221)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="roadmap" xreflabel="roadmap">
+ <?dbhtml filename="roadmap.html"?>
+ <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">
+ <thead>
+ <row>
+ <entry>Feature</entry>
+ <entry>Benefit</entry>
+ <entry>Chapter</entry>
+ </row>
+ </thead>
+ <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>
+ </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>
+ </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>
+ </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><link
linkend="SupportForJSFEnvironmentsJSF_RIMyFacesFaceletsShaleOrAnyCustom442">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="WorkingWithProjects7844">working with
projects</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="ManagedBeans96453">managed
beans</link></entry>
+ </row>
+ <row>
+ <entry>OpenOn</entry>
+ <entry>Easy navigation between views and other parts of your
projects.</entry>
+ <entry><link linkend="FaceletsSupport865">facelets
support</link></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><link linkend="ContentAssist976">content
assist</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="CreateAndRegisterACustomConverter94230">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="verif_valid">verification and
validation</link></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><link linkend="struts">struts
support</link></entry>
+ </row>
+
+ <row>
+ <entry>Support for JSF and JSF 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><link
linkend="GraphicalEditorAndViewingForJSFConfigurationFiles76331">graphical
editor for jsf</link> <link
linkend="GraphicalEditorForStrutsConfigurationFiles564">graphical editor for
struts</link> </entry>
+ </row>
+ <row>
+ <entry>Rich Faces Support</entry>
+ <entry>Tight integration between JBDS and RichFaces frameworks. Easy managing
RichFaces components in any web application.</entry>
+ <entry><link linkend="RichFacesSupport">rich faces
support</link></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ </chapter>
\ No newline at end of file