JBoss Tools SVN: r5064 - trunk/seam/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ykryvinchanka
Date: 2007-11-23 11:31:37 -0500 (Fri, 23 Nov 2007)
New Revision: 5064
Modified:
trunk/seam/docs/reference/en/modules/creating_new_seam.xml
trunk/seam/docs/reference/en/modules/directory_structure.xml
trunk/seam/docs/reference/en/modules/seam_wizards.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-289 correction grammar mistakes
Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2007-11-23 15:19:06 UTC (rev 5063)
+++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2007-11-23 16:31:37 UTC (rev 5064)
@@ -17,7 +17,7 @@
<para>You are able to enter a name and a location directory for your new project. Next wizard's sections allows you create runtime and server instances in order
to get started creating, running, and debugging J2EE applications.</para>
- <para>Seam Web Project wizard has an option for selecting the actual Server (not just WTP runtime) that will be used for the project. This allow the wizard to correctly
+ <para>Seam Web Project wizard has an option for selecting the actual Server (not just WTP runtime) that will be used for the project. This allows the wizard to correctly
identify where the needed datasource and driver libraries need to go.</para>
<figure>
@@ -31,7 +31,7 @@
<para>Click on <emphasis><property>New...</property></emphasis> button in the Target Runtime section.</para>
- <para>From this dialog you can choose what type of runtime you want to create. Let's create a JBoss 4.2 Runtime. Click on next.</para>
+ <para>From this dialog you can choose what type of runtime you want to create. Let's create a JBoss 4.2 Runtime. Click on <emphasis><property>Next</property></emphasis>.</para>
<figure>
<title>New Server Runtime Dialog</title>
@@ -42,7 +42,7 @@
</mediaobject>
</figure>
- <para>All what you need here is to name runtime, browse to it's install directory, select a Java Runtime Environment, and select which configuration you want. Click on Finish.</para>
+ <para>All what you need here is to name runtime, browse to it's install directory, select a Java Runtime Environment, and select which configuration you want. Click on <emphasis><property>Finish</property></emphasis>.</para>
<figure>
<title>New Server Runtime Dialog</title>
@@ -239,7 +239,7 @@
</figure>
<itemizedlist>
- <listitem><para>and create a <emphasis><property>Connection profile</property></emphasis> clicking on <emphasis><property>New</property></emphasis> button and select the necessary connection profile.</para></listitem>
+ <listitem><para>and create a <emphasis><property>Connection profile</property></emphasis> clicking on <emphasis><property>New</property></emphasis> button and selecting the necessary connection profile.</para></listitem>
</itemizedlist>
<figure>
Modified: trunk/seam/docs/reference/en/modules/directory_structure.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/directory_structure.xml 2007-11-23 15:19:06 UTC (rev 5063)
+++ trunk/seam/docs/reference/en/modules/directory_structure.xml 2007-11-23 16:31:37 UTC (rev 5064)
@@ -11,7 +11,7 @@
<title>Directory Structure of the Generated Project</title>
- <para>In this chapter we describe where the Seam wizard put the generated files for both EAR and WAR deployments.</para>
+ <para>In this chapter we describe where the Seam wizard puts the generated files for both EAR and WAR deployments.</para>
<para>The Seam Project wizard generates projects like Eclipse WTP style in order to utilize Eclipse WTP features and to have a correct classpath. To be more precise it generates
one project per artifact.</para>
Modified: trunk/seam/docs/reference/en/modules/seam_wizards.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_wizards.xml 2007-11-23 15:19:06 UTC (rev 5063)
+++ trunk/seam/docs/reference/en/modules/seam_wizards.xml 2007-11-23 16:31:37 UTC (rev 5064)
@@ -32,7 +32,7 @@
</mediaobject>
</figure>
- <para>The wizards creates multiple resources and placed in the appropriate folders dependent on your project structure (WAR or EAR).</para>
+ <para>The wizards create multiple resources and place in the appropriate folders dependend on your project structure (WAR or EAR).</para>
<section id="seam_action">
@@ -52,7 +52,7 @@
</mediaobject>
</figure>
- <para>The wizard for EAR deployment differs from WAR in that you need type a name for <property>Local interface</property> and <property>Bean</property>.</para>
+ <para>The wizard for EAR deployment differs from WAR in <property>Local interface</property> and <property>Bean</property> fields so you need to fill them in.</para>
<para>EAR deployment:</para>
@@ -85,8 +85,8 @@
</figure>
- <para>The wizard for EAR deployment differs from WAR in that you need type a name for <property>Local interface</property> and <property>Bean</property>.</para>
- <para>EAR deployment:</para>
+ <para>The wizard for EAR deployment differs from WAR in <property>Local interface</property> and <property>Bean</property> fields so you need to fill them in.</para>
+ <para>EAR deployment is:</para>
<figure>
<title>New Seam Form Wizard</title>
@@ -133,7 +133,7 @@
</mediaobject>
</figure>
- <para>The wizard for EAR deployment differs from WAR in that you need type a name for <property>Local interface</property> and <property>Bean</property>.</para>
+ <para>The wizard for EAR deployment differs from WAR in <property>Local interface</property> and <property>Bean</property> fields so you need to fill them in.</para>
<para>EAR deployment:</para>
<figure>
17 years, 1 month
JBoss Tools SVN: r5063 - trunk/seam/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 10:19:06 -0500 (Fri, 23 Nov 2007)
New Revision: 5063
Modified:
trunk/seam/docs/reference/en/modules/creating_new_seam.xml
trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml
trunk/seam/docs/reference/en/modules/crud_database_application.xml
trunk/seam/docs/reference/en/modules/directory_structure.xml
trunk/seam/docs/reference/en/modules/seam_wizards.xml
trunk/seam/docs/reference/en/modules/testng.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-289
language correction
Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2007-11-23 15:15:51 UTC (rev 5062)
+++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2007-11-23 15:19:06 UTC (rev 5063)
@@ -88,7 +88,7 @@
</figure>
- <para>After clicking on Finish button you shoud have the folowing wizard view:</para>
+ <para>After clicking on Finish button you should have the following wizard view:</para>
<figure>
<title>New Seam Project Creation</title>
@@ -243,7 +243,7 @@
</itemizedlist>
<figure>
- <title>Connection Prodile Selecting</title>
+ <title>Connection Profile Selecting</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/create_new_seam/create_seam13.png"/>
Modified: trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml 2007-11-23 15:15:51 UTC (rev 5062)
+++ trunk/seam/docs/reference/en/modules/crud_application_walkthrough.xml 2007-11-23 15:19:06 UTC (rev 5063)
@@ -85,7 +85,7 @@
</figure>
<para>Click <property>Finish</property>.</para>
- <para>Home page of the <emphasis><property>crudapp</property></emphasis> project should appeared in <emphasis><property>Web Browser</property></emphasis>.</para>
+ <para>Home page of the <emphasis><property>crudapp</property></emphasis> project should appear in <emphasis><property>Web Browser</property></emphasis>.</para>
<figure>
<title>Home page</title>
<mediaobject>
Modified: trunk/seam/docs/reference/en/modules/crud_database_application.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/crud_database_application.xml 2007-11-23 15:15:51 UTC (rev 5062)
+++ trunk/seam/docs/reference/en/modules/crud_database_application.xml 2007-11-23 15:19:06 UTC (rev 5063)
@@ -226,11 +226,11 @@
<itemizedlist>
<listitem><para>Switch back to the <property>Seam</property> perspective. From the toolbar select <emphasis><property>New->Seam Generate Entities</property></emphasis> to create necessary entity classes and web pages.
- In the <emphasis><property>Generete Seam Entities</property></emphasis> dialog keep everything by default and press <emphasis><property>Finish</property></emphasis>.
+ In the <emphasis><property>Generate Seam Entities</property></emphasis> dialog keep everything by default and press <emphasis><property>Finish</property></emphasis>.
</para></listitem>
</itemizedlist>
<figure>
- <title>Generete Seam Entities</title>
+ <title>Generate Seam Entities</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/crud_database_application/crud_database_application_18.png"/>
Modified: trunk/seam/docs/reference/en/modules/directory_structure.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/directory_structure.xml 2007-11-23 15:15:51 UTC (rev 5062)
+++ trunk/seam/docs/reference/en/modules/directory_structure.xml 2007-11-23 15:19:06 UTC (rev 5063)
@@ -34,7 +34,7 @@
deployed to <emphasis><property>WEB-INF/dev</property></emphasis> from which Seam 1.2.1 automatically will perform hotdeploy of new components.</para>
<note>
<title>Note:</title>
- <para>Because of Eclipse WTP limits the hot deployed classes also existen in <emphasis><property>WEB-INF/classes</property></emphasis>,
+ <para>Because of Eclipse WTP limits the hot deployed classes also existed in <emphasis><property>WEB-INF/classes</property></emphasis>,
but since Seam gives <emphasis><property>WEB-INF/dev</property></emphasis> precedence it will work.</para>
</note>
Modified: trunk/seam/docs/reference/en/modules/seam_wizards.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_wizards.xml 2007-11-23 15:15:51 UTC (rev 5062)
+++ trunk/seam/docs/reference/en/modules/seam_wizards.xml 2007-11-23 15:19:06 UTC (rev 5063)
@@ -32,7 +32,7 @@
</mediaobject>
</figure>
- <para>The wizards creates multiple resources and placed in the apropriate folders dependent on your project structure (WAR or EAR).</para>
+ <para>The wizards creates multiple resources and placed in the appropriate folders dependent on your project structure (WAR or EAR).</para>
<section id="seam_action">
Modified: trunk/seam/docs/reference/en/modules/testng.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/testng.xml 2007-11-23 15:15:51 UTC (rev 5062)
+++ trunk/seam/docs/reference/en/modules/testng.xml 2007-11-23 15:19:06 UTC (rev 5063)
@@ -31,7 +31,7 @@
<section id="OtherRelevantResourcesOnTheTopic5">
<?dbhtml filename="OtherRelevantResourcesOnTheTopic5.html"?>
<title>Other relevant resources on the topic</title>
- <para><ulink url="http://www.artima.com/lejava/articles/testng.html">Next-Generation Testing with TestNG (An Interview with Cédric Beust)</ulink></para>
+ <para><ulink url="http://www.artima.com/lejava/articles/testng.html">Next-Generation Testing with TestNG (An Interview with Cedric Beust)</ulink></para>
<para><ulink url="http://www.javaworld.com/javaworld/jw-04-2005/jw-0404-testng.html">TestNG: The next generation of unit testing</ulink></para>
<para><ulink url="http://dev2dev.bea.com/pub/a/2006/09/testng-categorization.html">Test Categorization Techniques with TestNG</ulink></para>
<para><ulink url="http://www-128.ibm.com/developerworks/java/library/j-testng/">TestNG makes Java unit testing a breeze</ulink></para>
@@ -119,7 +119,7 @@
</figure>
<itemizedlist>
- <listitem><para>Fill out the wizard fields. New Seam Action wizard will create resources and place them in the apropriate folders dependent on EAR project structure.</para></listitem>
+ <listitem><para>Fill out the wizard fields. New Seam Action wizard will create resources and place them in the appropriate folders dependent on EAR project structure.</para></listitem>
</itemizedlist>
<figure>
@@ -158,7 +158,7 @@
</mediaobject>
</figure>
- <para>The test process will start and its ouput will be written in Console View.</para>
+ <para>The test process will start and its output will be written in Console View.</para>
<figure>
<title>Test is Finished</title>
17 years, 1 month
JBoss Tools SVN: r5062 - trunk/seam/docs/resources/styles/en.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 10:15:51 -0500 (Fri, 23 Nov 2007)
New Revision: 5062
Modified:
trunk/seam/docs/resources/styles/en/html.css
Log:
screenshots alingment is fixed
Modified: trunk/seam/docs/resources/styles/en/html.css
===================================================================
--- trunk/seam/docs/resources/styles/en/html.css 2007-11-23 15:04:00 UTC (rev 5061)
+++ trunk/seam/docs/resources/styles/en/html.css 2007-11-23 15:15:51 UTC (rev 5062)
@@ -99,7 +99,7 @@
div.book div.mediaobject{
-text-align:center;
+text-align:left;
}
div.mediaobject, div.mediaobject img *{
17 years, 1 month
JBoss Tools SVN: r5061 - trunk/jsf/docs/userguide/en/images/preferences.
by jbosstools-commits@lists.jboss.org
Author: ykryvinchanka
Date: 2007-11-23 10:04:00 -0500 (Fri, 23 Nov 2007)
New Revision: 5061
Added:
trunk/jsf/docs/userguide/en/images/preferences/preferences_38.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_39.png
Log:
http://jira.jboss.com/jira/browse/RHDS-175 Preference chap. Screens added.
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_38.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_38.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_39.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_39.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 1 month
JBoss Tools SVN: r5059 - in trunk/documentation/guides/userguide/GettingStartedGuide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: ykryvinchanka
Date: 2007-11-23 10:02:35 -0500 (Fri, 23 Nov 2007)
New Revision: 5059
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/first_seam/first_seam_7.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-236 SeamRuntime screens updated
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/first_seam/first_seam_7.png
===================================================================
(Binary files differ)
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2007-11-23 14:54:02 UTC (rev 5058)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2007-11-23 15:02:35 UTC (rev 5059)
@@ -222,7 +222,7 @@
<listitem><para>Click <emphasis><property>Save</property></emphasis> button.</para></listitem>
<listitem><para>Switch to Preview page by clicking Preview tab at the bottom of the page. You will see how the page will look at runtime.</para></listitem>
</itemizedlist>
- <figure>
+<!-- <figure>
<title>Preview Page</title>
<mediaobject>
<imageobject>
@@ -230,6 +230,7 @@
</imageobject>
</mediaobject>
</figure>
+-->
</section>
<section id="LaunchingTheProject">
<?dbhtml filename="LaunchingTheProject.html"?>
17 years, 1 month
JBoss Tools SVN: r5058 - in trunk/documentation/guides/userguide/GettingStartedGuide/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-11-23 09:54:02 -0500 (Fri, 23 Nov 2007)
New Revision: 5058
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/getting_started/getting_started_1.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-292 install chapter update, screenshot update
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/getting_started/getting_started_1.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-11-23 14:17:39 UTC (rev 5057)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/first_seam.xml 2007-11-23 14:54:02 UTC (rev 5058)
@@ -13,7 +13,7 @@
<para>The Red Hat Developer Studio provides sophisticated tools for enterprise applications. With the Red Hat Developer Studio, you can get started very quickly with a web prototype, and then scale up your application to include enterprise features (e.g., business processes, web services, etc.) using the same developer tools. It is a "scalable" RAD (Rapid Application Development) tool.</para>
- <para>A core element that makes the Red Hat Developer Studio "scalable" is the JBoss <property>Seam framework</property>. Seam is a fully featured application framework on top of Java EE 5. It is also one of the most popular enterprise Java framework today. Seam deeply integrates many other standard-based or open source frameworks (e.g., JSF, EJB3, JMS, Web Services, jBPM, JBoss Rules, Ajax4jsf, RichFaces, Facelets, Spring, iText, Quartz, TestNG, etc.), and provides a single programming model for developers to "drive" those underlying frameworks via simple annotated POJOs (Plain Old Java Objects). It makes life easier for developers to tackle complex enterprise applications with many component frameworks.</para>
+ <para>A core element that makes the Red Hat Developer Studio "scalable" is the <property>JBoss Seam</property> framework.</para>
<para>In this chapter, we will cover how to build a simple Seam web application in minutes with the Red Hat Developer Studio.</para>
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml 2007-11-23 14:17:39 UTC (rev 5057)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml 2007-11-23 14:54:02 UTC (rev 5058)
@@ -10,6 +10,13 @@
</keywordset>
</chapterinfo>
<title>Getting Started with Red Hat Developer Studio</title>
+
+ <section id="intro1">
+ <title>What is RHDS?</title>
+ <para>Red Hat Developer Studio is a set of eclipse-based development tools that are pre-configured for JBoss Enterprise Middleware Platforms and Red Hat Enterprise
+ Linux. Developers are not required to use Red Hat Developer Studio to develop on JBoss Enterprise Middleware and/or Red Hat Linux. But, many find these pre-configured
+ tools offer significant time-savings and value, making them more productive and speeding time to deployment.</para>
+ </section>
<section id="ConfigJavaEnvironment">
<?dbhtml filename="ConfigJavaEnvironment.html"?>
<title>Configuring Your Java Environment</title>
@@ -112,7 +119,7 @@
</listitem>
<listitem>
<para>Run in console:</para>
- <programlisting role="JAVA"><![CDATA[java -jar rhdevstudio-linux-gtk-1.0.0.beta2.jar
+ <programlisting role="JAVA"><![CDATA[java -jar rhdevstudio-linux-gtk-1.0.0.CR1.jar
]]></programlisting></listitem>
<listitem><para>Follow the instructions presented by the installation wizard</para></listitem>
</itemizedlist>
@@ -183,8 +190,18 @@
</section>
<section id="JBossToolsInstall">
<title>JBoss Tools Installation</title>
- <para>If you want to install the JBoss Tools plugins for Eclipse, you need the following:</para>
+ <para>JBoss Tools is an umbrella project for the JBoss developed plugins that will make it into Red Hat Developer Studio. The JBoss Tools modules are:</para>
<itemizedlist>
+ <listitem><para>JBoss AS Tools</para></listitem>
+ <listitem><para>Seam Tools</para></listitem>
+ <listitem><para>Hibernate Tools</para></listitem>
+ <listitem><para>Visual Page Editor</para></listitem>
+ <listitem><para>JST Tools</para></listitem>
+ <listitem><para>JBPM Tools</para></listitem>
+ </itemizedlist>
+
+ <para>To install the JBoss Tools plugins for Eclipse, you need the following:</para>
+ <itemizedlist>
<listitem><para>Get Eclipse 3.3.1 and Web Tools 2.0.1</para></listitem>
</itemizedlist>
<para>The quickest way to get a WTP version is to download "Eclipse IDE for Java EE Developers" via <ulink url="http://www.eclipse.org">www.eclipse.org</ulink>.</para>
17 years, 1 month
JBoss Tools SVN: r5057 - trunk/jsf/docs/userguide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-23 09:17:39 -0500 (Fri, 23 Nov 2007)
New Revision: 5057
Modified:
trunk/jsf/docs/userguide/en/modules/editors.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-175
Visual page editor chapter is updated. (installation on Linux)
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2007-11-23 13:46:09 UTC (rev 5056)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2007-11-23 14:17:39 UTC (rev 5057)
@@ -9,7 +9,7 @@
</keywordset>
</chapterinfo>
- <title>RHDS Editors</title>
+ <title>Editors</title>
<para>RHDS is supplied with a huge range of various editors for different file types.</para>
@@ -786,24 +786,27 @@
<title>How to Start the Visual Page Editor under Linux</title>
<para>Linux users may need to do the following to get the Visual Editor to work correctly on their machines.</para>
- <itemizedlist>
-<listitem><para>On Fedora or Red Hat Enterprise Linux distributions, install the compat-libstdc++-33.i386 and libXp packages:</para></listitem>
-</itemizedlist>
-<programlisting role="JAVA"><![CDATA[yum install compat-libstdc++-33 libXp
-]]></programlisting>
+<para> The Visual Page Editor requires the library libstdc++.so.5. This library is contained in the compat-libstdc++-33.i386 package.</para>
+
<itemizedlist>
-<listitem><para>On other rpm-based distributions download libXp.i386 package from <ulink url="http://rpm.pbone.net/index.php3/stat/4/idpl/3418392/com/libXp-1.0.0-8.i38...">here</ulink>
-</para></listitem>
-<listitem><para>And install it on your machine:</para></listitem>
-</itemizedlist>
-<programlisting role="JAVA"><![CDATA[rpm -U libXp-1.0.0-8.i386
-]]></programlisting>
+<listitem><para>To install this package on Fedora Core or Red Hat Enterprise Linux run the following command:</para> <programlisting role="JAVA"><![CDATA[yum install compat-libstdc++-33.i386
+]]></programlisting></listitem>
-<itemizedlist>
-<listitem><para>Open the RHDS perspective. If you see the Help view open, close it and restart RHDS
-</para></listitem>
-</itemizedlist>
+
+<listitem><para>On any other rpm based distributions download libstdc++.so.5 and run the following command:</para><programlisting role="JAVA"><![CDATA[rpm -Uvh compat-libstdc++-33.i386
+]]></programlisting></listitem>
+
+
+<listitem><para>On Debian based distributives run the following command:
+</para><programlisting role="JAVA"><![CDATA[apt-get install compat-libstdc++-33.i386
+]]></programlisting></listitem>
+
+</itemizedlist>
+
+<para> In case you have the library installed and you still have issue with starting the visual page editor then close all browser views/editors and leave one visual page editor open and restart eclipse. This should force a load of the right XULRunner viewer.</para>
+
+
</section>
<!-- <section id="JustInCase06">
@@ -858,8 +861,8 @@
<para>Please send us an email to <ulink url="mailto:support@exadel.com">support(a)exadel.com</ulink> if you have
questions about this feature.</para>
</section>
--->
+
<section id="HTML401Suppor421t">
<?dbhtml filename="HTML4.01Support.html"?>
<title>HTML 4.01 Support</title>
@@ -869,6 +872,7 @@
<?dbhtml filename="JSP2.0JSTL1.0And1.1Support.html"?>
<title>JSP 2.0, JSTL 1.0/1.1 support</title>
</section>
+-->
<section id="PageEditorWithPreview53">
<?dbhtml filename="PageEditorWithPreview.html"?>
17 years, 1 month
JBoss Tools SVN: r5056 - in trunk/as/docs/reference/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: ykryvinchanka
Date: 2007-11-23 08:46:09 -0500 (Fri, 23 Nov 2007)
New Revision: 5056
Added:
trunk/as/docs/reference/en/images/modules/modules_5.png
Modified:
trunk/as/docs/reference/en/modules/modules.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-279 updated info + new added
Added: trunk/as/docs/reference/en/images/modules/modules_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/as/docs/reference/en/images/modules/modules_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/as/docs/reference/en/modules/modules.xml
===================================================================
--- trunk/as/docs/reference/en/modules/modules.xml 2007-11-23 13:25:29 UTC (rev 5055)
+++ trunk/as/docs/reference/en/modules/modules.xml 2007-11-23 13:46:09 UTC (rev 5056)
@@ -60,7 +60,7 @@
<para>
If the selected module is a webtools project,
- it will be published as in the <emphasis>Run on Server</emphasis>
+ it will be published as in the <emphasis><property>Run on Server</property></emphasis>
option, with a best-guess full package. If, however, the selected
element is an archive from the <emphasis>Project Archives View</emphasis>,
it will be published according to the rules of that module type.</para>
@@ -86,7 +86,15 @@
<para>In the Project Archives View, you can
right-click on any declared archive and select the
<emphasis><property>Publish To Server</property></emphasis> element, as described in
- the JBoss AS Perspective chapter. </para>
+ the JBoss AS Perspective chapter. </para>
+ <figure>
+ <title>Publish to Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/modules/modules_5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
<para>
The only way to ensure an <emphasis>Incremental Build</emphasis>,
such as changes to one jsp, html, or .class file, is to
17 years, 1 month
JBoss Tools SVN: r5055 - in trunk/as/docs/reference/en: images/perspective and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: ykryvinchanka
Date: 2007-11-23 08:25:29 -0500 (Fri, 23 Nov 2007)
New Revision: 5055
Added:
trunk/as/docs/reference/en/images/modules/modules_3.png
trunk/as/docs/reference/en/images/modules/modules_4.png
trunk/as/docs/reference/en/images/perspective/perspective_21.png
Modified:
trunk/as/docs/reference/en/modules/modules.xml
trunk/as/docs/reference/en/modules/perspective.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-279 updated info + new added
Added: trunk/as/docs/reference/en/images/modules/modules_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/as/docs/reference/en/images/modules/modules_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/as/docs/reference/en/images/modules/modules_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/as/docs/reference/en/images/modules/modules_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/as/docs/reference/en/images/perspective/perspective_21.png
===================================================================
(Binary files differ)
Property changes on: trunk/as/docs/reference/en/images/perspective/perspective_21.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/as/docs/reference/en/modules/modules.xml
===================================================================
--- trunk/as/docs/reference/en/modules/modules.xml 2007-11-23 13:10:30 UTC (rev 5054)
+++ trunk/as/docs/reference/en/modules/modules.xml 2007-11-23 13:25:29 UTC (rev 5055)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="modules">
- <title>Deploying Modules (out of date!)</title>
+ <title>Deploying Modules</title>
<para>
Deploying to a server is mostly painless.
@@ -42,38 +42,53 @@
archives using the <emphasis>Project Archives</emphasis>
view and customize packaging yourself.</para>
</section>
- <section><title>Add / Remove Projects</title>
+ <section><title>Add and Remove Projects</title>
<para>
Another method is in either the Servers View, or the JBoss
Servers View, to right click on a server and select
- the <emphasis>Add or Remove Projects</emphasis> menu item.
+ the <emphasis><property>Add and Remove Projects</property></emphasis> menu item.
This will bring up a dialog allowing you to either publish
- projects / modules to a server, or remove them from the server.</para>
+ projects or modules to a server, or remove them from the server.</para>
+ <figure>
+ <title>Add and Remove Projects</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/modules/modules_3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
<para>
If the selected module is a webtools project,
it will be published as in the <emphasis>Run on Server</emphasis>
option, with a best-guess full package. If, however, the selected
element is an archive from the <emphasis>Project Archives View</emphasis>,
- it will be published according to the rules of that module type, which
- are explained below.</para>
+ it will be published according to the rules of that module type.</para>
</section>
<section><title>JBoss Servers View, Publish</title>
<para>
In the JBoss Server's View, in the bottom section, is a
- category called <emphasis>Modules</emphasis> which should
+ category called <emphasis><property>Modules</property></emphasis> which should
display all currently-published modules on the server.
By right-clicking on the desired module and selecting
- <emphasis>Publish</emphasis>, it will force a full
+ <emphasis><property>Full Publish</property></emphasis>, it will force a full
rebuild of the entire module. </para>
+ <figure>
+ <title>Full Publish</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/modules/modules_4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
</section>
<section><title>Project Archives View</title>
<para>In the Project Archives View, you can
right-click on any declared archive and select the
- <emphasis>Publish To Server</emphasis> element, as described in
- the last chapter. </para>
+ <emphasis><property>Publish To Server</property></emphasis> element, as described in
+ the JBoss AS Perspective chapter. </para>
<para>
- The ONLY WAY to ensure an <emphasis>Incremental Build</emphasis>,
+ The only way to ensure an <emphasis>Incremental Build</emphasis>,
such as changes to one jsp, html, or .class file, is to
enable the builder for that project. This is done by either changing
the global preferences for the Archives View, or in enabling
Modified: trunk/as/docs/reference/en/modules/perspective.xml
===================================================================
--- trunk/as/docs/reference/en/modules/perspective.xml 2007-11-23 13:10:30 UTC (rev 5054)
+++ trunk/as/docs/reference/en/modules/perspective.xml 2007-11-23 13:25:29 UTC (rev 5055)
@@ -183,6 +183,20 @@
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>Because 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.
+ This menu also provides the functionality of starting the server in run or debug mode, stopping it, or synching the publish information between the server and workspace.</para>
+ <figure>
+ <title>Launch Configuration</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/perspective/perspective_21.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Near the bottom you'll also see the Add and Remove Projects... item, which allows you to publish a new project to the server (if its type is supported).
+ The last menu item is the one labeled Twiddle Server.</para>
+ <para>The Twiddle Server item will open a dialog and allow you to run Twiddle commands against it.
+ 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 id="Project_archivesView">
<title>Project archives View</title>
17 years, 1 month