JBoss Tools SVN: r17373 - trunk/bpel/docs/reference/en/images.
by jbosstools-commits@lists.jboss.org
Author: Grid.Qian
Date: 2009-08-31 01:22:43 -0400 (Mon, 31 Aug 2009)
New Revision: 17373
Modified:
trunk/bpel/docs/reference/en/images/deploy_createdeploy_3.png
trunk/bpel/docs/reference/en/images/deploy_createdeploy_7.png
trunk/bpel/docs/reference/en/images/detail_createprocess_3.png
trunk/bpel/docs/reference/en/images/detail_editprocess_1.png
trunk/bpel/docs/reference/en/images/detail_editprocess_2.png
trunk/bpel/docs/reference/en/images/detail_editprocess_3.png
trunk/bpel/docs/reference/en/images/detail_editprocess_4.png
trunk/bpel/docs/reference/en/images/detail_editprocess_5.png
Log:
modify the images size
Modified: trunk/bpel/docs/reference/en/images/deploy_createdeploy_3.png
===================================================================
(Binary files differ)
Modified: trunk/bpel/docs/reference/en/images/deploy_createdeploy_7.png
===================================================================
(Binary files differ)
Modified: trunk/bpel/docs/reference/en/images/detail_createprocess_3.png
===================================================================
(Binary files differ)
Modified: trunk/bpel/docs/reference/en/images/detail_editprocess_1.png
===================================================================
(Binary files differ)
Modified: trunk/bpel/docs/reference/en/images/detail_editprocess_2.png
===================================================================
(Binary files differ)
Modified: trunk/bpel/docs/reference/en/images/detail_editprocess_3.png
===================================================================
(Binary files differ)
Modified: trunk/bpel/docs/reference/en/images/detail_editprocess_4.png
===================================================================
(Binary files differ)
Modified: trunk/bpel/docs/reference/en/images/detail_editprocess_5.png
===================================================================
(Binary files differ)
15 years, 3 months
JBoss Tools SVN: r17372 - trunk/bpel/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: Grid.Qian
Date: 2009-08-31 00:33:48 -0400 (Mon, 31 Aug 2009)
New Revision: 17372
Modified:
trunk/bpel/docs/reference/en/modules/deploy.xml
trunk/bpel/docs/reference/en/modules/detail.xml
trunk/bpel/docs/reference/en/modules/install.xml
Log:
modify some print errors for the bpel docs
Modified: trunk/bpel/docs/reference/en/modules/deploy.xml
===================================================================
--- trunk/bpel/docs/reference/en/modules/deploy.xml 2009-08-31 00:42:43 UTC (rev 17371)
+++ trunk/bpel/docs/reference/en/modules/deploy.xml 2009-08-31 04:33:48 UTC (rev 17372)
@@ -1,120 +1,120 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="deploy">
- <title>Deploy a JBoss BPEL project into JBoss BPEL Runtime</title>
- <section id="createdeploy">
- <title>Creating a bpel-deploy.xml file</title>
- <para>If you want to deploy a BPEL project into JBoss BPEL Runtime, you need to create a bpel-deploy.xml file.
- Our tools can help you to create it:
- </para>
- <itemizedlist>
- <listitem>
- <para>Create the bpel-deploy.xml by selecting
- <emphasis><property>New > Other... > BPEL 2.0 > Apache ODE Deployment Descriptor</property></emphasis>.
- </para>
- <figure>
- <title>New BPEL Deploy file</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/deploy_createdeploy_1.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>BPEL Project: Click on the <property>Browse...</property> button to select a BPEL project in your workspace which you want to deploy into the runtime.
- Please note that you should select the bpel folder under the BPEL project because the bpel-deploy.xml should be at this place.
- </para>
- <para>File name: The default value is bpel-deploy.xml. Please don't change it.</para>
- <para>Click on <property>Finish</property> button to close the wizard.</para>
- <figure>
- <title>New BPEL Deploy file Wizard</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/deploy_createdeploy_2.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>Double-click on the bpel-deploy.xml file to open it. In the <property>Inbound Interface</property> section, click in the
- <property>Associated Port</property> column for the <property>client</property> Parner link. Then select <property>HelloWorldProcessPort</property>
- in the drop down box. Click in the other part of the eclipse, the <property>Related Service</property> and <property>Binding Used</property>
- clumns should automatically be filled in. Save the bpel-deploy.xml.
- </para>
- <figure>
- <title>bpel-deploy.xml file editor</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/deploy_createdeploy_3.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- </itemizedlist>
- </section>
- <section id="createruntime">
- <title>Creating JBoss BPEL Server</title>
- <para>Suppose you have installed the JBoss BPEL Runtime, <property>RiftSaw</property>, now we can create a server for the JBoss BPEL runtime</para>
- <itemizedlist>
- <listitem>
- <para>Open the <property>Servers view</property> by selecting
- <emphasis><property>Windows > Show View > Other... > Server > Servers</property></emphasis>.
- </para>
- </listitem>
- <listitem>
- <para>In the Servers view, right-click and select
- <emphasis><property>New > Server</property></emphasis> to open a wizard:
- </para>
- <figure>
- <title>New Server Wizard</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/deploy_createdeploy_4.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>Server type: select <property>JBoss AS 5.1</property>. Please note that only JBoss As 5.1 or higher version support BPEL.</para>
- <para>Click on the <property>Next</property> button. On the next page, you can input your JBoss As location. Then click on the <property>Next</property> button.
- you can get the page like this:
- </para>
- <figure>
- <title>Add resource to the server</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/deploy_createdeploy_5.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>Select <property>HelloWorld</property>, then click on the <property>Add > </property> button to add the project to the server.
- Then click on <property>Finish</property> button.
- </para>
- <para>Start the server by right-clicking on the server and selecting the <property>Start</property> item. </para>
-
- <figure>
- <title>The started server</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/deploy_createdeploy_6.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- <listitem>
- <para>You can input the link <ulink url="http://localhost:8080/bpel/processes.html">http://localhost:8080/bpel/processes.html</ulink> in the browse to find the deployed processes.</para>
- <figure>
- <title>The BPEL console</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/deploy_createdeploy_7.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </listitem>
- </itemizedlist>
-
- </section>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<chapter id="deploy">
+ <title>Deploy a JBoss BPEL project into JBoss BPEL Runtime</title>
+ <section id="createdeploy">
+ <title>Creating a bpel-deploy.xml file</title>
+ <para>If you want to deploy a BPEL project into JBoss BPEL Runtime, you need to create a bpel-deploy.xml file.
+ Our tools can help you to create it:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>Create the bpel-deploy.xml by selecting
+ <emphasis><property>New > Other... > BPEL 2.0 > Apache ODE Deployment Descriptor</property></emphasis>. Click on the <property>Next</property> button.
+ </para>
+ <figure>
+ <title>New BPEL Deploy file</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/deploy_createdeploy_1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>BPEL Project: Click on the <property>Browse...</property> button to select a BPEL project in your workspace which you want to deploy into the runtime.
+ Please note that you should select the bpel folder under the BPEL project because the bpel-deploy.xml should be at this place.
+ </para>
+ <para>File name: The default value is bpel-deploy.xml. Please don't change it.</para>
+ <para>Click on <property>Finish</property> button to close the wizard.</para>
+ <figure>
+ <title>New BPEL Deploy file Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/deploy_createdeploy_2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>Double-click on the bpel-deploy.xml file to open it. In the <property>Inbound Interface</property> section, click in the
+ <property>Associated Port</property> column for the <property>client</property> Parner link. Then select <property>HelloWorldProcessPort</property>
+ in the drop down box. Click in the other part of the eclipse, the <property>Related Service</property> and <property>Binding Used</property>
+ clumns should automatically be filled in. Save the bpel-deploy.xml.
+ </para>
+ <figure>
+ <title>bpel-deploy.xml file editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/deploy_createdeploy_3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ </itemizedlist>
+ </section>
+ <section id="createruntime">
+ <title>Creating JBoss BPEL Server</title>
+ <para>Suppose you have installed the JBoss BPEL Runtime-<property>RiftSaw</property>, now we can create a server for the JBoss BPEL runtime</para>
+ <itemizedlist>
+ <listitem>
+ <para>Open the <property>Servers view</property> by selecting
+ <emphasis><property>Windows > Show View > Other... > Server > Servers</property></emphasis>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>In the Servers view, right-click and select
+ <emphasis><property>New > Server</property></emphasis> to open a wizard:
+ </para>
+ <figure>
+ <title>New Server Wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/deploy_createdeploy_4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>Server type: select <property>JBoss AS 5.1</property>. Please note that only JBoss As 5.1 or higher version support BPEL.</para>
+ <para>Click on the <property>Next</property> button. On the next page, you can input your JBoss As location. Then click on the <property>Next</property> button.
+ you can get the page like this:
+ </para>
+ <figure>
+ <title>Add resource to the server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/deploy_createdeploy_5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>Select <property>HelloWorld</property>, then click on the <property>Add > </property> button to add the project to the server.
+ Then click on <property>Finish</property> button.
+ </para>
+ <para>Start the server by right-clicking on the server and selecting the <property>Start</property> item. </para>
+
+ <figure>
+ <title>The started server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/deploy_createdeploy_6.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>You can input the link <ulink url="http://localhost:8080/bpel/processes.html">http://localhost:8080/bpel/processes.html</ulink> in the browser to get the deployed processes.</para>
+ <figure>
+ <title>The BPEL console</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/deploy_createdeploy_7.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ </itemizedlist>
+
+ </section>
</chapter>
\ No newline at end of file
Modified: trunk/bpel/docs/reference/en/modules/detail.xml
===================================================================
--- trunk/bpel/docs/reference/en/modules/detail.xml 2009-08-31 00:42:43 UTC (rev 17371)
+++ trunk/bpel/docs/reference/en/modules/detail.xml 2009-08-31 04:33:48 UTC (rev 17372)
@@ -7,7 +7,7 @@
<section id="createproject">
<title>Creating a BPEL project</title>
<para>Create a Web project by selecting
- <emphasis><property>New > Project... > BPEL 2.0 > BPEL Project</property></emphasis>.
+ <emphasis><property>New > Project... > BPEL 2.0 > BPEL Project</property></emphasis>. Click on the <property>Next</property> button.
</para>
<figure>
<title>New BPEL Project</title>
@@ -20,7 +20,7 @@
<para>Enter the following information:</para>
<itemizedlist>
<listitem>
- <para>Project Name: enter a project name</para>
+ <para>Project Name: enter a project name. For example, enter <property>HelloWorld</property>. </para>
</listitem>
</itemizedlist>
<figure>
@@ -57,13 +57,13 @@
<para>Click on the <property>Next</property> button. Enter the following information:</para>
<itemizedlist>
<listitem>
- <para>BPEL Process Name: enter a project name</para>
+ <para>BPEL Process Name: enter a process name. For example, <property>HelloWorld</property>. </para>
</listitem>
<listitem>
<para>Namespace: enter or select a namespace for the BPEL process</para>
</listitem>
<listitem>
- <para>Template: select a template for the BPEL process. When you select a template, below the raw, you will get the information for the template.</para>
+ <para>Template: select a template for the BPEL process. When you select a template, below the row, you will get the information for the template.</para>
</listitem>
</itemizedlist>
<figure>
@@ -74,7 +74,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>Click on the <property>Next</property> button. On the second page, make sure that the Fold <property>HelloWorld/bpel</property> is selected.
+ <para>Click on the <property>Next</property> button. On the second page, make sure that the fold <property>HelloWorld/bpel</property> is selected.
Clink on the <property>Finish</property> button.
</para>
<para>All of your files that are used in your BPEL project must be under the <property>bpel</property> folder. Only like this,
Modified: trunk/bpel/docs/reference/en/modules/install.xml
===================================================================
--- trunk/bpel/docs/reference/en/modules/install.xml 2009-08-31 00:42:43 UTC (rev 17371)
+++ trunk/bpel/docs/reference/en/modules/install.xml 2009-08-31 04:33:48 UTC (rev 17372)
@@ -1,19 +1,19 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<chapter id="install">
- <title>Install the JBoss BPEL editor</title>
- <section id="installeclipse">
- <title>Installing the JBoss BPEL editor</title>
- <para>At first, you need an Eclipse(3.5). You can get it from <ulink url="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...">Eclipse</ulink> Web Site.
- </para>
- <para>The JBoss BPEL editor is included in JBoss Tools. You have some methods to install JBoss Tools. See <ulink url="http://www.jboss.org/tools/download/installation.html">Installing JBoss Tools</ulink> for more information.</para>
- <para>If you only want to install the JBoss BPEL editor, you may install it from <ulink url="http://jboss.org/tools/download/dev.html">JBoss Tools</ulink> page. Please note that
- only JBoss Tools 3.1 or higher version include the JBoss BPEL editor.
- </para>
- </section>
- <section id="installRuntime">
- <title>Installing the JBoss BPEL Runtime</title>
- <para>If you want to deploy a BPEL project to JBoss runtime, you need to download the JBoss BPEL Runtime by yourself. The JBoss BPEL Runtime
- is named RiftSaw. You can get it from <ulink url="">JBoss RiftSaw</ulink> page.
- </para>
- </section>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<chapter id="install">
+ <title>Install the JBoss BPEL editor</title>
+ <section id="installeclipse">
+ <title>Installing the JBoss BPEL editor</title>
+ <para>At first, you need an Eclipse(3.5). You can get it from <ulink url="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...">Eclipse</ulink> Web Site.
+ </para>
+ <para>The JBoss BPEL editor is included in JBoss Tools. You have some methods to install JBoss Tools. See <ulink url="http://www.jboss.org/tools/download/installation.html">Installing JBoss Tools</ulink> for more information.</para>
+ <para>If you only want to install the JBoss BPEL editor, you may install it from <ulink url="http://jboss.org/tools/download/dev.html">JBoss Tools</ulink> page. Please note that
+ only JBoss Tools 3.1 or higher version include the JBoss BPEL editor.
+ </para>
+ </section>
+ <section id="installRuntime">
+ <title>Installing the JBoss BPEL Runtime</title>
+ <para>If you want to deploy a BPEL project to JBoss runtime, you need to download the JBoss BPEL Runtime by yourself. The JBoss BPEL Runtime
+ is named RiftSaw. You can get it from <ulink url="http://jboss.org/riftsaw">JBoss RiftSaw</ulink> page.
+ </para>
+ </section>
</chapter>
\ No newline at end of file
15 years, 3 months
JBoss Tools SVN: r17370 - workspace/snjeza.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-08-30 20:17:37 -0400 (Sun, 30 Aug 2009)
New Revision: 17370
Added:
workspace/snjeza/photoalbum/
Log:
Initial import.
15 years, 3 months
JBoss Tools SVN: r17369 - branches.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-08-30 17:26:27 -0400 (Sun, 30 Aug 2009)
New Revision: 17369
Added:
branches/jbosstools-3.1.0.M3/
Removed:
branches/3.1.0.M3/
Log:
Copied: branches/jbosstools-3.1.0.M3 (from rev 17368, branches/3.1.0.M3)
15 years, 3 months
JBoss Tools SVN: r17368 - branches.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-08-30 17:19:20 -0400 (Sun, 30 Aug 2009)
New Revision: 17368
Added:
branches/3.1.0.M3/
Log:
branch for 3.1.0.M3
Copied: branches/3.1.0.M3 (from rev 17367, trunk)
15 years, 3 months
JBoss Tools SVN: r17367 - trunk/jbpm/plugins/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/util.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-08-30 13:35:10 -0400 (Sun, 30 Aug 2009)
New Revision: 17367
Modified:
trunk/jbpm/plugins/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/util/ProcessDeployer.java
Log:
JBIDE-4197: JBDS 2.0.0 GA will not deploy JBPM archive
Modified: trunk/jbpm/plugins/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/util/ProcessDeployer.java
===================================================================
--- trunk/jbpm/plugins/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/util/ProcessDeployer.java 2009-08-29 15:00:40 UTC (rev 17366)
+++ trunk/jbpm/plugins/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/util/ProcessDeployer.java 2009-08-30 17:35:10 UTC (rev 17367)
@@ -286,14 +286,16 @@
return name.startsWith(className);
}
});
- for (int i = 0; i < nestedClasses.length; i++) {
- String fileName = classOrResource.substring(0, classOrResource.lastIndexOf("/") + 1) + nestedClasses[i];
- zos.putNextEntry(new ZipEntry("classes/" + fileName));
- is = loader.getResourceAsStream(fileName);
- while ((read = is.read(buff)) != -1) {
- zos.write(buff, 0, read);
+ if (nestedClasses != null) {
+ for (int i = 0; i < nestedClasses.length; i++) {
+ String fileName = classOrResource.substring(0, classOrResource.lastIndexOf("/") + 1) + nestedClasses[i];
+ zos.putNextEntry(new ZipEntry("classes/" + fileName));
+ is = loader.getResourceAsStream(fileName);
+ while ((read = is.read(buff)) != -1) {
+ zos.write(buff, 0, read);
+ }
+ is.close();
}
- is.close();
}
}
}
15 years, 3 months
JBoss Tools SVN: r17366 - trunk/seam/docs/reference/en/images/seam_refactoring.
by jbosstools-commits@lists.jboss.org
Author: chukhutsina
Date: 2009-08-29 11:00:40 -0400 (Sat, 29 Aug 2009)
New Revision: 17366
Added:
trunk/seam/docs/reference/en/images/seam_refactoring/butt1.png
trunk/seam/docs/reference/en/images/seam_refactoring/butt2.png
trunk/seam/docs/reference/en/images/seam_refactoring/butt3.png
trunk/seam/docs/reference/en/images/seam_refactoring/butt4.png
trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor1.png
trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor10.png
trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor2.png
trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor3.png
trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor4.png
trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor5.png
trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor6.png
trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor7.png
trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor8.png
trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor9.png
Log:
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>https://jira.jboss.org/jira/browse/JBDS-839 -Added Seam refactoring tools chapter to the Seam-doc. </p>
</body></html>
Added: trunk/seam/docs/reference/en/images/seam_refactoring/butt1.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/butt1.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/butt2.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/butt2.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/butt3.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/butt3.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/butt4.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/butt4.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor1.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor1.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor10.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor2.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor2.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor3.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor3.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor4.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor4.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor5.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor5.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor6.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor6.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor7.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor7.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor8.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor8.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor9.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_refactoring/seam_refactor9.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
15 years, 3 months
JBoss Tools SVN: r17364 - trunk/seam/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: chukhutsina
Date: 2009-08-29 10:58:04 -0400 (Sat, 29 Aug 2009)
New Revision: 17364
Added:
trunk/seam/docs/reference/en/modules/seam_refactoring.xml
Log:
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>https://jira.jboss.org/jira/browse/JBDS-839 -Added Seam refactoring tools chapter to the Seam-doc. </p>
</body></html>
Added: trunk/seam/docs/reference/en/modules/seam_refactoring.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_refactoring.xml (rev 0)
+++ trunk/seam/docs/reference/en/modules/seam_refactoring.xml 2009-08-29 14:58:04 UTC (rev 17364)
@@ -0,0 +1,203 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<chapter id="seam_refactoring" xreflabel="seam_refactoring">
+ <?dbhtml filename="seam_refactoring.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>Seam refactoring tools
+ </keyword>
+ <keyword>seam</keyword>
+ <keyword>rename</keyword>
+ </keywordset>
+ </chapterinfo>
+ <title>Seam refactoring tools</title>
+ <para>The goal of Seam components refactoring is to make system-wide code changes without affecting the behavior of the program.
+ The Seam module of JBoss Tools provides assistance in easily refactoring code.
+ When performing a refactoring operation, you can preview all of the changes resulting from a refactoring action before you choose to carry them out.
+ Refactoring commands are available from the context menus of several views and editors.
+ Now Seam refactoring tools include only one refactoring command:<emphasis><property>Rename Seam Component</property></emphasis>.
+ </para>
+ <para>The command is available from the next views:</para>
+ <itemizedlist>
+ <listitem>
+ <para> <link linkend="JavaEditor">Java Editor</link>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="SeamComponents">Seam Components</link>
+ </para>
+ </listitem>
+ <listitem>
+ <para><link linkend="xml_html">JBossTools XML Editor, other xml/html editors
+
+ </link>
+ </para>
+ </listitem>
+ <listitem>
+ <para><link linkend="properties">JBossTools Properties Editor
+
+ </link>
+ </para>
+ </listitem>
+ </itemizedlist>
+ <para>Renaming the selected seam component also (if enabled) corrects all references to the
+ component(also in other files in the project).Renaming a type doesn't allow to rename
+ similarly named variables and methods.
+ </para>
+ <section id="RefactornigWizard">
+ <?dbhtml filename="RefactornigWizard.html"?>
+ <title>Refactorinig wizard
+ </title>
+ <para>This wizard is opened always when the user clicks <property>Rename Seam Component</property>/<property>Rename Seam Context Variable</property>/<property>Rename</property> command in any
+ of the mentioned views.
+ </para>
+
+ <figure>
+ <title>Refactoring wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_refactoring/seam_refactor2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>In the <property>Seam Components Field</property> you should write a new name of the component,
+ click <property>Next</property> and follow the next wizard steps:
+ </para>
+ <figure>
+ <title>Navigating between the differences</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_refactoring/seam_refactor3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>The view represents two windows: one with the source code and the second with refactored one. With the help of
+ <inlinemediaobject> <imageobject>
+ <imagedata fileref="images/seam_refactoring/butt1.png"/>
+ </imageobject></inlinemediaobject>,
+ <inlinemediaobject> <imageobject>
+ <imagedata fileref="images/seam_refactoring/butt2.png"/>
+ </imageobject></inlinemediaobject>,
+ <inlinemediaobject> <imageobject>
+ <imagedata fileref="images/seam_refactoring/butt3.png"/>
+ </imageobject></inlinemediaobject>,
+ <inlinemediaobject> <imageobject>
+ <imagedata fileref="images/seam_refactoring/butt4.png"/>
+ </imageobject></inlinemediaobject> buttons you can quickly navigate between the differences in the code.
+ If you don't agree with some changes you can't undo them but you can remove the class from the list of classes that need refactoring.
+ </para>
+ <figure>
+ <title>List of classes that need refactoring
+ </title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_refactoring/seam_refactor4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>To apply the changes click <emphasis><property>Finish</property></emphasis>.
+ </para>
+ </section>
+
+ <section>
+ <title>Opening Refactoring wizard in different views</title>
+ <para>Seam component can be renamed only if it's not marked as <emphasis><property>Read only</property></emphasis> in properties for the java file where it's declared.
+ </para>
+ <figure>
+ <title>Properties view for java file
+ </title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_refactoring/seam_refactor10.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <section id="JavaEditor">
+ <?dbhtml filename="JavaEditor.html"?>
+ <title>Opening Refactoring wizard in Java Editor</title>
+ <para>If you want to rename certain seam component using Java Editor,first of all it's necessary to open it.
+ If you don't know ,where the seam component is declared,use <link linkend="open_seam_component">Open Seam Components icon</link>.
+
+ </para>
+ <para>To open the rename Seam Component command in Java Editor it's necessary to left click the file <emphasis><property>>Seam Refactor>Rename Seam Component</property></emphasis>.
+ </para>
+ <figure>
+ <title>Opening Refactoring wizard in Java Editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_refactoring/seam_refactor1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ <section id="SeamComponents">
+ <title>Opening Refactoring wizard in Seam Components view</title>
+ <para>To open <property>Refactoring wizard</property> in <property>Seam Components</property> view the user should left click the component he wants to open and choose <property>Rename Seam Component</property> option.</para>
+ <figure>
+ <title>Opening Refactoring wizard in Seam Components view</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_refactoring/seam_refactor5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ <section id="xml_html">
+ <title>Opening Refactoring wizard in JBossTools XML Editor, other xml/html editors
+ </title>
+ <para>When you open <property>components.xml</property> file using JBossTools XML Editor,it's possible to open the <property>Refactoring dialog</property> in two ways:</para>
+ <itemizedlist>
+ <listitem>
+ <para>in the Tree tab.You should left click the component in <property>components</property> section and choose <property>Rename</property> option.
+ </para>
+ <figure>
+ <title>Opening Refactoring wizard in <emphasis><property>components.xml</property></emphasis> file</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_refactoring/seam_refactor6.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ <listitem>
+ <para>
+ in the Source tab.To do this, select the component name in the file,open context menu by left click and choose <property>Seam Refactor> Rename Seam Context Variable</property>
+ .</para>
+ <figure>
+ <title>Opening Refactoring wizard in components.xml file</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_refactoring/seam_refactor7.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>This method of <property>Refactoring wizard</property> opening is also available in other xml/html editors.</para>
+ <figure>
+ <title>Opening Refactoring wizard in .html file</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_refactoring/seam_refactor8.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+ </itemizedlist>
+ </section>
+ <section id="properties">
+ <title>Opening Refactoring wizard in .properties files
+ </title>
+ <para>You can also open seam components in .properties files by selecting
+ the component name in the file and choose <property>Seam Refactor> Rename Seam Context Variable</property> from the context menu.</para>
+ <figure>
+ <title>Opening Refactoring wizard in .properties files</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_refactoring/seam_refactor9.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ </section>
+</chapter>
+
+
Property changes on: trunk/seam/docs/reference/en/modules/seam_refactoring.xml
___________________________________________________________________
Name: svn:executable
+ *
15 years, 3 months
JBoss Tools SVN: r17363 - trunk/seam/docs/reference/en.
by jbosstools-commits@lists.jboss.org
Author: chukhutsina
Date: 2009-08-29 10:56:49 -0400 (Sat, 29 Aug 2009)
New Revision: 17363
Modified:
trunk/seam/docs/reference/en/master.xml
Log:
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>https://jira.jboss.org/jira/browse/JBDS-839 -Added Seam refactoring tools chapter to the Seam-doc. </p>
</body></html>
Modified: trunk/seam/docs/reference/en/master.xml
===================================================================
--- trunk/seam/docs/reference/en/master.xml 2009-08-29 04:31:28 UTC (rev 17362)
+++ trunk/seam/docs/reference/en/master.xml 2009-08-29 14:56:49 UTC (rev 17363)
@@ -9,6 +9,7 @@
<!ENTITY menus_and_actions SYSTEM "modules/seam_menus_and_actions.xml">
<!ENTITY seam_wizards SYSTEM "modules/seam_wizards.xml">
<!ENTITY generate_entities SYSTEM "modules/generate_entities.xml">
+<!ENTITY seam_refactoring SYSTEM "modules/seam_refactoring.xml">
<!ENTITY seam_editors SYSTEM "modules/seam_editors.xml">
<!ENTITY seam_view SYSTEM "modules/seam_view.xml">
<!ENTITY seam_preferences SYSTEM "modules/seam_preferences.xml">
@@ -85,6 +86,7 @@
&seam_editors;
&seam_view;
&seam_preferences;
+&seam_refactoring;
&adding_seam_support_to_ear_project;
&crud_database_application;
&crud_application_walkthrough;
15 years, 3 months