JBoss Tools SVN: r5948 - in trunk/documentation/guides/userguide/GettingStartedGuide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: ykryvinchanka
Date: 2008-01-24 11:10:48 -0500 (Thu, 24 Jan 2008)
New Revision: 5948
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_7.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-232 screen updated + new info + mistakes correction
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_7.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2008-01-24 16:03:19 UTC (rev 5947)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2008-01-24 16:10:48 UTC (rev 5948)
@@ -21,7 +21,7 @@
<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
+ again. If the guess is incorrect, a message is printed notifying 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
@@ -193,14 +193,13 @@
</listitem>
</itemizedlist>
</section>
+
<section id="CreatingResourceFile">
<?dbhtml filename="CreatingResourceFile.html"?>
<title>Creating Resource File</title>
- <para>JBoss Developer Studio allows to create quickly a resource file. Using this feature
- you can collect text messages in one central place. A resource file is just a file with
- a <emphasis>.properties</emphasis> extension. The messages stored in resource file can
- be displayed to you on a Web page during application execution. </para>
- <para>With resource file first, you don't hard code anything into the JSP pages.
+ <para>A resource file is just a file with a <emphasis>.properties</emphasis> extension for collecting text messages in one central place.
+ JBoss Developer Studio allows you to create quickly a resource file. The messages stored in resource file can be displayed to you on a Web page during application execution. </para>
+ <para>With resource file first, you don't hard code anything into the JSP pages.
And second, it makes it easier to translate your application to other languages. All you
have to do is to translate all your messages to the other language and save them in a
new properties file with a name that ends with the appropriate ISO-639 language code.</para>
@@ -225,7 +224,7 @@
</emphasis></para>
</listitem>
</itemizedlist>
- <para>We will store in this folder our resource file and java bean.</para>
+ <para>Your resource file and java bean will be stored in this folder.</para>
<itemizedlist>
<listitem>
<para>Right click on <emphasis>
17 years, 11 months
JBoss Tools SVN: r5947 - trunk/jsf/plugins/org.jboss.tools.jsf/resources/help.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-01-24 11:03:19 -0500 (Thu, 24 Jan 2008)
New Revision: 5947
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf/resources/help/keys-jsf.properties
Log:
JBIDE-1678
Modified: trunk/jsf/plugins/org.jboss.tools.jsf/resources/help/keys-jsf.properties
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/resources/help/keys-jsf.properties 2008-01-24 15:56:42 UTC (rev 5946)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/resources/help/keys-jsf.properties 2008-01-24 16:03:19 UTC (rev 5947)
@@ -659,7 +659,13 @@
JSFRenderKit11_Properties.WindowTitle=Properties
JSFRenderKit11_Properties.Title=Render Kit
+JSFRenderKit12_CreateRenderer.WindowTitle=Add Renderer
+JSFRenderKit12_CreateRenderer.Title=Renderer
+JSFRenderKit12_Properties.WindowTitle=Properties
+JSFRenderKit12_Properties.Title=Render Kit
+
+
JSFRenderKits=/jsf/noHelpYet.html
JSFRenderKits_AddRenderKit=/jsf/noHelpYet.html
@@ -682,7 +688,13 @@
JSFRenderKits11_Properties.WindowTitle=Properties
JSFRenderKits11_Properties.Title=Render Kits
+JSFRenderKits12_AddRenderKit.WindowTitle=Add Render Kit
+JSFRenderKits12_AddRenderKit.Title=Render Kit
+JSFRenderKits12_Properties.WindowTitle=Properties
+JSFRenderKits12_Properties.Title=Render Kits
+
+
JSFRenderer=/jsf/noHelpYet.html
JSFRenderer_CreateAttribute=/jsf/noHelpYet.html
17 years, 11 months
JBoss Tools SVN: r5946 - trunk/as/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-01-24 10:56:42 -0500 (Thu, 24 Jan 2008)
New Revision: 5946
Modified:
trunk/as/docs/reference/en/modules/modules.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-199 - modifying a bit section according to the task
Modified: trunk/as/docs/reference/en/modules/modules.xml
===================================================================
--- trunk/as/docs/reference/en/modules/modules.xml 2008-01-24 15:56:02 UTC (rev 5945)
+++ trunk/as/docs/reference/en/modules/modules.xml 2008-01-24 15:56:42 UTC (rev 5946)
@@ -5,8 +5,7 @@
<para>In this chapter it will be described how to deploy modules onto the server.</para>
<para> First of all it is necessary to say that deploying to a server is mostly painless. There
are several ways to do it provided by WTP, and some additional methods provided by JBoss
- Tools. These methods are discribed further in this chapter.</para>
-
+ Tools. These methods are described further in this chapter.</para>
<section>
<title>Deploying with Run On Server wizard</title>
<para> The first WTP method is to right-click on a project, such as a Dynamic Web project,
@@ -74,6 +73,7 @@
view</link>, it will be published according to the rules of that module
type.</para>
</section>
+
<section>
<title>Bottom part of JBoss Server View</title>
<para>In the bottom part of <emphasis>
17 years, 11 months
JBoss Tools SVN: r5945 - trunk/as/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2008-01-24 10:56:02 -0500 (Thu, 24 Jan 2008)
New Revision: 5945
Modified:
trunk/as/docs/reference/en/modules/perspective.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-199 - rearranging the JBoss Server View section
Modified: trunk/as/docs/reference/en/modules/perspective.xml
===================================================================
--- trunk/as/docs/reference/en/modules/perspective.xml 2008-01-24 15:35:07 UTC (rev 5944)
+++ trunk/as/docs/reference/en/modules/perspective.xml 2008-01-24 15:56:02 UTC (rev 5945)
@@ -15,25 +15,26 @@
<para>This chapter tells how to manage installed JBoss Servers via <property>JBoss AS
Perspective</property>.</para>
- <para>The <property>JBoss AS</property> Perspective is similar to the Java perspective, but it
- contains a few additional views. Two of the additional views are standard views,
- specifically the <property>Console view</property> and the <property>Properties
- view</property>. The other two views that are added are the <property>Project Archives view</property>
- and the <property>JBoss Server view</property>.</para>
+ <para>The <property>JBoss AS Perspective</property> is similar to the <property>Java
+ Perspective</property>, but it contains a few additional views. Two of the additional views
+ are standard views, specifically the <property>Console View</property> and the
+ <property>Properties View</property>. The other two views that are added are the
+ <property>Project Archives View</property> and the <property>JBoss Server
+ View</property>.</para>
<section id="JBossServerView">
<?dbhtml filename="JBossServerView.html"?>
<title>The JBoss Server View</title>
- <para>Let's have a look at the <property>JBoss Server View</property> and inspect in details all parts it consist of.
- </para>
- <para>The <property>JBoss Server View</property> is based on the WTP view, Server
- View. The top part of the <property>JBoss Servers View</property> essentially embeds
- the original Server View directly into it, making slight changes to the context
- menu. A second part was added to provide additional information about the server
- selected in the top part. In the image provided, categories in the second part
- include which modules are currently deployed.</para>
-
+ <para>Let's have a look at the <property>JBoss Server View</property> and inspect
+ in details all parts it consist of. </para>
+
+ <para>The <property>JBoss Server View</property> is based on the WTP view, Server View. The
+ top part of the <property>JBoss Servers View</property> essentially embeds the original
+ Server View directly into it, making slight changes to the context menu. A second part
+ was added to provide additional information about the server selected in the top part.
+ </para>
+
<figure>
<title>The JBoss Server View</title>
<mediaobject>
@@ -42,83 +43,11 @@
</imageobject>
</mediaobject>
</figure>
- <para>Now, let's get to know with each of them.</para>
- <section>
- <title>Top Part of JBoss Server View</title>
- <para>In the top part of the <property>JBoss Server view</property> all
- declared servers are represented as well as their current states, that is, whether they
- are started or stopped. </para>
- <figure>
- <title>Server Publish Status</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_18.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>It also shows the server's publish status. The fallowing table lists each of them.</para>
-
- <table>
- <title>Server Publish Status</title>
- <tgroup cols="2">
- <colspec colnum="1" colwidth="1*"/>
- <colspec colnum="2" colwidth="3*"/>
-
-
- <thead>
- <row>
- <entry align="center">Status</entry>
-
- <entry align="center">Description</entry>
- </row>
- </thead>
-
- <tbody>
- <row>
- <entry align="center"><para>Republish</para></entry>
-
- <entry align="center"><para>The status which allows you to see
- if changes are awaiting.</para></entry>
- </row>
- <row>
- <entry align="center"><para>Publishing...</para></entry>
-
- <entry align="center"><para>The status which shows
- if changes are being updated.</para></entry>
- </row>
- <row>
- <entry align="center"><para>Synchronized</para></entry>
-
- <entry align="center"><para>The status which allows you to see
- if changes are in-sync.</para></entry>
- </row>
- </tbody>
- </tgroup>
- </table>
-
- <para>By double-clicking on any server an editor window
- will appear allowing you to edit parts of that server. The editor will also link you to
- modify that server's launch configuration, set command line arguments, and other things
- that are relevant to launching the server.</para>
-
- <figure>
- <title>Preferences Page for the Chosen Server</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_20.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>At the figure above you can see that a username/password is available in the UI when
- configuring the server. If you get an SecurityException when trying to launch the server,
- it is most likely because your server is protected and hence you need to fill the
- username/password fields with appropriate values.</para>
-
+
+
<para>The view's toolbar shown below provides quick access to starting a server (in debug
- mode, run mode, or profile mode), restarting the server, stopping the server, or
- publishing to the server.</para>
+ mode, run mode, or profile mode), restarting a server, stopping a server, or publishing
+ to a server.</para>
<figure>
<title>The JBoss Server View Toolbar</title>
<mediaobject>
@@ -127,315 +56,411 @@
</imageobject>
</mediaobject>
</figure>
-
+
<para>In order to debug your applications or EJB's that are deployed to the server, you must
start the server in debug mode. By starting the server in debug mode, eclipse will allow
you to set breakpoints on code in your workspace and step through the code.</para>
+
<para>The publish icon on the extreme right will republish any modules where it has
determined the workspace is out of sync with the server. It will attempt to do an
incremental publish if it turns out that the module in question is capable of doing one.</para>
- <para>As the JBoss servers have few properties to edit in the editor, a shortcut to the
- launch configuration has been provided in the context menu when right-clicking on a
- server.</para>
- <figure>
- <title>Launch Configuration</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_21.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>The following table describes all those additional properties.</para>
- <table>
- <title>Server Properties through the Context Menu</title>
- <tgroup cols="2">
- <colspec colnum="1" colwidth="1*"/>
- <colspec colnum="2" colwidth="3*"/>
-
- <thead>
- <row>
- <entry align="center">
- <para>Name</para>
- </entry>
-
- <entry align="center">
- <para>Description</para>
- </entry>
- </row>
- </thead>
-
- <tbody>
- <row>
- <entry>
- <para>New Server</para>
- </entry>
- <entry>
- <para>The option allows to define a new server.</para>
- </entry>
- </row>
-
- <row>
- <entry>
- <para>Delete</para>
- </entry>
- <entry>
- <para>Standard option that allows to delete the chosen server.</para>
- </entry>
- </row>
-
- <row>
- <entry>
- <para>Start</para>
- </entry>
- <entry>
- <para>The action for stating a server in a run mode.</para>
- </entry>
- </row>
-
- <row>
- <entry>
- <para>Debug</para>
- </entry>
- <entry>
- <para>The action for stating a server in a debug mode.</para>
- </entry>
- </row>
-
- <row>
- <entry>
- <para>Stop</para>
- </entry>
- <entry>
- <para>The action for stopping a declared server.</para>
- </entry>
- </row>
-
- <row>
- <entry>
- <para>Publish</para>
- </entry>
- <entry>
- <para>The action for synching the publish information between the server
- and workspace.</para>
- </entry>
- </row>
-
- <row>
- <entry>
- <para>Clean</para>
- </entry>
- <entry>
- <para>The option for complete redeploying.</para>
- </entry>
- </row>
-
- <row>
- <entry>
- <para>Twiddle Server</para>
- </entry>
- <entry>
- <para>The option provides a dialog for running Twiddle commands against
- the Twiddle Server.</para>
- </entry>
- </row>
-
- <row>
- <entry>
- <para>Edit Launch Configuration</para>
- </entry>
- <entry>
- <para>The option that provides an editor for editing launch
- configuration properties of the proper server.</para>
- </entry>
- </row>
-
- <row>
- <entry>
- <para>Add and Remove Projects</para>
- </entry>
- <entry>
- <para>The option allows to publish a new project to the server (if its
- type is supported).</para>
- </entry>
- </row>
- </tbody>
- </tgroup>
- </table>
-
- <para>Mentioned above Twiddle is a JMX library that comes with JBoss, and you can use it to
- access any variables that exposed via the JBoss JMX interfaces.</para>
- </section>
- <section>
- <title>Bottom Part of JBoss Server View</title>
-
- <para>In order to access the view's preferences, you should access <emphasis>
- <property>Window > Preferences > JBoss Tools > JBoss
- Servers > View</property>
- </emphasis>. This preference page allows you to select which view extensions you
- want on or off, the order they appear in the view, as well as any other
- extension-specific preferences that may be available.</para>
-
- <figure>
- <title>View Preferences</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_2.png" scale="75"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>Extender is meant to provide additional functionality relevant to the server
- selected in the top part of the view. If a standard server element is selected from
- above, some of the extensions may still provide the additional information. Others
- may not. So, let's look at the currently available extensions to the
- <property>JBoss Server View</property>.</para>
-
- <figure>
- <title>View Extensions</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_3.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>The <emphasis>
- <property>Modules</property></emphasis> section shows what modules are currently deployed
- to the server, and allows you to remove them from the server, or force a full
- republish upon them. It only shows which modules have been deployed through Eclipse, not any and all
- modules that happen to be in the deploy directory.</para>
-
- <figure>
- <title>Modules Action</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_4.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>The <emphasis>
- <property>Event Log</property></emphasis> will show relevant information to your
- server's startup, shutdown, and publish processes. This allows you to keep
- an eye on what's going on (such as automatic incremental deployment if you
- have it enabled). The only action available is to clear the <emphasis>
- <property>Event
- Log</property></emphasis>. However, if the <property>Properties view</property> is opened, you
- can receive further information on each <emphasis>
- <property>Event Log</property></emphasis> item (when
- available).</para>
-
- <figure>
- <title>Event Log Actions</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_5.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <figure>
- <title>Stopping the Server</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_6.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>The <emphasis>
- <property>XML Configuration</property></emphasis> category allows you to quickly browse
- to descriptor files in your server's deploy directory and check or change the
- values. Basically, <emphasis>
- <property>XML Configuration</property></emphasis> includes XML XPaths where
- a XPath is a path used to access some specific part of an xml document. Besides, its
- use requires the <property>Properties view</property>. </para>
-
- <figure>
- <title>XML Configuration and Properties View</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_7.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>The category itself contains only a list of categories. By right-clicking on <emphasis>
- <property>XML Configuration</property>
- </emphasis>, you can create a new category. Ports are provided by default and is
- filled with many of the most commonly used ports in the <property>JBoss
+ <para>Now, let's get to know with both of the <property>JBoss Server
+ View</property> parts.</para>
+ <section>
+ <title>Top Part of JBoss Server View</title>
+ <para>In the top part of the <property>JBoss Server View</property> all declared servers
+ are represented as well as their current states, that is, whether they are started
+ or stopped. </para>
+ <figure>
+ <title>Server Publish Status</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_18.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>The top part also shows the server's publish status. The fallowing table
+ lists possible statuses.</para>
+
+ <table>
+ <title>Server Publish Status</title>
+ <tgroup cols="2">
+ <colspec colnum="1" colwidth="1*"/>
+ <colspec colnum="2" colwidth="3*"/>
+
+
+ <thead>
+ <row>
+ <entry align="center">Status</entry>
+
+ <entry align="center">Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry align="center">
+ <para>Republish</para>
+ </entry>
+
+ <entry align="center">
+ <para>The status which allows you to see if changes are
+ awaiting.</para>
+ </entry>
+ </row>
+ <row>
+ <entry align="center">
+ <para>Publishing...</para>
+ </entry>
+
+ <entry align="center">
+ <para>The status which shows if changes are being updated.</para>
+ </entry>
+ </row>
+ <row>
+ <entry align="center">
+ <para>Synchronized</para>
+ </entry>
+
+ <entry align="center">
+ <para>The status which allows you to see if changes are
+ in-sync.</para>
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>By double-clicking on any server an editor window will appear allowing you to edit
+ parts of that server. The editor will also link you to modify that server's launch
+ configuration, set command line arguments, and other things that are relevant to
+ launching the server.</para>
+
+ <para>On the figure below you can see that a username/password is available in the UI
+ when configuring the server. If you get an SecurityException when trying to launch
+ the server, it is most likely because your server is protected and hence you need to
+ fill the username/password fields with appropriate values.</para>
+
+ <figure>
+ <title>Preferences Page for the Chosen Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_20.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>As the JBoss servers have few properties to edit in the editor, a shortcut to the
+ launch configuration has been provided in the context menu when right-clicking on a
+ server.</para>
+
+ <figure>
+ <title>Launch Configuration</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_21.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>The following table describes all these additional properties.</para>
+ <table>
+ <title>Server Properties through the Context Menu</title>
+ <tgroup cols="2">
+ <colspec colnum="1" colwidth="1*"/>
+ <colspec colnum="2" colwidth="3*"/>
+
+ <thead>
+ <row>
+ <entry align="center">
+ <para>Name</para>
+ </entry>
+
+ <entry align="center">
+ <para>Description</para>
+ </entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry>
+ <para>New Server</para>
+ </entry>
+ <entry>
+ <para>The option allows to define a new server.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>Delete</para>
+ </entry>
+ <entry>
+ <para>Standard option that allows to delete the chosen
+ server.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>Start</para>
+ </entry>
+ <entry>
+ <para>The action for stating a server in a run mode.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>Debug</para>
+ </entry>
+ <entry>
+ <para>The action for stating a server in a debug mode.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>Stop</para>
+ </entry>
+ <entry>
+ <para>The action for stopping a declared server.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>Publish</para>
+ </entry>
+ <entry>
+ <para>The action for synching the publish information between the
+ server and workspace.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>Clean</para>
+ </entry>
+ <entry>
+ <para>The option for complete redeploying the resources.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>Twiddle Server</para>
+ </entry>
+ <entry>
+ <para>The option provides a dialog for running Twiddle commands
+ against the Twiddle Server.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>Edit Launch Configuration</para>
+ </entry>
+ <entry>
+ <para>The option that provides an editor for editing launch
+ configuration properties of the proper server.</para>
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <para>Add and Remove Projects</para>
+ </entry>
+ <entry>
+ <para>The option allows to publish a new project to the server (if
+ its type is supported).</para>
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <para>Mentioned above Twiddle is a JMX library that comes with JBoss, and you can use it
+ to access any variables that exposed via the JBoss JMX interfaces.</para>
+ </section>
+
+ <section>
+ <title>Bottom Part of JBoss Server View</title>
+
+ <para>Here, we dwell on the bottom part of the <property>JBoss Server View</property>.</para>
+ <para>First, we should say that the bottom part is meant to provide additional
+ functionality relevant to the server selected in the top part of the view. If a
+ standard server element is selected from above, some of the extensions may still
+ provide the additional information. Others may not. So, let's look at the
+ currently available extensions to the bottom part of the <property>JBoss Server
+ View</property>.</para>
+
+ <figure>
+ <title>View Extensions</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>In order to access the view's preferences, you should access <emphasis>
+ <property>Window > Preferences > JBoss Tools > JBoss
+ Servers > View</property>
+ </emphasis>. This preference page allows you to select which view extensions you
+ want on or off, the order they appear in the view, as well as any other
+ extension-specific preferences that may be available.</para>
+
+ <figure>
+ <title>View Preferences</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_2.png" scale="75"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>The first view extension is <emphasis>
+ <property>Modules</property>
+ </emphasis> section. It shows which modules are currently deployed to the server, and
+ allows you to remove them from the server, or force a full republish upon them. It
+ only shows which modules have been deployed through Eclipse, not any and all modules
+ that happen to be in the deploy directory.</para>
+
+ <figure>
+ <title>Modules Action</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>The <emphasis>
+ <property>Event Log</property>
+ </emphasis> will show relevant information to your server's startup,
+ shutdown, and publish processes. This allows you to keep an eye on what's
+ going on (such as automatic incremental deployment if you have it enabled). The only
+ action available is to clear the <emphasis>
+ <property>Event Log</property>
+ </emphasis>. However, if the <property>Properties View</property> is opened, you can
+ receive further information on each <emphasis>
+ <property>Event Log</property>
+ </emphasis> item (when available).</para>
+
+ <figure>
+ <title>Event Log Actions</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <figure>
+ <title>Stopping the Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_6.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>The <emphasis>
+ <property>XML Configuration</property>
+ </emphasis> category allows you to quickly browse to descriptor files in your
+ server's deploy directory and check or change the values. Basically, <emphasis>
+ <property>XML Configuration</property>
+ </emphasis> includes XML XPaths where a XPath is a path used to access some specific
+ part of an xml document. Besides, its use requires the <property>Properties
+ view</property>. </para>
+
+ <figure>
+ <title>XML Configuration and Properties View</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_7.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>The category itself contains only a list of categories. By right-clicking on <emphasis>
+ <property>XML Configuration</property>
+ </emphasis>, you can create a new category. Ports are provided by default and is
+ filled with many of the most commonly used ports in the <property>JBoss
Server</property>.</para>
-
- <figure>
- <title>Adding New Category</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_8.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>By right-clicking on <emphasis>
- <property>Ports</property>
- </emphasis>, you can create a new XPaths.</para>
-
- <figure>
- <title>Adding New XPath</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_9.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>After that, the dialog shown below will appear.</para>
-
- <figure>
- <title>Adding New XPath</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_10.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>As you type, the fields autocomplete to help you locate exactly what xpath you're
- looking for. The goal here is to get an end result where the xpath matches up with
- an easily changed property. With that in mind, if the property you want to change is
- the text of an element, then the final field Attribute Name should be left blank and
- your xpath should end with port. If, on the other hand, your desired field is the
- port attribute of <fieldName port="35">, then your xpath will end with
- fieldName and your Attribute Name will be "port". When finished, you can click <emphasis>
- <property>Preview</property>
- </emphasis> to see how many matches you have for that particular xpath, as shown
- below.</para>
- <figure>
- <title>XPath Preview</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_11.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>As part of the JBoss Server view there is a <emphasis>
- <property>JMX Console</property>
- </emphasis> section which allows you to browse and use the JMX exposed beans on the
- server.</para>
- <figure>
- <title>JMX Console</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/perspective/perspective_17.png" scale="75"/>
- </imageobject>
- </mediaobject>
- </figure>
-
+
+ <figure>
+ <title>Adding New Category</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_8.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>By right-clicking on <emphasis>
+ <property>Ports</property>
+ </emphasis>, you can create a new XPaths.</para>
+
+ <figure>
+ <title>Adding New XPath</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_9.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>After that, the dialog shown below will appear.</para>
+
+ <figure>
+ <title>Adding New XPath</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_10.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>As you type, the fields autocomplete to help you locate exactly what XPath you're
+ looking for. The goal here is to get an end result where the XPath matches up with
+ an easily changed property. With that in mind, if the property you want to change is
+ the text of an element, then the final field Attribute Name should be left blank and
+ your XPath should end with port. If, on the other hand, your desired field is the
+ port attribute of <fieldName port="35">, then your XPath will end with
+ fieldName and your Attribute Name will be "port". When finished, you can click <emphasis>
+ <property>Preview</property>
+ </emphasis> to see how many matches you have for that particular XPath, as shown
+ below.</para>
+ <figure>
+ <title>XPath Preview</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_11.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>As part of the <property>JBoss Server View</property> there is a <emphasis>
+ <property>JMX Console</property>
+ </emphasis> section which allows you to browse and use the JMX exposed beans on the
+ server.</para>
+ <figure>
+ <title>JMX Console</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_17.png" scale="75"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ </section>
</section>
- </section>
-
+
<section id="Project_archivesView">
<title>Project Archives View</title>
<para>Every application, whether Plain Old Java, J2EE, or some other language altogether,
17 years, 11 months
JBoss Tools SVN: r5944 - trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/extractor.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2008-01-24 10:35:07 -0500 (Thu, 24 Jan 2008)
New Revision: 5944
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/extractor/JavaTypeHandler.java
Log:
fix for JBIDE-1624 empty string completion now gives classes IFF package-name is set.
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/extractor/JavaTypeHandler.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/extractor/JavaTypeHandler.java 2008-01-24 15:32:08 UTC (rev 5943)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/extractor/JavaTypeHandler.java 2008-01-24 15:35:07 UTC (rev 5944)
@@ -28,6 +28,7 @@
import org.eclipse.jface.text.contentassist.ICompletionProposal;
import org.hibernate.eclipse.hqleditor.CompletionHelper;
import org.hibernate.eclipse.hqleditor.HibernateResultCollector.Settings;
+import org.hibernate.util.StringHelper;
import org.w3c.dom.Attr;
import org.w3c.dom.Node;
@@ -51,7 +52,12 @@
settings.setAcceptInterfaces(true);
settings.setAcceptPackages(true);
settings.setAcceptTypes(true);
- return CompletionHelper.completeOnJavaTypes(project, settings,this.extractor.getPackageName(node), start, offset);
+ String packageName = this.extractor.getPackageName(node);
+ if(StringHelper.isEmpty(start) && StringHelper.isNotEmpty(packageName)) {
+ // In case of an empty string we try and code complete the relevant package
+ start = packageName + ".";
+ }
+ return CompletionHelper.completeOnJavaTypes(project, settings,packageName, start, offset);
}
17 years, 11 months
JBoss Tools SVN: r5943 - trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor.
by jbosstools-commits@lists.jboss.org
Author: sdzmitrovich
Date: 2008-01-24 10:32:08 -0500 (Thu, 24 Jan 2008)
New Revision: 5943
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1557
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java 2008-01-24 14:59:12 UTC (rev 5942)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/XulRunnerEditor.java 2008-01-24 15:32:08 UTC (rev 5943)
@@ -410,7 +410,8 @@
try {
- parentElement = (nsIDOMElement) element.getParentNode().queryInterface(nsIDOMElement.NS_IDOMELEMENT_IID);
+ parentElement = (nsIDOMElement) element.getParentNode()
+ .queryInterface(nsIDOMElement.NS_IDOMELEMENT_IID);
} catch (XPCOMException ex) {
// if parent node isn't nsIDOMElement just return null;
return null;
@@ -420,8 +421,10 @@
return parentElement;
}else {
-
- parentElement=(nsIDOMElement) parentElement.getParentNode() ;
+
+ parentElement = (nsIDOMElement) parentElement.getParentNode()
+ .queryInterface(nsIDOMElement.NS_IDOMELEMENT_IID);
+
}
}
return parentElement;
17 years, 11 months
JBoss Tools SVN: r5942 - trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates.
by jbosstools-commits@lists.jboss.org
Author: dsakovich
Date: 2008-01-24 09:59:12 -0500 (Thu, 24 Jan 2008)
New Revision: 5942
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates/vpe-templates-ajax4jsf.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1629
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates/vpe-templates-ajax4jsf.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates/vpe-templates-ajax4jsf.xml 2008-01-24 14:50:47 UTC (rev 5941)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates/vpe-templates-ajax4jsf.xml 2008-01-24 14:59:12 UTC (rev 5942)
@@ -309,8 +309,7 @@
</vpe:tag>
<vpe:tag name="a4j:include" case-sensitive="yes">
- <vpe:template children="no" modify="no">
- </vpe:template>
+ <vpe:template children="yes" file="{@viewId}" class="org.jboss.tools.vpe.editor.template.VpeIncludeTemplate"/>
</vpe:tag>
<vpe:tag name="a4j:repeat" case-sensitive="yes">
17 years, 11 months
JBoss Tools SVN: r5941 - trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/xpl.
by jbosstools-commits@lists.jboss.org
Author: vyemialyanchyk
Date: 2008-01-24 09:50:47 -0500 (Thu, 24 Jan 2008)
New Revision: 5941
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/xpl/BaseXMLContentAssistProcessor.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1624
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/xpl/BaseXMLContentAssistProcessor.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/xpl/BaseXMLContentAssistProcessor.java 2008-01-24 14:46:32 UTC (rev 5940)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/xpl/BaseXMLContentAssistProcessor.java 2008-01-24 14:50:47 UTC (rev 5941)
@@ -12,7 +12,6 @@
*******************************************************************************/
package org.hibernate.eclipse.mapper.editors.xpl;
-import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
@@ -58,16 +57,7 @@
if (nameRegion != null) {
String attributeName = open.getText(nameRegion);
- List attributeValueProposals = new ArrayList();
- if (0 == matchString.length()) {
- for (char ch = 'a'; ch <= 'z'; ch++) {
- String matchStrTmp = String.valueOf(ch);
- attributeValueProposals.addAll(getAttributeValueProposals(attributeName, matchStrTmp, offset, contentAssistRequest));
- }
- }
- else {
- attributeValueProposals.addAll(getAttributeValueProposals(attributeName, matchString, offset, contentAssistRequest));
- }
+ List attributeValueProposals = getAttributeValueProposals(attributeName, matchString, offset, contentAssistRequest);
if(attributeValueProposals!=null) {
for (Iterator iter = attributeValueProposals.iterator(); iter.hasNext();) {
ICompletionProposal element = (ICompletionProposal) iter.next();
17 years, 11 months
JBoss Tools SVN: r5940 - trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2008-01-24 09:46:32 -0500 (Thu, 24 Jan 2008)
New Revision: 5940
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF
Log:
Fixed compilation problem
Modified: trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF 2008-01-24 14:44:45 UTC (rev 5939)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.test/META-INF/MANIFEST.MF 2008-01-24 14:46:32 UTC (rev 5940)
@@ -34,7 +34,8 @@
org.jboss.tools.jst.firstrun,
org.eclipse.wst.server.core,
org.eclipse.datatools.connectivity,
- org.jboss.tools.jst.jsp
+ org.jboss.tools.jst.jsp,
+ org.eclipse.jdt.ui
Export-Package: org.jboss.tools.seam.ui.test,
org.jboss.tools.seam.ui.test.view,
org.jboss.tools.seam.ui.test.wizard
17 years, 11 months
JBoss Tools SVN: r5939 - trunk/jst/plugins/org.jboss.tools.jst.web/resources/help.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2008-01-24 09:44:45 -0500 (Thu, 24 Jan 2008)
New Revision: 5939
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties
Log:
http://jira.jboss.com/jira/browse/JBIDE-1681
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties 2008-01-24 14:42:15 UTC (rev 5938)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/resources/help/keys-web.properties 2008-01-24 14:44:45 UTC (rev 5939)
@@ -711,4 +711,7 @@
SharableGroupHTML.add_taglib=Automatic insertion of taglib to the page
FileSystems_Add_0.WindowTitle=Add Module
-FileSystems_Add_0.Title=Module
\ No newline at end of file
+FileSystems_Add_0.Title=Module
+
+WebAppLocaleEncodingMappingList_CreateLocaleEncodingMapping.WindowTitle=Add Locale Encoding Mapping
+WebAppLocaleEncodingMappingList_CreateLocaleEncodingMapping.Title=Locale Encoding Mapping
\ No newline at end of file
17 years, 11 months