JBoss Tools SVN: r4346 - trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/widget/editor.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2007-10-18 12:10:54 -0400 (Thu, 18 Oct 2007)
New Revision: 4346
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/widget/editor/TextFieldEditor.java
Log:
Changed some comments
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/widget/editor/TextFieldEditor.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/widget/editor/TextFieldEditor.java 2007-10-18 15:32:07 UTC (rev 4345)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/widget/editor/TextFieldEditor.java 2007-10-18 16:10:54 UTC (rev 4346)
@@ -79,9 +79,9 @@
return new Control[] {getTextControl()};
}
-
- /**
- * @see com.kabira.ide.ex.workbench.ui.feature.IFeatureFieldEditor#doFillIntoGrid(java.lang.Object)
+ /*
+ * (non-Javadoc)
+ * @see org.jboss.tools.seam.ui.widget.editor.BaseFieldEditor#doFillIntoGrid(java.lang.Object)
*/
@Override
public void doFillIntoGrid(Object aParent) {
@@ -189,8 +189,9 @@
return fTextField!=null?fTextField.getTextControl():null;
}
- /**
- * @see com.kabira.ide.ex.workbench.ui.feature.eitors.BaseFeatureFieldEditor#setFocus()
+ /*
+ * (non-Javadoc)
+ * @see org.jboss.tools.seam.ui.widget.editor.BaseFieldEditor#setFocus()
*/
@Override
public boolean setFocus() {
@@ -243,4 +244,4 @@
public void propertyChange(PropertyChangeEvent evt) {
super.setValue(evt.getNewValue());
}
-}
+}
\ No newline at end of file
17 years, 2 months
JBoss Tools SVN: r4345 - trunk/documentation/GettingStartedGuide/docs/userguide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-10-18 11:32:07 -0400 (Thu, 18 Oct 2007)
New Revision: 4345
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RADdevelopmentOfSimpleJSFapplication.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-160 - language correction
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
===================================================================
--- trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-10-18 14:50:13 UTC (rev 4344)
+++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-10-18 15:32:07 UTC (rev 4345)
@@ -22,8 +22,8 @@
<listitem><para>Go to the menu bar and select <emphasis><property>File/New/Project...</property></emphasis></para></listitem>
<listitem><para>Select <emphasis><property>Web/Dynamic Web Project</property></emphasis> in the New Project dialog box</para></listitem>
<listitem><para>Click Next ></para></listitem>
- <listitem><para>Enter "jspHello" as the project name</para></listitem>
- <listitem><para>Leave everything else as is, and click Finish</para></listitem>
+ <listitem><para>Enter "jspHello" as a project name</para></listitem>
+ <listitem><para>Leave everything else as is, and click <emphasis><property>Finish</property></emphasis></para></listitem>
</itemizedlist>
<figure>
<title>Create New Web Project</title>
@@ -85,7 +85,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>After changes are made your hello.jsp page should look like this:</para>
+ <para>After changes made your hello.jsp page should look like this:</para>
<figure>
<title>Hello.jsp page</title>
<mediaobject>
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RADdevelopmentOfSimpleJSFapplication.xml
===================================================================
--- trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RADdevelopmentOfSimpleJSFapplication.xml 2007-10-18 14:50:13 UTC (rev 4344)
+++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/RADdevelopmentOfSimpleJSFapplication.xml 2007-10-18 15:32:07 UTC (rev 4345)
@@ -10,7 +10,7 @@
</keywordset>
</chapterinfo>
<title>RAD development of a simple JSF application</title>
- <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 as follows. 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>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 Red Hat 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 Red Hat Developer Studio using the bundled JBoss server.</para>
17 years, 2 months
JBoss Tools SVN: r4344 - trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2007-10-18 10:50:13 -0400 (Thu, 18 Oct 2007)
New Revision: 4344
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1097
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java 2007-10-18 14:44:28 UTC (rev 4343)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java 2007-10-18 14:50:13 UTC (rev 4344)
@@ -64,12 +64,14 @@
import org.jboss.tools.vpe.editor.util.HTML;
import org.jboss.tools.vpe.editor.util.TextUtil;
import org.jboss.tools.vpe.editor.util.VisualDomUtil;
+import org.jboss.tools.vpe.editor.util.VpeDebugUtil;
import org.jboss.tools.vpe.editor.util.VpeDndUtil;
import org.jboss.tools.vpe.editor.util.VpeStyleUtil;
import org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor;
import org.mozilla.interfaces.nsIDOMAttr;
import org.mozilla.interfaces.nsIDOMDocument;
import org.mozilla.interfaces.nsIDOMElement;
+import org.mozilla.interfaces.nsIDOMHTMLInputElement;
import org.mozilla.interfaces.nsIDOMMouseEvent;
import org.mozilla.interfaces.nsIDOMNamedNodeMap;
import org.mozilla.interfaces.nsIDOMNode;
@@ -217,6 +219,15 @@
private boolean addNode(Node sourceNode, nsIDOMNode visualNextNode,
nsIDOMNode visualContainer) {
nsIDOMNode visualNewNode = createNode(sourceNode, visualContainer);
+ //Fix for JBIDE-1097
+ try {
+ if(visualNewNode!=null) {
+ nsIDOMHTMLInputElement iDOMInputElement = (nsIDOMHTMLInputElement) visualNewNode.queryInterface(nsIDOMHTMLInputElement.NS_IDOMHTMLINPUTELEMENT_IID);
+ iDOMInputElement.setReadOnly(true);
+ }
+ } catch(XPCOMException ex) {
+ //just ignore this exception
+ }
if (visualNewNode != null) {
if (visualNextNode == null) {
visualContainer.appendChild(visualNewNode);
17 years, 2 months
JBoss Tools SVN: r4343 - trunk/jsf/features/org.jboss.tools.richfaces.feature.
by jbosstools-commits@lists.jboss.org
Author: mculpepper(a)jboss.com
Date: 2007-10-18 10:44:28 -0400 (Thu, 18 Oct 2007)
New Revision: 4343
Modified:
trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
Log:
JBIDE-498: added o.j.t.hibernate.xml / xml.ui plugins
Modified: trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2007-10-18 13:57:33 UTC (rev 4342)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2007-10-18 14:44:28 UTC (rev 4343)
@@ -431,4 +431,16 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.jboss.tools.hibernate.xml"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.hibernate.xml.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
</feature>
17 years, 2 months
JBoss Tools SVN: r4342 - in trunk/documentation/GettingStartedGuide/docs/userguide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: sabrashevich
Date: 2007-10-18 09:57:33 -0400 (Thu, 18 Oct 2007)
New Revision: 4342
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamNewProj01.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml
Log:
minor changes
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/SeamNewProj01.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml
===================================================================
--- trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml 2007-10-18 13:57:31 UTC (rev 4341)
+++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml 2007-10-18 13:57:33 UTC (rev 4342)
@@ -90,9 +90,10 @@
<itemizedlist>
<listitem><para>Download the <ulink url="http://java.sun.com/javase/downloads/index_jdk5.jsp">Sun JDK 5.0 (Java 2 Development Kit)</ulink> from Sun's website.
Choose "JDK 5.0 Update <x>" (where "x" is the latest update number) for download and then select your Windows Platform options to perform the installation.</para></listitem>
- <listitem><para>Create an environment variable called JAVA_HOME that points to the JDK installation directory, for example:</para></listitem>
+ <listitem><para>Create an environment variable called JAVA_HOME that points to the JDK installation directory, for example:
+<para><emphasis>C:\Program Files\Java\jdk1.5.0_11\</emphasis></para></para></listitem>
</itemizedlist>
- <para><emphasis>C:\Program Files\Java\jdk1.5.0_11\</emphasis></para>
+
<para>In order to run java from the command line, add the <emphasis>jre\bin</emphasis> directory to your path, for example:</para>
<para><emphasis>C:\Program Files\Java\jdk1.5.0_11\jre\bin</emphasis></para>
<para>To do this, open the Control Panel from the Start Menu, switch to Classic View if necessary, open the System Control Panel applet (System), select the Advanced Tab, and click on the Environment Variables button.</para>
17 years, 2 months
JBoss Tools SVN: r4341 - trunk/documentation/GettingStartedGuide/docs/userguide/en/images.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-10-18 09:57:31 -0400 (Thu, 18 Oct 2007)
New Revision: 4341
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/deploytoserver.png
Log:
deploytoserver.png resizing
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/deploytoserver.png
===================================================================
(Binary files differ)
17 years, 2 months
JBoss Tools SVN: r4340 - trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2007-10-18 09:52:07 -0400 (Thu, 18 Oct 2007)
New Revision: 4340
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java
Log:
code adjustment
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java 2007-10-18 13:49:33 UTC (rev 4339)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeController.java 2007-10-18 13:52:07 UTC (rev 4340)
@@ -772,8 +772,8 @@
if (!switcher.startActiveEditor(ActiveEditorSwitcher.ACTIVE_EDITOR_VISUAL)) {
return;
}
- try{
nsIDOMNode visualNode = VisualDomUtil.getTargetNode(mouseEvent);
+
if (visualNode != null) {
if (!mouseUpSelectionReasonFlag) {
if (VpeDebug.PRINT_VISUAL_MOUSE_EVENT) {
@@ -790,9 +790,6 @@
selectionBuilder.setClickContentAreaSelection();
}
}
- } catch(Throwable exception) {
- exception.printStackTrace();
- }
switcher.stopActiveEditor();
}
17 years, 2 months
JBoss Tools SVN: r4339 - trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2007-10-18 09:49:33 -0400 (Thu, 18 Oct 2007)
New Revision: 4339
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java
Log:
removed dead variable
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java 2007-10-18 13:27:59 UTC (rev 4338)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/project/facet/SeamFacetInstallDelegete.java 2007-10-18 13:49:33 UTC (rev 4339)
@@ -68,37 +68,6 @@
public static String TEST_WAR_PROFILE = "test-war"; //$NON-NLS-1$
public static String TEST_EAR_PROFILE = "test"; //$NON-NLS-1$
- public static AntCopyUtils.FileSet TOMCAT_WAR_LIB_FILESET = new AntCopyUtils.FileSet()
- .include("activation\\.jar") //$NON-NLS-1$
- .include("ajax4jsf*.\\.jar") //$NON-NLS-1$
- .include("commons-beanutils.*\\.jar") //$NON-NLS-1$
- .include("commons-codec.*\\.jar") //$NON-NLS-1$
- .include("commons-collections.*\\.jar") //$NON-NLS-1$
- .include("commons-digester.*\\.jar") //$NON-NLS-1$
- .include("commons-el.*\\.jar") //$NON-NLS-1$
- .include("commons-lang.*\\.jar") //$NON-NLS-1$
- .include("hibernate-all\\.jar") //$NON-NLS-1$
- .include("itext.*\\.jar") //$NON-NLS-1$
- .include("jboss-aop-jdk50\\.jar") //$NON-NLS-1$
- .include("jboss-cache-jdk50\\.jar") //$NON-NLS-1$
- .include("jboss-ejb3-all\\.jar") //$NON-NLS-1$
- .include("jboss-seam-debug\\.jar") //$NON-NLS-1$
- .include("jboss-seam-ui\\.jar") //$NON-NLS-1$
- .include("jboss-seam\\.jar") //$NON-NLS-1$
- .include("jcaptcha-all.*\\.jar") //$NON-NLS-1$
- .include("jgroups\\.jar") //$NON-NLS-1$
- .include("jsf-facelets\\.jar") //$NON-NLS-1$
- .include("jstl.*\\.jar") //$NON-NLS-1$
- .include("mail-ra\\.jar") //$NON-NLS-1$
- .include("mail\\.jar") //$NON-NLS-1$
- .include("mc-conf\\.jar") //$NON-NLS-1$
- .include("myfaces-api.*\\.jar") //$NON-NLS-1$
- .include("myfaces-impl.*\\.jar") //$NON-NLS-1$
- .include("oscache.*\\.jar") //$NON-NLS-1$
- .include("portlet-api-lib\\.jar") //$NON-NLS-1$
- .include("richfaces.*\\.jar") //$NON-NLS-1$
- .include("spring\\.jar") //$NON-NLS-1$
- .include("thirdparty-all\\.jar"); //$NON-NLS-1$
public static AntCopyUtils.FileSet JBOSS_WAR_LIB_FILESET_WAR_CONFIG = new AntCopyUtils.FileSet()
.include("ajax4jsf.*\\.jar") //$NON-NLS-1$
17 years, 2 months
JBoss Tools SVN: r4338 - in trunk/documentation/GettingStartedGuide/docs/userguide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: ykryvinchanka
Date: 2007-10-18 09:27:59 -0400 (Thu, 18 Oct 2007)
New Revision: 4338
Added:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/Enableprefer.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVAddinganxpath.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVAddxpath.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVModules.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVaddingcategory.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVxpathpreview.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVEventlogactions.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVExtensions.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVModulesactions.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVServerisstopped.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVxmlconfigandprop.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/deploytoserver.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossserverview.png
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-187. Server Manager Features chapter has been created.
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/Enableprefer.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/Enableprefer.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVAddinganxpath.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVAddinganxpath.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVAddxpath.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVAddxpath.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVModules.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVModules.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVaddingcategory.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVaddingcategory.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVxpathpreview.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBSVxpathpreview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVEventlogactions.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVEventlogactions.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVExtensions.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVExtensions.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVModulesactions.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVModulesactions.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVServerisstopped.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVServerisstopped.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVxmlconfigandprop.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/JBVxmlconfigandprop.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/deploytoserver.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/deploytoserver.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossserverview.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/GettingStartedGuide/docs/userguide/en/images/jbossserverview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
===================================================================
--- trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-10-18 13:11:29 UTC (rev 4337)
+++ trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-10-18 13:27:59 UTC (rev 4338)
@@ -108,8 +108,7 @@
</section>
</section>
-
-<section id="JBossInstances">
+ <section id="JBossInstances">
<?dbhtml filename="JBossInstances.html"?>
<title>How to Manage JBoss AS Instances in RHDS</title>
<para>Although Red Hat Developer Studio works closely with <property>JBoss EAP 4.2</property> we do not ultimately tie you to any particular server for deployment. There are some servers that Studio supports directly (via the bundled Eclipse WTP plug-ins). Suppose you want to deploy the application to <property>JBoss 4.2.1 server</property>. First of all you need to install it.</para>
@@ -232,4 +231,155 @@
</section>
- </chapter>
+
+
+ <section id="Server Manager Features">
+ <?dbhtml filename="JBossbundled.html"?>
+ <title>Server Manager Features</title>
+ <para>The JBoss AS Perspective is similar to the Java perspective, but it contains a few additional views, as well as an addition to the workbench toolbar. 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>Archives View</property> and the <property>JBoss Servers View</property>.</para>
+
+
+ <section id="JBossServersView">
+ <?dbhtml filename="JBossServerView.html"?>
+ <title>The JBoss Servers View</title>
+ <para>This chapter will focus on the the JBoss Server's View and it's related workbench toolbar actionsets. The JBoss Servers View is based on the Webtool's view, Servers View. The top half of the JBoss Servers View essentially embeds the original Servers View directly into it, making slight changes to the context menu.
+ A second half was added to provide additional information about the server selected in the top half. In the image provided, categories in the second half include which modules are currently deployed.</para>
+
+ <figure>
+ <title>The JBoss Servers View</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbossserverview.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+
+ <para>In order to access the view's preferences, you should access <emphasis><property>Window -> Preferences -> JBoss IDE -> 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/Enableprefer.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Extender is meant to provide additional functionality relevent to the server selected in the top half 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 JBoss Server's View.</para>
+ <figure>
+ <title>View Extensions</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/JBVExtensions.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The <property>modules</property> 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/JBVModulesactions.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The Event Log will show relevent 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 event log. However if the properties view is opened, you can receive further
+ information on each event log item (when available).</para>
+ <figure>
+ <title>Event Log Actions</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/JBVEventlogactions.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <figure>
+ <title></title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/JBVServerisstopped.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The XML Configuration category allows you to quickly browse to descriptor files in your server's deploy directory and
+ check or change the values. It's use requires the properties view. Basically, an xpath is a path used to access
+ some specific part of an xml document.</para>
+ <figure>
+ <title>XML Configuration and Properties</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/JBVxmlconfigandprop.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The view itself contains only a list of categories. By right-clicking on XML Configuration, you can create a new category.
+ Ports is provided by default and is filled with many of the most commonly used ports in the JBoss Server</para>
+ <figure>
+ <title>Adding New Category</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/JBSVaddingcategory.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The view itself contains only a list of categories. By right-clicking on XML XPaths, you can create a new category.
+ Ports is provided by default and is filled with many of the most commonly used ports in the JBoss Server.</para>
+ <figure>
+ <title>Adding New XPath</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/JBSVAddxpath.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>To begin, you can either right-click on a category in the view, or when browsing a category in the properties view,
+ right-clicking anywhere. This will allow you to select New XPath. After that, the dialog shown below will appear.</para>
+ <figure>
+ <title>Adding New XPath</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/JBSVAddinganxpath.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 preview 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/JBSVxpathpreview.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+
+ <section id="Deploy to Server">
+ <?dbhtml filename="DeployToServer.html"?>
+ <title>Deploy to Server</title>
+ <para>There is a <property>Deploy to server</property> in the context menu of files to allow single file deployement. To deploy these non-WTP files/projects right click on the file (-ds.xml, .ear, .jar etc.) and select <emphasis><property>Deploy To server</property></emphasis> and it will be automatically deployed.</para>
+ <figure>
+ <title>Deploy to Sever</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/deploytoserver.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The deployed files are listed side-by-side with other <property>modules</property> that are deployed to the server.</para>
+ </section>
+</section>
+</chapter>
17 years, 2 months