JBoss Tools SVN: r5223 - trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model.
by jbosstools-commits@lists.jboss.org
Author: achabatar
Date: 2007-12-07 09:21:12 -0500 (Fri, 07 Dec 2007)
New Revision: 5223
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmDiagram.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1411
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmDiagram.java
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmDiagram.java 2007-12-07 13:43:47 UTC (rev 5222)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/OrmDiagram.java 2007-12-07 14:21:12 UTC (rev 5223)
@@ -59,12 +59,14 @@
private Configuration configuration;
private ConsoleConfiguration consoleConfiguration;
private IJavaProject javaProject;
+ private String entityName;
public static final String HIBERNATE_MAPPING_LAYOUT_FOLDER_NAME = "hibernateMapping";
public OrmDiagram(ConsoleConfiguration configuration, RootClass ioe, IJavaProject javaProject) {
consoleConfiguration = configuration;
this.configuration = configuration.getConfiguration();
ormElement = (RootClass)ioe;
+ entityName = ioe.getEntityName();
this.javaProject = javaProject;
if (ormElement instanceof RootClass) {
@@ -98,9 +100,16 @@
}
public void refresh() {
+ RootClass newOrmElement = (RootClass) consoleConfiguration
+ .getConfiguration().getClassMapping(entityName);
+ if (ormElement.equals(newOrmElement)) return;
+ ormElement = newOrmElement;
saveHelper();
getChildren().clear();
elements.clear();
+ getOrCreatePersistentClass(ormElement, null);
+ expandModel(this);
+ load();
firePropertyChange(REFRESH, null, null);
}
18 years
JBoss Tools SVN: r5222 - trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-12-07 08:43:47 -0500 (Fri, 07 Dec 2007)
New Revision: 5222
Modified:
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/introduction.xml
Log:
the link to a seam guide is fixed
Modified: trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/introduction.xml
===================================================================
--- trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/introduction.xml 2007-12-07 13:41:18 UTC (rev 5221)
+++ trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/introduction.xml 2007-12-07 13:43:47 UTC (rev 5222)
@@ -11,6 +11,6 @@
</chapterinfo>
<title>Introduction</title>
<para>The following chapters describe how to deal with classic/old style of JSF and Struts development. We recommend users to
- use <ulink url="../../../../../../SeamDevTools/docs/build/reference/en/html/create_new_seam.html">JBoss Seam</ulink> to simplify development, but until then you can read about classical JSF and Struts usage here.</para>
+ use <ulink url="../../../../../../Seam/docs/build/reference/en/html/create_new_seam.html">JBoss Seam</ulink> to simplify development, but until then you can read about classical JSF and Struts usage here.</para>
</chapter>
18 years
JBoss Tools SVN: r5221 - in trunk/jsf/docs/userguide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
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
18 years
JBoss Tools SVN: r5220 - in trunk/jsf/docs/userguide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: ykryvinchanka
Date: 2007-12-07 07:14:07 -0500 (Fri, 07 Dec 2007)
New Revision: 5220
Modified:
trunk/jsf/docs/userguide/en/images/struts/struts_51.png
trunk/jsf/docs/userguide/en/modules/editors.xml
trunk/jsf/docs/userguide/en/modules/jsf_support.xml
trunk/jsf/docs/userguide/en/modules/preferences.xml
trunk/jsf/docs/userguide/en/modules/struts.xml
trunk/jsf/docs/userguide/en/modules/web_projects.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-338 Visual Web Tools. Links are relative
Modified: trunk/jsf/docs/userguide/en/images/struts/struts_51.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2007-12-07 12:13:11 UTC (rev 5219)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2007-12-07 12:14:07 UTC (rev 5220)
@@ -1093,8 +1093,8 @@
</listitem>
</itemizedlist>
- <para>The preview features are available with <link linkend="VisualPageEditor">Visual
- Page Editor</link>.</para>
+ <para>The preview features are available with Visual
+ Page Editor.</para>
</section>
</section>
Modified: trunk/jsf/docs/userguide/en/modules/jsf_support.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/jsf_support.xml 2007-12-07 12:13:11 UTC (rev 5219)
+++ trunk/jsf/docs/userguide/en/modules/jsf_support.xml 2007-12-07 12:14:07 UTC (rev 5220)
@@ -215,8 +215,9 @@
</figure>
-->
- <para>See <link linkend="faq_facelets">FAQ</link> concerning Facelets
+ <!-- <para>See <link linkend="faq_facelets">FAQ</link> concerning Facelets
support.</para>
+ -->
</section>
<section id="WorkingWithProjects7844">
<?dbhtml filename="WorkingWithProjects.html"?>
@@ -305,9 +306,10 @@
<para>The JSFKickStart template will create the same standard structure but
will also include a sample application that is ready to run.</para>
- <para>You can of course create your own custom templates. More information
+ <!-- <para>You can of course create your own custom templates. More information
on templates creation could be found in <link
linkend="CreatingCustomJSPTemplates">Chapter 5</link>.</para>
+ -->
<figure>
<title>Choosing JSF Template</title>
<mediaobject>
@@ -380,9 +382,10 @@
<title>Importing Existing JSF Projects with Any Structure</title>
<para>For detailed information on migration projects to JBoss Developer
- Studio see <ulink
- url="http://www.redhat.com/developers/jbds/Exadel_Studio_Single/"
- >Migration Guide</ulink>.</para>
+ Studio see
+ <ulink url="../../../../../../documentation/guides/build/Exadel-migration/en/html_single/index.html">Migration Guide</ulink>.
+ </para>
+
</section>
<section id="AddingJSFCapabilityToAnyExistingEclipseProject">
<?dbhtml filename="AddingJSFCapabilityToAnyExistingEclipseProject.html"?>
@@ -715,7 +718,7 @@
<title>Error Reporting</title>
<para>Errors will be reported by JBoss Developer Studio's <link
- linkend="VerificationandValidation"> verification</link>
+ linkend="verif_valid"> verification</link>
facility:</para>
<figure>
<title>Error Reporting in Source View</title>
Modified: trunk/jsf/docs/userguide/en/modules/preferences.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/preferences.xml 2007-12-07 12:13:11 UTC (rev 5219)
+++ trunk/jsf/docs/userguide/en/modules/preferences.xml 2007-12-07 12:14:07 UTC (rev 5220)
@@ -40,7 +40,7 @@
<listitem><link linkend="View">View</link></listitem>
<listitem><link linkend="VisualPageEditor2">Visual Page Editor</link></listitem>
<listitem><link linkend="XDoclet">XDoclet</link></listitem>
- <listitem><link linkend="XDocletTemplets">XDoclet Templets</link></listitem>
+ <listitem><link linkend="XDocletTemplates">XDoclet Templets</link></listitem>
<listitem><link linkend="XDocletsVariables">XDoclets Variables</link></listitem>
</itemizedlist>
Modified: trunk/jsf/docs/userguide/en/modules/struts.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/struts.xml 2007-12-07 12:13:11 UTC (rev 5219)
+++ trunk/jsf/docs/userguide/en/modules/struts.xml 2007-12-07 12:14:07 UTC (rev 5220)
@@ -113,7 +113,7 @@
<?dbhtml filename="ImportingAnExistingStrutsProjectWithAnyStructure.html"?>
<title>Importing an Existing Struts Project with Any Structure</title>
- <para>For detailed information on migration projects to JBoss Developer Studio see <ulink url="http://www.redhat.com/developers/jbds/Exadel_Studio_Single/">Migration Guide</ulink>.</para>
+ <para>For detailed information on migration projects to JBoss Developer Studio see <ulink url="../../../../../../documentation/guides/build/Exadel-migration/en/html_single/index.html">Migration Guide</ulink>.</para>
</section>
<section id="AddingStrutsCapabilityToAnExistingWebApplication532">
Modified: trunk/jsf/docs/userguide/en/modules/web_projects.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/web_projects.xml 2007-12-07 12:13:11 UTC (rev 5219)
+++ trunk/jsf/docs/userguide/en/modules/web_projects.xml 2007-12-07 12:14:07 UTC (rev 5220)
@@ -24,7 +24,7 @@
<listitem><para>Use context menus to develop the application (all create and edit functions are available)</para></listitem>
<listitem><para>Use icon shortcuts to create and import JSF and Struts projects</para></listitem>
<listitem><para>Expand and inspect tag library files</para></listitem>
-<listitem><link linkend="AddingTagLibraries">Select custom and third-party tag libraries to drag and drop onto
+ <listitem><link linkend="AddingCustomJSFTagsToTheRedHatPalette7433">Select custom and third-party tag libraries to drag and drop onto
the JBoss Tools Palette</link></listitem>
</itemizedlist>
</section>
@@ -218,7 +218,7 @@
<?dbhtml filename="DragAndDropTagLibrariesOnToRedHatPalette.html"?>
<title>Drag and Drop Tag Libraries on to JBoss Tools Palette</title>
-<para>Read <link linkend="AddingTagLibraries">Adding Tag Libraries</link> to learn about this.</para>
+ <para>Read <link linkend="AddingCustomJSFTagsToTheRedHatPalette7433">Adding Tag Libraries</link> to learn about this.</para>
</section>
<section id="CreateAndImportJSFAndStrutsProjects">
<title>Create and Import JSF and Struts Projects</title>
18 years
JBoss Tools SVN: r5218 - trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ykryvinchanka
Date: 2007-12-07 07:12:31 -0500 (Fri, 07 Dec 2007)
New Revision: 5218
Modified:
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/introduction.xml
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/struts_validation.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-338 Legacy guide. Links are relative
Modified: trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/introduction.xml
===================================================================
--- trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/introduction.xml 2007-12-06 16:32:58 UTC (rev 5217)
+++ trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/introduction.xml 2007-12-07 12:12:31 UTC (rev 5218)
@@ -11,6 +11,6 @@
</chapterinfo>
<title>Introduction</title>
<para>The following chapters describe how to deal with classic/old style of JSF and Struts development. We recommend users to
-use <ulink url="http://www.redhat.com/developers/jbds/Getting_Started/GetStartSeamGen.html">JBoss Seam</ulink> to simplify development, but until then you can read about classical JSF and Struts usage here.</para>
+ use <ulink url="../../../../../../SeamDevTools/docs/build/reference/en/html/create_new_seam.html">JBoss Seam</ulink> to simplify development, but until then you can read about classical JSF and Struts usage here.</para>
</chapter>
Modified: trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/struts_validation.xml
===================================================================
--- trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/struts_validation.xml 2007-12-06 16:32:58 UTC (rev 5217)
+++ trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/struts_validation.xml 2007-12-07 12:12:31 UTC (rev 5218)
@@ -262,6 +262,6 @@
<section id="OtherResource">
<?dbhtml filename="OtherResource.html"?>
<title>Other Resources</title>
-<para>You can also read <ulink url="http://www.redhat.com/developers/jbds/JSFTools/Struts.html">Struts</ulink> chapter in our "JBoss JSF Tools" guide for more information on this topic.</para>
+ <para>You can also read <ulink url="../../../../../../jsf/docs/build/userguide/en/html/Struts.html">Struts</ulink> chapter in our "Visual Web Tools" guide for more information on this topic.</para>
</section>
</chapter>
\ No newline at end of file
18 years
JBoss Tools SVN: r5217 - trunk/documentation/guides/userguide/GettingStartedGuide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-12-06 11:32:58 -0500 (Thu, 06 Dec 2007)
New Revision: 5217
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-337 recommendation for using Seam in these chapters is added.
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2007-12-06 15:33:44 UTC (rev 5216)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2007-12-06 16:32:58 UTC (rev 5217)
@@ -9,6 +9,12 @@
</keywordset>
</chapterinfo>
<title>Developing a simple JSP web application</title>
+
+ <note>
+ <title>Note:</title>
+ <para>We highly recommend developing in <property>Seam</property>. This chapter is for users who for some reason cannot use Seam.</para>
+ </note>
+
<para>In this chapter you'll find out how to create a simple JSP application using the JBoss Developer Studio. The application will show a classic "Hello World!" on the page.</para>
<para>We'll assume that you have already launched JBoss Developer Studio and
also that the Web Development perspective is the current perspective. (If not, make it active by selecting <emphasis><property>Window > Open Perspective > Web Development</property></emphasis> from the menu bar or by selecting <emphasis><property>Window > Open Perspective > Other...</property></emphasis> from the menu bar and then selecting Web Development from
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2007-12-06 15:33:44 UTC (rev 5216)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2007-12-06 16:32:58 UTC (rev 5217)
@@ -10,6 +10,12 @@
</keywordset>
</chapterinfo>
<title>RAD development of a simple JSF application</title>
+
+ <note>
+ <title>Note:</title>
+ <para>We highly recommend developing in <property>Seam</property>. This chapter is for users who for some reason cannot use Seam.</para>
+ </note>
+
<para>In this chapter you will see how to create a simple JSF application being based on <property>"RAD"</property> philosophy. We will create the familiar Guess Number application. The scenario is the following. You are asked to guess a number between 0 and 100. If the guess is correct, a success page is displayed with a link to play again. If the guess is incorrect, a message is printed notifying the user that a smaller or a larger number should be entered and the game continues.</para>
<para>We'll show you how to create such an application from scratch, along the way demonstrating powerful features of JBoss Developer Studio such as project templating, Visual Page Editor, code completion and others. You will design the
JSF application and then run the application from inside JBoss Developer Studio using the bundled JBoss server.</para>
18 years
JBoss Tools SVN: r5216 - in trunk/documentation/guides/userguide/GettingStartedGuide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-12-06 10:33:44 -0500 (Thu, 06 Dec 2007)
New Revision: 5216
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/first_seam/first_seam_18.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-337 "Add Security to the Application" chapter update
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/first_seam/first_seam_18.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml 2007-12-06 11:22:05 UTC (rev 5215)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml 2007-12-06 15:33:44 UTC (rev 5216)
@@ -360,33 +360,28 @@
</section>
- <section>
+ <section id="AddSecurity">
<title>Add Security to the Application</title>
- <para>You have probably noticed that the web page template has a login link at the top of the page. You can use the Seam security framework to secure access to any web page or web action. You can implement the login logic in the <emphasis><property>checkLoggedIn</property></emphasis> method. In the following example, we just use hardcoded username and password. But you can easily change it to use database, LDAP or any other means.</para>
+ <para>You have probably noticed that the web page template has a login link at the top of the page. You can use the Seam security framework to secure access to
+ any web page or web action. We just use hardcoded username and password but you can easily change it to use database, LDAP or any other means.
+ The simplest use case for Seam security is to add a declarative security in <property>pages.xml</property> (<emphasis><property>WebContent > WEB-INF > pages.xml</property></emphasis>) like this:</para>
- <para>Then, on the action method, you can use the <emphasis>@AroundInvoke</emphasis> annotation to specify that it is only invoked by authenticated users.</para>
-
- <programlisting role="JAVA"><![CDATA[public class LoggedInInterceptor
- {
- @AroundInvoke
- public Object checkLoggedIn(InvocationContext invocation) throws Exception
- {
- boolean isLoggedIn = Contexts.getSessionContext().get("loggedIn")!=null;
- if (isLoggedIn) {
- //the user is already logged in
- return invocation.proceed();
- }
- else {
- //the user is not logged in, fwd to login page
- return "login";
- }
- }
-}
-]]></programlisting>
+ <programlisting role="XML"><![CDATA[<!DOCTYPE pages PUBLIC
+ "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
+ "http://jboss.com/products/seam/pages-1.2.dtd">
- <para>Now, re-deploy the application and try the action button. The application redirects to the <emphasis><property>login</property></emphasis> page asking for login credentials. The method is invoked after you successfully logged in.</para>
+<pages no-conversation-view-id="/home.xhtml"
+ login-view-id="/login.xhtml">
+...
+
+ <page view-id="/simpleAction.xhtml" login-required="true"/>
+</pages>]]></programlisting>
+
+
+ <para>Re-deploy the application and try the action button. The application redirects to the <emphasis><property>login</property></emphasis> page asking for login credentials. The method is invoked after you successfully logged in.</para>
+
<figure>
<title>Access Control for Action Methods</title>
<mediaobject>
@@ -396,35 +391,6 @@
</mediaobject>
</figure>
- <para>We can also secure web pages. You can edit the <emphasis><property>Authenticator.java</property></emphasis> file to put an access constraint on the login page.</para>
-
- <programlisting role="JAVA"><![CDATA[package.org.domain.MySeamProj.session;
-import org.jboss.seam.annotations.In;
-import org.jboss.seam.annotations.Logger;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.log.Log;
-import org.jboss.seam.security.identity;
-
- @Name ("authenticator")
- public class Authenticator
- {
- @Logger Log log;
- @In Identity identity;
-
- public boolean authenticate()
- {
- log.info("authenticating #0", identity.getUserName());
- //write your authentication logic here,
- //return true if the authentication was
- //successful, false otherwise
- identity.addRole("admin");
- return true;
- }
- }
-]]></programlisting>
-
- <para>You can try to load the <emphasis><property>http://localhost:8080/MySeamProj/</property></emphasis> URL in the browser and it will redirect to ask for login.</para>
-
</section>
18 years
JBoss Tools SVN: r5215 - trunk/seam/plugins/org.jboss.tools.seam.xml/resources/help.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2007-12-06 06:22:05 -0500 (Thu, 06 Dec 2007)
New Revision: 5215
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml/resources/help/keys-seam.properties
Log:
JBIDE-1454
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/resources/help/keys-seam.properties
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/resources/help/keys-seam.properties 2007-12-05 13:20:09 UTC (rev 5214)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/resources/help/keys-seam.properties 2007-12-06 11:22:05 UTC (rev 5215)
@@ -593,3 +593,883 @@
FileSeamComponents12_EditorActionList_AddRedirectFilter.WindowTitle=Add Redirect Filter
FileSeamComponents12_EditorActionList_AddRedirectFilter.Title=Redirect Filter
+
+SeamBPMActor20_Properties.WindowTitle=Properties
+SeamBPMActor20_Properties.Title=Seam BPM Actor
+
+SeamBPMJBPM20_Properties.WindowTitle=Properties
+SeamBPMJBPM20_Properties.Title=Seam JBPM
+
+SeamBPMPageflowDefinitions20_AddEntry.WindowTitle=Add Entry
+SeamBPMPageflowDefinitions20_AddEntry.Title=Seam Pageflow Definition
+
+SeamBPMPageflowDefinitions20_Properties.WindowTitle=Properties
+SeamBPMPageflowDefinitions20_Properties.Title=Seam Pageflow Definitions
+
+SeamBPMProcessDefinitions20_AddEntry.WindowTitle=Add Entry
+SeamBPMProcessDefinitions20_AddEntry.Title=Seam Process Definition
+
+SeamBPMProcessDefinitions20_Properties.WindowTitle=Properties
+SeamBPMProcessDefinitions20_Properties.Title=Seam Process Definitions
+
+SeamCoreActor_Properties.WindowTitle=Properties
+SeamCoreActor_Properties.Title=Seam Core Actor
+
+SeamCoreBundleNames_AddEntry.WindowTitle=Add Entry
+SeamCoreBundleNames_AddEntry.Title=Seam Bundle Name
+
+SeamCoreBundleNames_Properties.WindowTitle=Properties
+SeamCoreBundleNames_Properties.Title=Seam Core Bundle Names
+
+SeamCoreDispatcher_Properties.WindowTitle=Properties
+SeamCoreDispatcher_Properties.Title=Seam Core Dispatcher
+
+SeamCoreEJB_Properties.WindowTitle=Properties
+SeamCoreEJB_Properties.Title=Seam Core EJB
+
+SeamCoreEntityManagerFactory_Properties.WindowTitle=Properties
+SeamCoreEntityManagerFactory_Properties.Title=Seam Core Entity Manager Factory
+
+SeamCoreFilter_Properties.WindowTitle=Properties
+SeamCoreFilter_Properties.Title=Seam Core Filter
+
+SeamCoreFilters_AddEntry.WindowTitle=Add Entry
+SeamCoreFilters_AddEntry.Title=Seam Core Filter
+
+SeamCoreFilters_Properties.WindowTitle=Properties
+SeamCoreFilters_Properties.Title=Seam Core Filters
+
+SeamCoreInit_Properties.WindowTitle=Properties
+SeamCoreInit_Properties.Title=Seam Core Init
+
+SeamCoreJBPM_Properties.WindowTitle=Properties
+SeamCoreJBPM_Properties.Title=Seam Core JBPM
+
+SeamCoreLocaleSelector_Properties.WindowTitle=Properties
+SeamCoreLocaleSelector_Properties.Title=Seam Core Locale Selector
+
+SeamCoreManagedPersistenceContext_Properties.WindowTitle=Properties
+SeamCoreManagedPersistenceContext_Properties.Title=Seam Core Managed Persistence Context
+
+SeamCoreManager_Properties.WindowTitle=Properties
+SeamCoreManager_Properties.Title=Seam Core Manager
+
+SeamCoreMicrocontainer_Properties.WindowTitle=Properties
+SeamCoreMicrocontainer_Properties.Title=Seam Core Microcontainer
+
+SeamCorePageflowDefinitions_AddEntry.WindowTitle=Add Entry
+SeamCorePageflowDefinitions_AddEntry.Title=Seam Pageflow Definition
+
+SeamCorePageflowDefinitions_Properties.WindowTitle=Properties
+SeamCorePageflowDefinitions_Properties.Title=Seam Core Pageflow Definitions
+
+SeamCorePages_Properties.WindowTitle=Properties
+SeamCorePages_Properties.Title=Seam Core Pages
+
+SeamCoreParameters_AddEntry.WindowTitle=Add Entry
+SeamCoreParameters_AddEntry.Title=Seam Map Entry
+
+SeamCoreParameters_Properties.WindowTitle=Properties
+SeamCoreParameters_Properties.Title=Seam Core Parameters
+
+SeamCorePersistenceUnitProperties_AddEntry.WindowTitle=Add Entry
+SeamCorePersistenceUnitProperties_AddEntry.Title=Seam Map Entry
+
+SeamCorePersistenceUnitProperties_Properties.WindowTitle=Properties
+SeamCorePersistenceUnitProperties_Properties.Title=Seam Core Persistence Unit Properties
+
+SeamCorePojoCache_Properties.WindowTitle=Properties
+SeamCorePojoCache_Properties.Title=Seam Core POJO Cache
+
+SeamCoreProcessDefinitions_AddEntry.WindowTitle=Add Entry
+SeamCoreProcessDefinitions_AddEntry.Title=Seam Process Definition
+
+SeamCoreProcessDefinitions_Properties.WindowTitle=Properties
+SeamCoreProcessDefinitions_Properties.Title=Seam Core Process Definitions
+
+SeamCoreResourceBundle_Properties.WindowTitle=Properties
+SeamCoreResourceBundle_Properties.Title=Seam Core Resource Bundle
+
+SeamCoreResourceLoader20_Properties.WindowTitle=Properties
+SeamCoreResourceLoader20_Properties.Title=Seam Core Resource Loader
+
+SeamCoreTimeZoneSelector_Properties.WindowTitle=Properties
+SeamCoreTimeZoneSelector_Properties.Title=Seam Core Time Zone Selector
+
+SeamCoreTransactionListener_Properties.WindowTitle=Properties
+SeamCoreTransactionListener_Properties.Title=Seam Core Transaction Listener
+
+FileSeamComponents12_AddActor.WindowTitle=Add Actor
+FileSeamComponents12_AddActor.Title=Seam Core Actor
+
+FileSeamComponents12_AddDispatcher.WindowTitle=Add Dispatcher
+FileSeamComponents12_AddDispatcher.Title=Seam Core Dispatcher
+
+FileSeamComponents12_AddTransactionListener.WindowTitle=Add Transaction Listener
+FileSeamComponents12_AddTransactionListener.Title=Seam Core Transaction Listener
+
+FileSeamComponents12_AddEJB.WindowTitle=Add EJB
+FileSeamComponents12_AddEJB.Title=Seam Core EJB
+
+FileSeamComponents12_AddInit.WindowTitle=Add Init
+FileSeamComponents12_AddInit.Title=Seam Core Init
+
+FileSeamComponents12_AddJBPM.WindowTitle=Add JBPM
+FileSeamComponents12_AddJBPM.Title=Seam Core JBPM
+
+FileSeamComponents12_AddLocaleSelector.WindowTitle=Add Locale Selector
+FileSeamComponents12_AddLocaleSelector.Title=Seam Core Locale Selector
+
+FileSeamComponents12_AddManager.WindowTitle=Add Manager
+FileSeamComponents12_AddManager.Title=Seam Core Manager
+
+FileSeamComponents12_AddMicrocontainer.WindowTitle=Add Microcontainer
+FileSeamComponents12_AddMicrocontainer.Title=Seam Core Microcontainer
+
+FileSeamComponents12_AddPages.WindowTitle=Add Pages
+FileSeamComponents12_AddPages.Title=Seam Core Pages
+
+FileSeamComponents12_AddPojoCache.WindowTitle=Add POJO Cache
+FileSeamComponents12_AddPojoCache.Title=Seam Core POJO Cache
+
+FileSeamComponents12_AddResourceBundle.WindowTitle=Add Resource Bundle
+FileSeamComponents12_AddResourceBundle.Title=Seam Core Resource Bundle
+
+FileSeamComponents12_AddTimeZoneSelector.WindowTitle=Add Time Zone Selector
+FileSeamComponents12_AddTimeZoneSelector.Title=Seam Core Time Zone Selector
+
+FileSeamComponents12_AddManagedPersistenceContext.WindowTitle=Add Managed Persistence Context
+FileSeamComponents12_AddManagedPersistenceContext.Title=Seam Core Managed Persistence Context
+
+FileSeamComponents12_AddEntityManagerFactory.WindowTitle=Add Entity Manager Factory
+FileSeamComponents12_AddEntityManagerFactory.Title=Seam Core Entity Manager Factory
+
+FileSeamComponents12_AddFilter.WindowTitle=Add Filter
+FileSeamComponents12_AddFilter.Title=Seam Core Filter
+
+FileSeamComponents12_EditorActionList_AddActor.WindowTitle=Add Actor
+FileSeamComponents12_EditorActionList_AddActor.Title=Seam Core Actor
+
+FileSeamComponents12_EditorActionList_AddDispatcher.WindowTitle=Add Dispatcher
+FileSeamComponents12_EditorActionList_AddDispatcher.Title=Seam Core Dispatcher
+
+FileSeamComponents12_EditorActionList_AddTransactionListener.WindowTitle=Add Transaction Listener
+FileSeamComponents12_EditorActionList_AddTransactionListener.Title=Seam Core Transaction Listener
+
+FileSeamComponents12_EditorActionList_AddEJB.WindowTitle=Add EJB
+FileSeamComponents12_EditorActionList_AddEJB.Title=Seam Core EJB
+
+FileSeamComponents12_EditorActionList_AddInit.WindowTitle=Add Init
+FileSeamComponents12_EditorActionList_AddInit.Title=Seam Core Init
+
+FileSeamComponents12_EditorActionList_AddJBPM.WindowTitle=Add JBPM
+FileSeamComponents12_EditorActionList_AddJBPM.Title=Seam Core JBPM
+
+FileSeamComponents12_EditorActionList_AddLocaleSelector.WindowTitle=Add Locale Selector
+FileSeamComponents12_EditorActionList_AddLocaleSelector.Title=Seam Core Locale Selector
+
+FileSeamComponents12_EditorActionList_AddManager.WindowTitle=Add Manager
+FileSeamComponents12_EditorActionList_AddManager.Title=Seam Core Manager
+
+FileSeamComponents12_EditorActionList_AddMicrocontainer.WindowTitle=Add Microcontainer
+FileSeamComponents12_EditorActionList_AddMicrocontainer.Title=Seam Core Microcontainer
+
+FileSeamComponents12_EditorActionList_AddPages.WindowTitle=Add Pages
+FileSeamComponents12_EditorActionList_AddPages.Title=Seam Core Pages
+
+FileSeamComponents12_EditorActionList_AddPojoCache.WindowTitle=Add POJO Cache
+FileSeamComponents12_EditorActionList_AddPojoCache.Title=Seam Core POJO Cache
+
+FileSeamComponents12_EditorActionList_AddResourceBundle.WindowTitle=Add Resource Bundle
+FileSeamComponents12_EditorActionList_AddResourceBundle.Title=Seam Core Resource Bundle
+
+FileSeamComponents12_EditorActionList_AddTimeZoneSelector.WindowTitle=Add Time Zone Selector
+FileSeamComponents12_EditorActionList_AddTimeZoneSelector.Title=Seam Core Time Zone Selector
+
+FileSeamComponents12_EditorActionList_AddManagedPersistenceContext.WindowTitle=Add Managed Persistence Context
+FileSeamComponents12_EditorActionList_AddManagedPersistenceContext.Title=Seam Core Managed Persistence Context
+
+FileSeamComponents12_EditorActionList_AddEntityManagerFactory.WindowTitle=Add Entity Manager Factory
+FileSeamComponents12_EditorActionList_AddEntityManagerFactory.Title=Seam Core Entity Manager Factory
+
+FileSeamComponents12_EditorActionList_AddFilter.WindowTitle=Add Filter
+FileSeamComponents12_EditorActionList_AddFilter.Title=Seam Core Filter
+
+FileSeamComponents20_AddInit.WindowTitle=Add Init
+FileSeamComponents20_AddInit.Title=Seam Core Init
+
+FileSeamComponents20_AddManager.WindowTitle=Add Manager
+FileSeamComponents20_AddManager.Title=Seam Core Manager
+
+FileSeamComponents20_AddPojoCache.WindowTitle=Add POJO Cache
+FileSeamComponents20_AddPojoCache.Title=Seam Core POJO Cache
+
+FileSeamComponents20_AddResourceLoader.WindowTitle=Add Resource Loader
+FileSeamComponents20_AddResourceLoader.Title=Seam Core Resource Loader
+
+FileSeamComponents20_AddActor.WindowTitle=Add Actor
+FileSeamComponents20_AddActor.Title=Seam BPM Actor
+
+FileSeamComponents20_AddJBPM.WindowTitle=Add JBPM
+FileSeamComponents20_AddJBPM.Title=Seam JBPM
+
+FileSeamComponents20_EditorActionList_AddInit.WindowTitle=Add Init
+FileSeamComponents20_EditorActionList_AddInit.Title=Seam Core Init
+
+FileSeamComponents20_EditorActionList_AddManager.WindowTitle=Add Manager
+FileSeamComponents20_EditorActionList_AddManager.Title=Seam Core Manager
+
+FileSeamComponents20_EditorActionList_AddPojoCache.WindowTitle=Add POJO Cache
+FileSeamComponents20_EditorActionList_AddPojoCache.Title=Seam Core POJO Cache
+
+FileSeamComponents20_EditorActionList_AddResourceLoader.WindowTitle=Add Resource Loader
+FileSeamComponents20_EditorActionList_AddResourceLoader.Title=Seam Core Resource Loader
+
+FileSeamComponents20_EditorActionList_AddActor.WindowTitle=Add Actor
+FileSeamComponents20_EditorActionList_AddActor.Title=Seam BPM Actor
+
+FileSeamComponents20_EditorActionList_AddJBPM.WindowTitle=Add JBPM
+FileSeamComponents20_EditorActionList_AddJBPM.Title=Seam BPMJBPM
+
+SeamDroolsManagedWorkingMemory_Properties.WindowTitle=Properties
+SeamDroolsManagedWorkingMemory_Properties.Title=Seam Drools Managed Working Memory
+
+SeamDroolsRuleAgent_Properties.WindowTitle=Properties
+SeamDroolsRuleAgent_Properties.Title=Seam Drools Rule Agent
+
+SeamDroolsRuleBase_Properties.WindowTitle=Properties
+SeamDroolsRuleBase_Properties.Title=Seam Drools Rule Base
+
+SeamDroolsRuleFiles_AddEntry.WindowTitle=Add Entry
+SeamDroolsRuleFiles_AddEntry.Title=Seam Drools Rule File
+
+SeamDroolsRuleFiles_Properties.WindowTitle=Properties
+SeamDroolsRuleFiles_Properties.Title=Seam Drools Rule Files
+
+FileSeamComponents12_AddManagedWorkingMemory.WindowTitle=Add Managed Working Memory
+FileSeamComponents12_AddManagedWorkingMemory.Title=Seam Drools Managed Working Memory
+
+FileSeamComponents12_AddRuleBase.WindowTitle=Add Rule Base
+FileSeamComponents12_AddRuleBase.Title=Seam Drools Rule Base
+
+FileSeamComponents12_EditorActionList_AddManagedWorkingMemory.WindowTitle=Add Managed Working Memory
+FileSeamComponents12_EditorActionList_AddManagedWorkingMemory.Title=Seam Drools Managed Working Memory
+
+FileSeamComponents12_EditorActionList_AddRuleBase.WindowTitle=Add Rule Base
+FileSeamComponents12_EditorActionList_AddRuleBase.Title=Seam Drools Rule Base
+
+FileSeamComponents20_AddManagedWorkingMemory.WindowTitle=Add Managed Working Memory
+FileSeamComponents20_AddManagedWorkingMemory.Title=Seam Drools Managed Working Memory
+
+FileSeamComponents20_AddRuleBase.WindowTitle=Add Rule Base
+FileSeamComponents20_AddRuleBase.Title=Seam Drools Rule Base
+
+FileSeamComponents20_AddRuleAgent.WindowTitle=Add Rule Base
+FileSeamComponents20_AddRuleAgent.Title=Seam Drools Rule Agent
+
+FileSeamComponents20_EditorActionList_AddManagedWorkingMemory.WindowTitle=Add Managed Working Memory
+FileSeamComponents20_EditorActionList_AddManagedWorkingMemory.Title=Seam Drools Managed Working Memory
+
+FileSeamComponents20_EditorActionList_AddRuleBase.WindowTitle=Add Rule Base
+FileSeamComponents20_EditorActionList_AddRuleBase.Title=Seam Drools Rule Base
+
+FileSeamComponents20_EditorActionList_AddRuleAgent.WindowTitle=Add Rule Base
+FileSeamComponents20_EditorActionList_AddRuleAgent.Title=Seam Drools Rule Agent
+
+SeamFrameworkEntityHome_Properties.WindowTitle=Properties
+SeamFrameworkEntityHome_Properties.Title=Seam Framework Entity Home
+
+SeamFrameworkEntityQuery_Properties.WindowTitle=Properties
+SeamFrameworkEntityQuery_Properties.Title=Seam Framework Entity Query
+
+SeamFrameworkHibernateEntityHome_Properties.WindowTitle=Properties
+SeamFrameworkHibernateEntityHome_Properties.Title=Seam Framework Hibernate Entity Home
+
+SeamFrameworkHibernateEntityQuery_Properties.WindowTitle=Properties
+SeamFrameworkHibernateEntityQuery_Properties.Title=Seam Framework Hibernate Entity Query
+
+SeamFrameworkHints_AddEntry.WindowTitle=Add Entry
+SeamFrameworkHints_AddEntry.Title=Seam Framework Hint
+
+SeamFrameworkHints_Properties.WindowTitle=Properties
+SeamFrameworkHints_Properties.Title=Seam Framework Hints
+
+SeamFrameworkRestrictions_AddEntry.WindowTitle=Add Entry
+SeamFrameworkRestrictions_AddEntry.Title=Seam Framework Restriction
+
+SeamFrameworkRestrictions_Properties.WindowTitle=Properties
+SeamFrameworkRestrictions_Properties.Title=Seam Framework Restrictions
+
+FileSeamComponents12_AddEntityQuery.WindowTitle=Add Entity Query
+FileSeamComponents12_AddEntityQuery.Title=Seam Framework Entity Query
+
+FileSeamComponents12_AddHibernateEntityQuery.WindowTitle=Add Hibernate Entity Query
+FileSeamComponents12_AddHibernateEntityQuery.Title=Seam Framework Hibernate Entity Query
+
+FileSeamComponents12_AddEntityHome.WindowTitle=Add Entity Home
+FileSeamComponents12_AddEntityHome.Title=Seam Framework Entity Home
+
+FileSeamComponents12_AddHibernateEntityHome.WindowTitle=Add Hibernate Entity Home
+FileSeamComponents12_AddHibernateEntityHome.Title=Seam Framework Hibernate Entity Home
+
+FileSeamComponents12_EditorActionList_AddEntityQuery.WindowTitle=Add Entity Query
+FileSeamComponents12_EditorActionList_AddEntityQuery.Title=Seam Framework Entity Query
+
+FileSeamComponents12_EditorActionList_AddHibernateEntityQuery.WindowTitle=Add Hibernate Entity Query
+FileSeamComponents12_EditorActionList_AddHibernateEntityQuery.Title=Seam Framework Hibernate Entity Query
+
+FileSeamComponents12_EditorActionList_AddEntityHome.WindowTitle=Add Entity Home
+FileSeamComponents12_EditorActionList_AddEntityHome.Title=Seam Framework Entity Home
+
+FileSeamComponents12_EditorActionList_AddHibernateEntityHome.WindowTitle=Add Hibernate Entity Home
+FileSeamComponents12_EditorActionList_AddHibernateEntityHome.Title=Seam Framework Hibernate Entity Home
+
+SeamJmsQueueConnection_Properties.WindowTitle=Properties
+SeamJmsQueueConnection_Properties.Title=Seam Jms Queue Connection
+
+SeamJmsQueueSender_Properties.WindowTitle=Properties
+SeamJmsQueueSender_Properties.Title=Seam Jms Queue Sender
+
+SeamJmsTopicConnection_Properties.WindowTitle=Properties
+SeamJmsTopicConnection_Properties.Title=Seam Jms Topic Connection
+
+SeamJmsTopicPublisher_Properties.WindowTitle=Properties
+SeamJmsTopicPublisher_Properties.Title=Seam Jms Topic Publisher
+
+FileSeamComponents12_AddQueueConnection.WindowTitle=Add Queue Connection
+FileSeamComponents12_AddQueueConnection.Title=Seam Jms Queue Connection
+
+FileSeamComponents12_AddTopicConnection.WindowTitle=Add Topic Connection
+FileSeamComponents12_AddTopicConnection.Title=Seam Jms Topic Connection
+
+FileSeamComponents12_AddTopicPublisher.WindowTitle=Add Managed Topic Publisher
+FileSeamComponents12_AddTopicPublisher.Title=Seam Jms Topic Publisher
+
+FileSeamComponents12_AddQueueSender.WindowTitle=Add Managed Queue Sender
+FileSeamComponents12_AddQueueSender.Title=Seam Jms Queue Sender
+
+FileSeamComponents12_EditorActionList_AddQueueConnection.WindowTitle=Add Queue Connection
+FileSeamComponents12_EditorActionList_AddQueueConnection.Title=Seam Jms Queue Connection
+
+FileSeamComponents12_EditorActionList_AddTopicConnection.WindowTitle=Add Topic Connection
+FileSeamComponents12_EditorActionList_AddTopicConnection.Title=Seam Jms Topic Connection
+
+FileSeamComponents12_EditorActionList_AddTopicPublisher.WindowTitle=Add Managed Topic Publisher
+FileSeamComponents12_EditorActionList_AddTopicPublisher.Title=Seam Jms Topic Publisher
+
+FileSeamComponents12_EditorActionList_AddQueueSender.WindowTitle=Add Managed Queue Sender
+FileSeamComponents12_EditorActionList_AddQueueSender.Title=Seam Jms Queue Sender
+
+SeamMailAliases_AddEntry.WindowTitle=Add Entry
+SeamMailAliases_AddEntry.Title=Seam List Entry
+
+SeamMailAliases_Properties.WindowTitle=Properties
+SeamMailAliases_Properties.Title=Seam Mail Aliases
+
+SeamMailMeldware_Properties.WindowTitle=Properties
+SeamMailMeldware_Properties.Title=Seam Mail Meldware
+
+SeamMailMeldwareUser_Properties.WindowTitle=Properties
+SeamMailMeldwareUser_Properties.Title=Seam Mail Meldware User
+
+SeamMailSession_Properties.WindowTitle=Properties
+SeamMailSession_Properties.Title=Seam Mail Session
+
+SeamMailUsers_AddEntry.WindowTitle=Add Entry
+SeamMailUsers_AddEntry.Title=Seam Mail User
+
+SeamMailUsers_Properties.WindowTitle=Properties
+SeamMailUsers_Properties.Title=Seam Mail Users
+
+FileSeamComponents12_AddMailSession.WindowTitle=Add Mail Session
+FileSeamComponents12_AddMailSession.Title=Seam Mail Session
+
+FileSeamComponents12_EditorActionList_AddMailSession.WindowTitle=Add Mail Session
+FileSeamComponents12_EditorActionList_AddMailSession.Title=Seam Mail Session
+
+FileSeamComponents20_AddMailSession.WindowTitle=Add Mail Session
+FileSeamComponents20_AddMailSession.Title=Seam Mail Session
+
+FileSeamComponents20_AddMeldware.WindowTitle=Add Meldware
+FileSeamComponents20_AddMeldware.Title=Seam Mail Meldware
+
+FileSeamComponents20_AddMeldwareUser.WindowTitle=Add Meldware User
+FileSeamComponents20_AddMeldwareUser.Title=Seam Mail Meldware User
+
+FileSeamComponents20_EditorActionList_AddMailSession.WindowTitle=Add Mail Session
+FileSeamComponents20_EditorActionList_AddMailSession.Title=Seam Mail Session
+
+FileSeamComponents20_EditorActionList_AddMeldware.WindowTitle=Add Meldware
+FileSeamComponents20_EditorActionList_AddMeldware.Title=Seam Mail Meldware
+
+FileSeamComponents20_EditorActionList_AddMeldwareUser.WindowTitle=Add Meldware User
+FileSeamComponents20_EditorActionList_AddMeldwareUser.Title=Seam Mail Meldware User
+
+SeamPdfDocumentStore_Properties.WindowTitle=Properties
+SeamPdfDocumentStore_Properties.Title=Seam PDF Document Store
+
+SeamPdfKeyStoreConfig_Properties.WindowTitle=Properties
+SeamPdfKeyStoreConfig_Properties.Title=Seam PDF Key Store Config
+
+FileSeamComponents12_AddDocumentStore.WindowTitle=Add Document Store
+FileSeamComponents12_AddDocumentStore.Title=Seam PDF Document Store
+
+FileSeamComponents12_AddKeyStoreConfig.WindowTitle=Add Key Store Config
+FileSeamComponents12_AddKeyStoreConfig.Title=Seam PDF Key Store Config
+
+FileSeamComponents12_EditorActionList_AddDocumentStore.WindowTitle=Add Document Store
+FileSeamComponents12_EditorActionList_AddDocumentStore.Title=Seam PDF Document Store
+
+FileSeamComponents12_EditorActionList_AddKeyStoreConfig.WindowTitle=Add Key Store Config
+FileSeamComponents12_EditorActionList_AddKeyStoreConfig.Title=Seam PDF Key Store Config
+
+SeamRemotingConfig_Properties.WindowTitle=Properties
+SeamRemotingConfig_Properties.Title=Seam Remoting Config
+
+FileSeamComponents12_AddRemotingConfig.WindowTitle=Add Config
+FileSeamComponents12_AddRemotingConfig.Title=Seam Remoting Config
+
+FileSeamComponents12_EditorActionList_AddRemotingConfig.WindowTitle=Add Config
+FileSeamComponents12_EditorActionList_AddRemotingConfig.Title=Seam Remoting Config
+
+SeamSecurityIdentity_Properties.WindowTitle=Properties
+SeamSecurityIdentity_Properties.Title=Seam Security Identity
+
+FileSeamComponents12_AddIdentity.WindowTitle=Add Identity
+FileSeamComponents12_AddIdentity.Title=Seam Security Identity
+
+FileSeamComponents12_EditorActionList_AddIdentity.WindowTitle=Add Identity
+FileSeamComponents12_EditorActionList_AddIdentity.Title=Seam Security Identity
+
+SeamSpringConfigLocations_AddEntry.WindowTitle=Add Entry
+SeamSpringConfigLocations_AddEntry.Title=Seam Spring Config Location
+
+SeamSpringConfigLocations_Properties.WindowTitle=Properties
+SeamSpringConfigLocations_Properties.Title=Seam Spring Config Locations
+
+SeamSpringContextLoader_Properties.WindowTitle=Properties
+SeamSpringContextLoader_Properties.Title=Seam Spring Context Loader
+
+SeamSpringTaskDispatcher20_Properties.WindowTitle=Properties
+SeamSpringTaskDispatcher20_Properties.Title=Seam Spring Task Dispatcher
+
+SeamSpringTransaction20_Properties.WindowTitle=Properties
+SeamSpringTransaction20_Properties.Title=Seam Spring Transaction
+
+FileSeamComponents12_AddContextLoader.WindowTitle=Add Context Loader
+FileSeamComponents12_AddContextLoader.Title=Seam Spring Context Loader
+
+FileSeamComponents12_EditorActionList_AddContextLoader.WindowTitle=Add Context Loader
+FileSeamComponents12_EditorActionList_AddContextLoader.Title=Seam Spring Context Loader
+
+FileSeamComponents20_AddContextLoader.WindowTitle=Add Context Loader
+FileSeamComponents20_AddContextLoader.Title=Seam Spring Context Loader
+
+FileSeamComponents20_AddTaskDispatcher.WindowTitle=Add Task Dispatcher
+FileSeamComponents20_AddTaskDispatcher.Title=Seam Spring Task Dispatcher
+
+FileSeamComponents20_AddTransaction.WindowTitle=Add Transaction
+FileSeamComponents20_AddTransaction.Title=Seam Spring Transaction
+
+FileSeamComponents20_EditorActionList_AddContextLoader.WindowTitle=Add Context Loader
+FileSeamComponents20_EditorActionList_AddContextLoader.Title=Seam Spring Context Loader
+
+FileSeamComponents20_EditorActionList_AddTaskDispatcher.WindowTitle=Add Task Dispatcher
+FileSeamComponents20_EditorActionList_AddTaskDispatcher.Title=Seam Spring Task Dispatcher
+
+FileSeamComponents20_EditorActionList_AddTransaction.WindowTitle=Add Transaction
+FileSeamComponents20_EditorActionList_AddTransaction.Title=Seam Spring Transaction
+
+
+SeamThemeAvailableThemes_AddEntry.WindowTitle=Add Entry
+SeamThemeAvailableThemes_AddEntry.Title=Available Theme
+
+SeamThemeAvailableThemes_Properties.WindowTitle=Properties
+SeamThemeAvailableThemes_Properties.Title=Seam Available Themes
+
+SeamThemeSelector_Properties.WindowTitle=Properties
+SeamThemeSelector_Properties.Title=Seam Theme Selector
+
+FileSeamComponents12_AddThemeSelector.WindowTitle=Add Theme Selector
+FileSeamComponents12_AddThemeSelector.Title=Seam Theme Selector
+
+FileSeamComponents12_EditorActionList_AddThemeSelector.WindowTitle=Add Theme Selector
+FileSeamComponents12_EditorActionList_AddThemeSelector.Title=Seam Theme Selector
+
+SeamNoTransaction_Properties.WindowTitle=Properties
+SeamNoTransaction_Properties.Title=Seam No Transaction
+
+SeamTransactionEjb_Properties.WindowTitle=Properties
+SeamTransactionEjb_Properties.Title=Seam Transaction EJB
+
+SeamTransactionEntity_Properties.WindowTitle=Properties
+SeamTransactionEntity_Properties.Title=Seam Transaction Entity
+
+SeamTransactionHibernate_Properties.WindowTitle=Properties
+SeamTransactionHibernate_Properties.Title=Seam Transaction Hibernate
+
+FileSeamComponents20_AddEjb.WindowTitle=Add EJB
+FileSeamComponents20_AddEjb.Title=Seam Transaction EJB
+
+FileSeamComponents20_AddEntity.WindowTitle=Add Entity
+FileSeamComponents20_AddEntity.Title=Seam Transaction Entity
+
+FileSeamComponents20_AddHibernate.WindowTitle=Add Hibernate
+FileSeamComponents20_AddHibernate.Title=Seam Transaction Hibernate
+
+FileSeamComponents20_AddNo.WindowTitle=Add No Transaction
+FileSeamComponents20_AddNo.Title=Seam No Transaction
+
+FileSeamComponents20_EditorActionList_AddEjb.WindowTitle=Add EJB
+FileSeamComponents20_EditorActionList_AddEjb.Title=Seam Transaction EJB
+
+FileSeamComponents20_EditorActionList_AddEntity.WindowTitle=Add Entity
+FileSeamComponents20_EditorActionList_AddEntity.Title=Seam Transaction Entity
+
+FileSeamComponents20_EditorActionList_AddHibernate.WindowTitle=Add Hibernate
+FileSeamComponents20_EditorActionList_AddHibernate.Title=Seam Transaction Hibernate
+
+FileSeamComponents20_EditorActionList_AddNo.WindowTitle=Add No Transaction
+FileSeamComponents20_EditorActionList_AddNo.Title=Seam No Transaction
+
+SeamWebAjaxFilter20_Properties.WindowTitle=Properties
+SeamWebAjaxFilter20_Properties.Title=Seam Web Ajax Filter
+
+SeamWebAuthenticationFilter20_Properties.WindowTitle=Properties
+SeamWebAuthenticationFilter20_Properties.Title=Seam Web Authentication Filter
+
+SeamWebCharacterFilter20_Properties.WindowTitle=Properties
+SeamWebCharacterFilter20_Properties.Title=Seam Web Character Filter
+
+SeamWebContextFilter_Properties.WindowTitle=Properties
+SeamWebContextFilter_Properties.Title=Seam Web Context Filter
+
+SeamWebExceptionFilter_Properties.WindowTitle=Properties
+SeamWebExceptionFilter_Properties.Title=Seam Web Exception Filter
+
+SeamWebLoggingFilter20_Properties.WindowTitle=Properties
+SeamWebLoggingFilter20_Properties.Title=Seam Web Logging Filter
+
+SeamWebMultipartFilter_Properties.WindowTitle=Properties
+SeamWebMultipartFilter_Properties.Title=Seam Web Multipart Filter
+
+SeamWebRedirectFilter_Properties.WindowTitle=Properties
+SeamWebRedirectFilter_Properties.Title=Seam Web Redirect Filter
+
+SeamWebServletSession20_Properties.WindowTitle=Properties
+SeamWebServletSession20_Properties.Title=Seam Web Servlet Session
+
+FileSeamComponents12_AddContextFilter.WindowTitle=Add Context Filter
+FileSeamComponents12_AddContextFilter.Title=Seam Web Context Filter
+
+FileSeamComponents12_AddExceptionFilter.WindowTitle=Add Exception Filter
+FileSeamComponents12_AddExceptionFilter.Title=Seam Web Exception Filter
+
+FileSeamComponents12_AddMultipartFilter.WindowTitle=Add Multipart Filter
+FileSeamComponents12_AddMultipartFilter.Title=Seam Web Multipart Filter
+
+FileSeamComponents12_AddRedirectFilter.WindowTitle=Add Redirect Filter
+FileSeamComponents12_AddRedirectFilter.Title=Seam Web Redirect Filter
+
+FileSeamComponents12_EditorActionList_AddContextFilter.WindowTitle=Add Context Filter
+FileSeamComponents12_EditorActionList_AddContextFilter.Title=Seam Web Context Filter
+
+FileSeamComponents12_EditorActionList_AddExceptionFilter.WindowTitle=Add Exception Filter
+FileSeamComponents12_EditorActionList_AddExceptionFilter.Title=Seam Web Exception Filter
+
+FileSeamComponents12_EditorActionList_AddMultipartFilter.WindowTitle=Add Multipart Filter
+FileSeamComponents12_EditorActionList_AddMultipartFilter.Title=Seam Web Multipart Filter
+
+FileSeamComponents12_EditorActionList_AddRedirectFilter.WindowTitle=Add Redirect Filter
+FileSeamComponents12_EditorActionList_AddRedirectFilter.Title=Seam Web Redirect Filter
+
+FileSeamComponents20_AddContextFilter.WindowTitle=Add Context Filter
+FileSeamComponents20_AddContextFilter.Title=Seam Web Context Filter
+
+FileSeamComponents20_AddExceptionFilter.WindowTitle=Add Exception Filter
+FileSeamComponents20_AddExceptionFilter.Title=Seam Web Exception Filter
+
+FileSeamComponents20_AddMultipartFilter.WindowTitle=Add Multipart Filter
+FileSeamComponents20_AddMultipartFilter.Title=Seam Web Multipart Filter
+
+FileSeamComponents20_AddRedirectFilter.WindowTitle=Add Redirect Filter
+FileSeamComponents20_AddRedirectFilter.Title=Seam Web Redirect Filter
+
+FileSeamComponents20_AddAuthenticationFilter.WindowTitle=Add Authentication Filter
+FileSeamComponents20_AddAuthenticationFilter.Title=Seam Web Authentication Filter
+
+FileSeamComponents20_AddCharacterFilter.WindowTitle=Add Character Encoding Filter
+FileSeamComponents20_AddCharacterFilter.Title=Seam Web Character Filter
+
+FileSeamComponents20_AddAjaxFilter.WindowTitle=Add Ajax For JSF Filter
+FileSeamComponents20_AddAjaxFilter.Title=Seam Web Ajax Filter
+
+FileSeamComponents20_AddLoggingFilter.WindowTitle=Add Logging Filter
+FileSeamComponents20_AddLoggingFilter.Title=Seam Web Logging Filter
+
+FileSeamComponents20_AddServletSession.WindowTitle=Add Servlet Session
+FileSeamComponents20_AddServletSession.Title=Seam Web Servlet Session
+
+FileSeamComponents20_EditorActionList_AddContextFilter.WindowTitle=Add Context Filter
+FileSeamComponents20_EditorActionList_AddContextFilter.Title=Seam Web Context Filter
+
+FileSeamComponents20_EditorActionList_AddExceptionFilter.WindowTitle=Add Exception Filter
+FileSeamComponents20_EditorActionList_AddExceptionFilter.Title=Seam Web Exception Filter
+
+FileSeamComponents20_EditorActionList_AddMultipartFilter.WindowTitle=Add Multipart Filter
+FileSeamComponents20_EditorActionList_AddMultipartFilter.Title=Seam Web Multipart Filter
+
+FileSeamComponents20_EditorActionList_AddRedirectFilter.WindowTitle=Add Redirect Filter
+FileSeamComponents20_EditorActionList_AddRedirectFilter.Title=Seam Web Redirect Filter
+
+FileSeamComponents20_EditorActionList_AddAuthenticationFilter.WindowTitle=Add Authentication Filter
+FileSeamComponents20_EditorActionList_AddAuthenticationFilter.Title=Seam Web Authentication Filter
+
+FileSeamComponents20_EditorActionList_AddCharacterFilter.WindowTitle=Add Character Encoding Filter
+FileSeamComponents20_EditorActionList_AddCharacterFilter.Title=Seam Web Character Filter
+
+FileSeamComponents20_EditorActionList_AddAjaxFilter.WindowTitle=Add Ajax For JSF Filter
+FileSeamComponents20_EditorActionList_AddAjaxFilter.Title=Seam Web Ajax Filter
+
+FileSeamComponents20_EditorActionList_AddLoggingFilter.WindowTitle=Add Logging Filter
+FileSeamComponents20_EditorActionList_AddLoggingFilter.Title=Seam Web Logging Filter
+
+FileSeamComponents20_EditorActionList_AddServletSession.WindowTitle=Add Servlet Session
+FileSeamComponents20_EditorActionList_AddServletSession.Title=Seam Web Servlet Session
+
+FileSeamComponents20_EditorActionList_AddServletSession.WindowTitle=Add Servlet Session
+FileSeamComponents20_EditorActionList_AddServletSession.Title=Seam Web Servlet Session
+
+SeamAsyncPool_Properties.WindowTitle=Properties
+SeamAsyncPool_Properties.Title=Seam Async Pool
+
+SeamAsyncQuartz_Properties.WindowTitle=Properties
+SeamAsyncQuartz_Properties.Title=Seam Async Quartz
+
+SeamAsyncTimer_Properties.WindowTitle=Properties
+SeamAsyncTimer_Properties.Title=Seam Async Timer
+
+FileSeamComponents20_AddTimer.WindowTitle=Add Timer Service Dispatcher
+FileSeamComponents20_AddTimer.Title=Seam Async Timer
+
+FileSeamComponents20_AddQuartz.WindowTitle=Add Quartz Dispatcher
+FileSeamComponents20_AddQuartz.Title=Seam Async Quartz
+
+FileSeamComponents20_AddPool.WindowTitle=Add Thread Pool Dispatcher
+FileSeamComponents20_AddPool.Title=Seam Async Pool
+
+FileSeamComponents20_EditorActionList_AddTimer.WindowTitle=Add Timer Service Dispatcher
+FileSeamComponents20_EditorActionList_AddTimer.Title=Seam Async Timer
+
+FileSeamComponents20_EditorActionList_AddQuartz.WindowTitle=Add Quartz Dispatcher
+FileSeamComponents20_EditorActionList_AddQuartz.Title=Seam Async Quartz
+
+FileSeamComponents20_EditorActionList_AddPool.WindowTitle=Add Thread Pool Dispatcher
+FileSeamComponents20_EditorActionList_AddPool.Title=Seam Async Pool
+
+SeamFrameworkEjbql_Properties.WindowTitle=Properties
+SeamFrameworkEjbql_Properties.Title=Seam Framework EJB QL
+
+SeamFrameworkOrder_Properties.WindowTitle=Properties
+SeamFrameworkOrder_Properties.Title=Seam Framework Order
+
+FileSeamComponents20_AddEntityQuery.WindowTitle=Add Entity Query
+FileSeamComponents20_AddEntityQuery.Title=Seam Framework Entity Query
+
+FileSeamComponents20_AddHibernateEntityQuery.WindowTitle=Add Hibernate Entity Query
+FileSeamComponents20_AddHibernateEntityQuery.Title=Seam Framework Hibernate Entity Query
+
+FileSeamComponents20_AddEntityHome.WindowTitle=Add Entity Home
+FileSeamComponents20_AddEntityHome.Title=Seam Framework Entity Home
+
+FileSeamComponents20_AddHibernateEntityHome.WindowTitle=Add Hibernate Entity Home
+FileSeamComponents20_AddHibernateEntityHome.Title=Seam Framework Hibernate Entity Home
+
+FileSeamComponents20_EditorActionList_AddEntityQuery.WindowTitle=Add Entity Query
+FileSeamComponents20_EditorActionList_AddEntityQuery.Title=Seam Framework Entity Query
+
+FileSeamComponents20_EditorActionList_AddHibernateEntityQuery.WindowTitle=Add Hibernate Entity Query
+FileSeamComponents20_EditorActionList_AddHibernateEntityQuery.Title=Seam Framework Hibernate Entity Query
+
+FileSeamComponents20_EditorActionList_AddEntityHome.WindowTitle=Add Entity Home
+FileSeamComponents20_EditorActionList_AddEntityHome.Title=Seam Framework Entity Home
+
+FileSeamComponents20_EditorActionList_AddHibernateEntityHome.WindowTitle=Add Hibernate Entity Home
+FileSeamComponents20_EditorActionList_AddHibernateEntityHome.Title=Seam Framework Hibernate Entity Home
+
+SeamCoreLocaleSelector20_Properties.WindowTitle=Properties
+SeamCoreLocaleSelector20_Properties.Title=Seam Core Locale Selector
+
+SeamCoreTimeZoneSelector20_Properties.WindowTitle=Properties
+SeamCoreTimeZoneSelector20_Properties.Title=Seam Core Time Zone Selector
+
+FileSeamComponents20_AddLocaleSelector.WindowTitle=Add Locale Selector
+FileSeamComponents20_AddLocaleSelector.Title=Seam Core Locale Selector
+
+FileSeamComponents20_AddTimeZoneSelector.WindowTitle=Add Time Zone Selector
+FileSeamComponents20_AddTimeZoneSelector.Title=Seam Core Time Zone Selector
+
+FileSeamComponents20_EditorActionList_AddLocaleSelector.WindowTitle=Add Locale Selector
+FileSeamComponents20_EditorActionList_AddLocaleSelector.Title=Seam Core Locale Selector
+
+FileSeamComponents20_EditorActionList_AddTimeZoneSelector.WindowTitle=Add Time Zone Selector
+FileSeamComponents20_EditorActionList_AddTimeZoneSelector.Title=Seam Core Time Zone Selector
+
+FileSeamComponents20_AddQueueConnection.WindowTitle=Add Queue Connection
+FileSeamComponents20_AddQueueConnection.Title=Seam Jms Queue Connection
+
+FileSeamComponents20_AddTopicConnection.WindowTitle=Add Topic Connection
+FileSeamComponents20_AddTopicConnection.Title=Seam Jms Topic Connection
+
+FileSeamComponents20_AddTopicPublisher.WindowTitle=Add Managed Topic Publisher
+FileSeamComponents20_AddTopicPublisher.Title=Seam Jms Topic Publisher
+
+FileSeamComponents20_AddQueueSender.WindowTitle=Add Managed Queue Sender
+FileSeamComponents20_AddQueueSender.Title=Seam JMS Queue Sender
+
+FileSeamComponents20_EditorActionList_AddQueueConnection.WindowTitle=Add Queue Connection
+FileSeamComponents20_EditorActionList_AddQueueConnection.Title=Seam JMS Queue Connection
+
+FileSeamComponents20_EditorActionList_AddTopicConnection.WindowTitle=Add Topic Connection
+FileSeamComponents20_EditorActionList_AddTopicConnection.Title=Seam JMS Topic Connection
+
+FileSeamComponents20_EditorActionList_AddTopicPublisher.WindowTitle=Add Managed Topic Publisher
+FileSeamComponents20_EditorActionList_AddTopicPublisher.Title=Seam JMS Topic Publisher
+
+FileSeamComponents20_EditorActionList_AddQueueSender.WindowTitle=Add Managed Queue Sender
+FileSeamComponents20_EditorActionList_AddQueueSender.Title=Seam JMS Queue Sender
+
+FileSeamComponents20_AddDocumentStore.WindowTitle=Add Document Store
+FileSeamComponents20_AddDocumentStore.Title=Seam PDF Document Store
+
+FileSeamComponents20_AddKeyStoreConfig.WindowTitle=Add Key Store Config
+FileSeamComponents20_AddKeyStoreConfig.Title=Seam PDF Key Store Config
+
+FileSeamComponents20_EditorActionList_AddDocumentStore.WindowTitle=Add Document Store
+FileSeamComponents20_EditorActionList_AddDocumentStore.Title=Seam PDF Document Store
+
+FileSeamComponents20_EditorActionList_AddKeyStoreConfig.WindowTitle=Add Key Store Config
+FileSeamComponents20_EditorActionList_AddKeyStoreConfig.Title=Seam PDF Key Store Config
+
+SeamPersistenceCfgProperties_AddEntry.WindowTitle=Add Entry
+SeamPersistenceCfgProperties_AddEntry.Title=Seam Persistence Config Propertie
+
+SeamPersistenceCfgProperties_Properties.WindowTitle=Properties
+SeamPersistenceCfgProperties_Properties.Title=Seam Persistence Config Properties
+
+SeamPersistenceEntityManagerFactory_Properties.WindowTitle=Properties
+SeamPersistenceEntityManagerFactory_Properties.Title=Seam Persistence Entity Manager Factory
+
+SeamPersistenceFilter_Properties.WindowTitle=Properties
+SeamPersistenceFilter_Properties.Title=Seam Persistence Filter
+
+SeamPersistenceFilters_AddEntry.WindowTitle=Add Entry
+SeamPersistenceFilters_AddEntry.Title=Seam Persistence Filter
+
+SeamPersistenceFilters_Properties.WindowTitle=Properties
+SeamPersistenceFilters_Properties.Title=Seam Persistence Filters
+
+SeamPersistenceHibernateSessionFactory_Properties.WindowTitle=Properties
+SeamPersistenceHibernateSessionFactory_Properties.Title=Seam Persistence Hibernate Session Factory
+
+SeamPersistenceManagedContext_Properties.WindowTitle=Properties
+SeamPersistenceManagedContext_Properties.Title=Seam Persistence Managed Context
+
+SeamPersistenceManagedHibernateSession_Properties.WindowTitle=Properties
+SeamPersistenceManagedHibernateSession_Properties.Title=Seam Persistence Managed Hibernate Session
+
+SeamPersistenceMappingClasses_AddEntry.WindowTitle=Add Entry
+SeamPersistenceMappingClasses_AddEntry.Title=Seam Persistence Mapping Class
+
+SeamPersistenceMappingClasses_Properties.WindowTitle=Properties
+SeamPersistenceMappingClasses_Properties.Title=Seam Persistence Mapping Classes
+
+SeamPersistenceMappingFiles_AddEntry.WindowTitle=Add Entry
+SeamPersistenceMappingFiles_AddEntry.Title=Seam Persistence Mapping File
+
+SeamPersistenceMappingFiles_Properties.WindowTitle=Properties
+SeamPersistenceMappingFiles_Properties.Title=Seam Persistence Mapping Files
+
+SeamPersistenceMappingJars_AddEntry.WindowTitle=Add Entry
+SeamPersistenceMappingJars_AddEntry.Title=Seam Persistence Mapping Jar
+
+SeamPersistenceMappingJars_Properties.WindowTitle=Properties
+SeamPersistenceMappingJars_Properties.Title=Seam Persistence Mapping Jars
+
+SeamPersistenceMappingPackages_AddEntry.WindowTitle=Add Entry
+SeamPersistenceMappingPackages_AddEntry.Title=Seam Persistence Mapping Package
+
+SeamPersistenceMappingPackages_Properties.WindowTitle=Properties
+SeamPersistenceMappingPackages_Properties.Title=Seam Persistence Mapping Packages
+
+SeamPersistenceMappingResources_AddEntry.WindowTitle=Add Entry
+SeamPersistenceMappingResources_AddEntry.Title=Seam Persistence Mapping Resource
+
+SeamPersistenceMappingResources_Properties.WindowTitle=Properties
+SeamPersistenceMappingResources_Properties.Title=Seam Persistence Mapping Resources
+
+SeamPersistenceParameters_AddEntry.WindowTitle=Add Entry
+SeamPersistenceParameters_AddEntry.Title=Seam Persistence Parameter
+
+SeamPersistenceParameters_Properties.WindowTitle=Properties
+SeamPersistenceParameters_Properties.Title=Seam Persistence Parameters
+
+SeamPersistenceUnitProperties_AddEntry.WindowTitle=Add Entry
+SeamPersistenceUnitProperties_AddEntry.Title=Seam Persistence Unit Property
+
+SeamPersistenceUnitProperties_Properties.WindowTitle=Properties
+SeamPersistenceUnitProperties_Properties.Title=Seam Persistence Unit Properties
+
+FileSeamComponents20_AddManagedPersistenceContext.WindowTitle=Add Managed Persistence Context
+FileSeamComponents20_AddManagedPersistenceContext.Title=Seam Persistence Managed Context
+
+FileSeamComponents20_AddEntityManagerFactory.WindowTitle=Add Entity Manager Factory
+FileSeamComponents20_AddEntityManagerFactory.Title=Seam Persistence Entity Manager Factory
+
+FileSeamComponents20_AddFilter.WindowTitle=Add Filter
+FileSeamComponents20_AddFilter.Title=Seam Persistence Filter
+
+FileSeamComponents20_AddManagedHibernateSession.WindowTitle=Add Managed Hibernate Session
+FileSeamComponents20_AddManagedHibernateSession.Title=Seam Persistence Managed Hibernate Session
+
+FileSeamComponents20_AddHibernateSessionFactory.WindowTitle=Add Hibernate Session Factory
+FileSeamComponents20_AddHibernateSessionFactory.Title=Seam Persistence Hibernate Session Factory
+
+FileSeamComponents20_EditorActionList_SeamPersistenceManagedContext.WindowTitle=Add Managed Persistence Context
+FileSeamComponents20_EditorActionList_SeamPersistenceManagedContext.Title=Seam Managed Persistence Context
+
+FileSeamComponents20_EditorActionList_AddEntityManagerFactory.WindowTitle=Add Entity Manager Factory
+FileSeamComponents20_EditorActionList_AddEntityManagerFactory.Title=Seam Persistence Entity Manager Factory
+
+FileSeamComponents20_EditorActionList_AddFilter.WindowTitle=Add Filter
+FileSeamComponents20_EditorActionList_AddFilter.Title=Seam Persistence Filter
+
+FileSeamComponents20_EditorActionList_AddManagedHibernateSession.WindowTitle=Add Managed Hibernate Session
+FileSeamComponents20_EditorActionList_AddManagedHibernateSession.Title=Seam Persistence Managed Hibernate Session
+
+FileSeamComponents20_EditorActionList_AddHibernateSessionFactory.WindowTitle=Add Hibernate Session Factory
+FileSeamComponents20_EditorActionList_AddHibernateSessionFactory.Title=Seam Persistence Hibernate Session Factory
+
+FileSeamComponents20_AddRemotingConfig.WindowTitle=Add Config
+FileSeamComponents20_AddRemotingConfig.Title=Seam Remoting Config
+
+FileSeamComponents20_EditorActionList_AddRemotingConfig.WindowTitle=Add Config
+FileSeamComponents20_EditorActionList_AddRemotingConfig.Title=Seam Remoting Config
+
+SeamSecurityIdentity20_Properties.WindowTitle=Properties
+SeamSecurityIdentity20_Properties.Title=Seam Security Identity
+
+FileSeamComponents20_AddIdentity.WindowTitle=Add Identity
+FileSeamComponents20_AddIdentity.Title=Seam Security Identity
+
+FileSeamComponents20_EditorActionList_AddIdentity.WindowTitle=Add Identity
+FileSeamComponents20_EditorActionList_AddIdentity.Title=Seam Security Identity
+
+SeamThemeSelector20_Properties.WindowTitle=Properties
+SeamThemeSelector20_Properties.Title=Seam Theme Selector
+
+FileSeamComponents20_AddThemeSelector.WindowTitle=Add Theme Selector
+FileSeamComponents20_AddThemeSelector.Title=Seam Theme Selector
+
+FileSeamComponents20_EditorActionList_AddThemeSelector.WindowTitle=Add Theme Selector
+FileSeamComponents20_EditorActionList_AddThemeSelector.Title=Seam Theme Selector
18 years
JBoss Tools SVN: r5214 - trunk/seam/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-12-05 08:20:09 -0500 (Wed, 05 Dec 2007)
New Revision: 5214
Modified:
trunk/seam/docs/reference/en/modules/creating_new_seam.xml
trunk/seam/docs/reference/en/modules/seam_view.xml
trunk/seam/docs/reference/en/modules/testng.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-345
language is checked
Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2007-12-05 11:24:50 UTC (rev 5213)
+++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2007-12-05 13:20:09 UTC (rev 5214)
@@ -169,7 +169,7 @@
</mediaobject>
</figure>
- <para>You can also add a <property>Component Libraries</property> (e.g. Richfaces) clicking on <emphasis><property>New</property></emphasis> button in the Component LIbraries section.</para>
+ <para>You can also add a <property>Component Libraries</property> (e.g. Richfaces) clicking on <emphasis><property>New</property></emphasis> button in the Component Libraries section.</para>
<figure>
<title>Create JSF Implementation Library</title>
Modified: trunk/seam/docs/reference/en/modules/seam_view.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_view.xml 2007-12-05 11:24:50 UTC (rev 5213)
+++ trunk/seam/docs/reference/en/modules/seam_view.xml 2007-12-05 13:20:09 UTC (rev 5214)
@@ -97,7 +97,7 @@
<para>Selecting the <emphasis><property>Seam Components from Referenced Projects</property></emphasis> will hide the components that dependent on other project.</para>
<figure>
- <title>Available Customozations</title>
+ <title>Available Custimozations</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/seam_view/seam_view3.png"/>
@@ -110,7 +110,7 @@
<section>
<title>Project Explorer integration</title>
- <para>If you don't like to have a view for every piece of information in Eclipse, the content of the Seam Components view is also avaible as a node in the built-in Project Explorer (not Package Explorer!) view in Eclipse.</para>
+ <para>If you don't like to have a view for every piece of information in Eclipse, the content of the Seam Components view is also available as a node in the built-in Project Explorer (not Package Explorer!) view in Eclipse.</para>
<figure>
<title>Seam Components in Project Explorer</title>
Modified: trunk/seam/docs/reference/en/modules/testng.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/testng.xml 2007-12-05 11:24:50 UTC (rev 5213)
+++ trunk/seam/docs/reference/en/modules/testng.xml 2007-12-05 13:20:09 UTC (rev 5214)
@@ -14,16 +14,16 @@
<para><property>TestNG</property> ("Testing, the Next Generation") is a Java unit testing framework that aims to overcome many limitations of JUnit.
TestNG introduces some new functionalities that make it more powerful and easier to use, such as:</para>
<itemizedlist>
- <listitem><para>JDK 5 Annotations (JDK 1.4 is also supported with JavaDoc annotations).</para></listitem>
- <listitem><para>Flexible test configuration.</para></listitem>
- <listitem><para>Support for data-driven testing (with @DataProvider).</para></listitem>
- <listitem><para>Support for parameters.</para></listitem>
- <listitem><para>Allows distribution of tests on slave machines.</para></listitem>
- <listitem><para>Powerful execution model (no more TestSuite).</para></listitem>
- <listitem><para>Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc...).</para></listitem>
- <listitem><para>Embeds BeanShell for further flexibility.</para></listitem>
- <listitem><para>Default JDK functions for runtime and logging (no dependencies).</para></listitem>
- <listitem><para>Dependent methods for application server testing.</para></listitem>
+ <listitem><para>JDK 5 Annotations (JDK 1.4 is also supported with JavaDoc annotations)</para></listitem>
+ <listitem><para>Flexible test configuration</para></listitem>
+ <listitem><para>Support for data-driven testing (with @DataProvider)</para></listitem>
+ <listitem><para>Support for parameters</para></listitem>
+ <listitem><para>Allows distribution of tests on slave machines</para></listitem>
+ <listitem><para>Powerful execution model (no more TestSuite)</para></listitem>
+ <listitem><para>Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc...)</para></listitem>
+ <listitem><para>Embeds BeanShell for further flexibility</para></listitem>
+ <listitem><para>Default JDK functions for runtime and logging (no dependencies)</para></listitem>
+ <listitem><para>Dependent methods for application server testing</para></listitem>
</itemizedlist>
<para>More information can be found on home page: <ulink url="http://testng.org">www.testng.org</ulink></para>
@@ -38,14 +38,14 @@
<para><ulink url="http://www-128.ibm.com/developerworks/java/library/j-cq08296/index.html">In pursuit of code quality: JUnit 4 vs. TestNG</ulink></para>
</section>
<section>
- <title>How to use the generated Seam-test project to run Seam tests</title>
+ <title>How to use the generated Seam-test project to run Seam tests?</title>
<itemizedlist>
<listitem><para>Create a new Seam Web Project with EAR deployment using the New Seam Project wizard.</para></listitem>
</itemizedlist>
<itemizedlist>
- <listitem><para>After project is created you will have the generated Seam-test project that is setup to run TestNG directly against the proper libraries and server runtime libraries.</para></listitem>
+ <listitem><para>After a project is created you will have the generated Seam-test project that is setup to run TestNG directly against the proper libraries and server runtime libraries.</para></listitem>
</itemizedlist>
<figure>
@@ -98,7 +98,7 @@
<itemizedlist>
- <listitem><para>Select <property>ActionLocalTest.xml</property> in Seam-test project and run the test via right click <emphasis><property>Run As > TestNG Suite</property>.</emphasis></para></listitem>
+ <listitem><para>Select <property>ActionLocalTest.xml</property> in Seam-test project and run the test with right click <emphasis><property>Run As > TestNG Suite</property>.</emphasis></para></listitem>
</itemizedlist>
<figure>
18 years