JBoss Tools SVN: r15931 - trunk/ws/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-06-12 12:08:12 -0400 (Fri, 12 Jun 2009)
New Revision: 15931
Modified:
trunk/ws/docs/reference/en/modules/overview.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-153: key features chapters created, verified, some misprints corrected.
Modified: trunk/ws/docs/reference/en/modules/overview.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/overview.xml 2009-06-12 16:07:52 UTC (rev 15930)
+++ trunk/ws/docs/reference/en/modules/overview.xml 2009-06-12 16:08:12 UTC (rev 15931)
@@ -4,4 +4,68 @@
<para>JBossWS is a web service framework developed as a part of the JBoss Application Server. It implements the JAX-WS specification that defines a programming model and run-time architecture for implementing web services in Java, targeted at the Java Platform, Enterprise Edition 5 (Java EE 5).</para>
<para>JBossWS integrates with most current JBoss Application Server releases as well as earlier ones, that did implement the J2EE 1.4 specifications. Even though JAX-RPC, the web service specification for J2EE 1.4, is still supported JBossWS does put a clear focus on JAX-WS.</para>
+
+<section>
+ <title>Key Features of JBossWS</title>
+ <para>For a start, we propose you to look through the table of main features of JBossWS Runtime:</para>
+
+ <table>
+
+ <title>Key Functionality for JBossWS</title>
+ <tgroup cols="2">
+
+ <colspec colnum="1" align="left" colwidth="2*"/>
+ <colspec colnum="2" colwidth="4*"/>
+
+
+ <thead>
+ <row>
+ <entry>Feature</entry>
+ <entry>Benefit</entry>
+
+ </row>
+ </thead>
+
+ <tbody>
+
+ <row>
+ <entry><para>JAX-RPC and JAX-WS support</para></entry>
+ <entry><para>JBossWS implements both the JAX-WS and JAX-RPC specifications.</para></entry>
+
+ </row>
+
+ <row>
+ <entry><para>EJB 2.1, EJB3 and JSE endpoints</para></entry>
+ <entry><para>JBossWS supports EJB 2.1, EJB3 and JSE as Web Service Endpoints.</para></entry>
+
+ </row>
+
+ <row>
+ <entry><para>WS-Security 1.0 for XML Encryption/Signature of the SOAP message</para></entry>
+ <entry><para>WS-Security standardizes authorization, encryption, and digital signature processing of web services.</para></entry>
+
+ </row>
+
+ <row>
+ <entry><para>JBoss AS</para></entry>
+ <entry><para>JBoss Application Server 5 (JavaEE 5 compliant) web service stack.</para></entry>
+
+ </row>
+
+ <row>
+ <entry><para>Support for MTOM/XOP and SwA-Ref</para></entry>
+ <entry><para>Message Transmission Optimization Mechanism (MTOM) and XML-binary Optimized Packaging (XOP) more efficiently serialize XML Infosets that have certain types of content.</para></entry>
+
+ </row>
+
+ </tbody>
+
+ </tgroup>
+ </table>
+
+
+</section>
+
+
+
</chapter>
\ No newline at end of file
15 years, 6 months
JBoss Tools SVN: r15930 - trunk/struts/docs/struts_tools_tutorial/en/modules.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-06-12 12:07:52 -0400 (Fri, 12 Jun 2009)
New Revision: 15930
Modified:
trunk/struts/docs/struts_tools_tutorial/en/modules/introduction.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-153: key features chapters created, verified, some misprints corrected.
Modified: trunk/struts/docs/struts_tools_tutorial/en/modules/introduction.xml
===================================================================
--- trunk/struts/docs/struts_tools_tutorial/en/modules/introduction.xml 2009-06-12 16:07:31 UTC (rev 15929)
+++ trunk/struts/docs/struts_tools_tutorial/en/modules/introduction.xml 2009-06-12 16:07:52 UTC (rev 15930)
@@ -25,6 +25,71 @@
application, and finally run it all from inside the Eclipse.</para>
<section>
+ <title>Key Features Struts Tools</title>
+
+ <para>For a start, we propose you to look through the table of main features of Struts
+ Tools:</para>
+ <table>
+
+ <title>Key Functionality of Struts Tools</title>
+ <tgroup cols="2">
+
+ <colspec colnum="1" align="left" colwidth="2*"/>
+ <colspec colnum="2" colwidth="4*"/>
+
+
+ <thead>
+ <row>
+ <entry>Feature</entry>
+ <entry>Benefit</entry>
+
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><para>Struts Support</para></entry>
+ <entry><para>Step-by-step wizards for creating a new struts project with a number
+ of predefined templates, importing existing ones and adding struts
+ capabilities to non-struts web projects.</para></entry>
+
+ </row>
+
+ <row>
+ <entry><para>Support for Struts Configuration File</para></entry>
+ <entry><para>Working on file using three modes: diagram, tree and source.
+ Synchronization between the modes and full control over the code. Easy
+ moving around the diagram using the Diagram Navigator. Working with
+ struts projects that have multiple modules. Possibility to use Struts
+ configuration file debugger allowing to set break points on struts
+ diagram and then launch the server in debug mode.</para></entry>
+
+ </row>
+
+ <row>
+ <entry><para>Support for Struts modules</para></entry>
+ <entry><para>A Struts module (struts-config.xml) is automatically created while
+ creating a new project. There is also possibility to add new ones or edit
+ already existing modules in your existing project or while importing Struts project.</para></entry>
+
+ </row>
+
+ <row>
+ <entry><para>Verification and Validation</para></entry>
+ <entry><para>All occurring errors will be immediately reported by verification
+ feature, no matter in what view you are working. Constant validation and
+ errors checking allows to catch many of the errors during development
+ process that significantly reduces development time.</para></entry>
+
+
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+
+
+ <section>
<title>Other relevant resources on the topic</title>
<para>All JBoss Developer Studio/JBoss Tools release documentation you can find at<ulink url="http://docs.jboss.org/tools/">http://docs.jboss.org/tools</ulink> in the corresponding release directory.</para>
15 years, 6 months
JBoss Tools SVN: r15929 - trunk/smooks/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-06-12 12:07:31 -0400 (Fri, 12 Jun 2009)
New Revision: 15929
Modified:
trunk/smooks/docs/reference/en/modules/introduction.xml
trunk/smooks/docs/reference/en/modules/quick_start.xml
trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-153: key features chapters created, verified, some misprints corrected.
Modified: trunk/smooks/docs/reference/en/modules/introduction.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/introduction.xml 2009-06-12 16:07:06 UTC (rev 15928)
+++ trunk/smooks/docs/reference/en/modules/introduction.xml 2009-06-12 16:07:31 UTC (rev 15929)
@@ -10,7 +10,57 @@
</chapterinfo>
<title>Introduction</title>
<para>This chapter give you a short introduction to Smooks, Smooks tools and its installation</para>
+ <para>First, have a look at the key features of Smooks tools:</para>
<section>
+ <title>Key Features of Smooks Tools</title>
+ <para>Here, we provide you with a key functionality which is integrated in Smooks tools.</para>
+ <table>
+
+ <title>Key Functionality for Smooks Tools</title>
+ <tgroup cols="3">
+
+ <colspec colnum="1" align="left" colwidth="2*"/>
+ <colspec colnum="2" colwidth="4*"/>
+ <colspec colnum="3" align="left" colwidth="2*"/>
+
+ <thead>
+ <row>
+ <entry>Feature</entry>
+ <entry>Benefit</entry>
+ <entry>Chapter</entry>
+ </row>
+ </thead>
+
+ <tbody>
+
+ <row>
+ <entry><para>Smooks Configuration File Wizard</para></entry>
+ <entry><para>Smooks tools allows to create/edit the Smooks configuration file for Java2Java data transformation.</para></entry>
+ <entry>
+ <link linkend="config_file_wizzard">Smooks Configuration File Wizard</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry><para>Smooks Editor</para></entry>
+ <entry><para>Smooks Editor helps configure the created Smooks configuration file.</para></entry>
+ <entry>
+ <link linkend="quickstart_formeditor">Smooks Editor</link>
+ </entry>
+ </row>
+
+ </tbody>
+
+ </tgroup>
+ </table>
+
+
+
+ </section>
+
+
+
+ <section>
<title>What is Smooks?</title>
<para><property>Smooks</property> is a Java Framework/Engine for processing XML and non XML
Modified: trunk/smooks/docs/reference/en/modules/quick_start.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/quick_start.xml 2009-06-12 16:07:06 UTC (rev 15928)
+++ trunk/smooks/docs/reference/en/modules/quick_start.xml 2009-06-12 16:07:31 UTC (rev 15929)
@@ -26,7 +26,7 @@
them into the eclipse Java project. </para>
</tip>
</section>
- <section>
+ <section id="config_file_wizzard">
<title>Smooks Configuration File Wizard</title>
<para>Select the Smooks Java-to-Java example project that you created and right-click,
select the menu <emphasis><property>New > Other</property>,</emphasis> then find
Modified: trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml 2009-06-12 16:07:06 UTC (rev 15928)
+++ trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml 2009-06-12 16:07:31 UTC (rev 15929)
@@ -19,7 +19,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>This page consists of 3 setions:Message Filtering Resources,Input Data and Section devoted to the configurations of a selected in a Message Filtering Resources section Item.</para>
+ <para>This page consists of 3 setions: Message Filtering Resources, Input Data and Section devoted to the configurations of a selected in a Message Filtering Resources section Item.</para>
<para> You can bind classes <link linkend="quickstart_mapping">using Bindings item
</link> on the Design page of the <property>Smooks Editor</property>. </para>
<para> The configuration editor also edits the <link linkend="configurationpage_parsetype">Smooks parse
@@ -29,7 +29,7 @@
<section id="configurationpage_parsetype">
<title>Smooks Parse Type</title>
- <para>If your config file doesn't contain Global Parametres item yet,you should add it by right click Resource List>Add Smooks Resource>Global Parametres.After this step you should add Param to just created Global Parametres. </para>
+ <para>If your config file doesn't contain Global Parametres item yet, you should add it by right click Resource List>Add Smooks Resource>Global Parametres.After this step you should add Param to just created Global Parametres. </para>
<figure>
<title>Smooks Parse Types</title>
<mediaobject>
@@ -40,7 +40,7 @@
</figure>
<para>Then left click <emphasis>
<property>Param</property>
- </emphasis>and in the Param section,you will see a set of text fields:Name,Type and Text.Name value is required.To set a parse type you should write SAX/DOM to the
+ </emphasis>and in the Param section, you will see a set of text fields: Name,Type and Text.Name value is required. To set a parse type you should write SAX/DOM to the
<emphasis>
<property>Text</property></emphasis> field.</para>
15 years, 6 months
JBoss Tools SVN: r15928 - trunk/documentation/guides/GettingStartedGuide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-06-12 12:07:06 -0400 (Fri, 12 Jun 2009)
New Revision: 15928
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-153: for key features chapters created some misprints corrected.
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2009-06-12 16:06:39 UTC (rev 15927)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2009-06-12 16:07:06 UTC (rev 15928)
@@ -27,12 +27,12 @@
<section>
<title>Key Features of JBoss Developer Studio</title>
- <para>For a start, we propose you to look through the table of main features of JBoss Developer Studio</para>
+ <para>For a start, we propose you to look through the table of main features of JBoss Developer Studio:</para>
<table>
<title>Key Functionality of JBoss Developer Studio</title>
- <tgroup cols="3">
+ <tgroup cols="2">
<colspec colnum="1" align="left" colwidth="2*"/>
<colspec colnum="2" colwidth="4*"/>
15 years, 6 months
JBoss Tools SVN: r15927 - in trunk/seam/docs/reference/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-06-12 12:06:39 -0400 (Fri, 12 Jun 2009)
New Revision: 15927
Modified:
trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards_1.png
trunk/seam/docs/reference/en/modules/intro.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-153: key features chapters created, verified, some misprints and screenshots corrected.
Modified: trunk/seam/docs/reference/en/images/seam_wizards/seam_wizards_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/modules/intro.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/intro.xml 2009-06-12 15:33:38 UTC (rev 15926)
+++ trunk/seam/docs/reference/en/modules/intro.xml 2009-06-12 16:06:39 UTC (rev 15927)
@@ -16,7 +16,7 @@
<title>What is Seam?</title>
<para>This introduction will help you to understand what is <property>Seam</property>.</para>
<para><property>Seam</property> 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
+ 5. It is also one of the most popular enterprise Java frameworks 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
@@ -25,6 +25,105 @@
applications with many component frameworks.</para>
</section>
+ <section><title>Key Features of JBoss Seam</title>
+ <para>For a start, we propose you to look through the table of main features of JBoss Seam:</para>
+
+ <table>
+
+ <title>Key Functionality for JBoss Seam</title>
+ <tgroup cols="3">
+
+ <colspec colnum="1" align="left" colwidth="2*"/>
+ <colspec colnum="2" colwidth="4*"/>
+ <colspec colnum="3" align="left" colwidth="2*"/>
+
+ <thead>
+ <row>
+ <entry>Feature</entry>
+ <entry>Benefit</entry>
+ <entry>Chapter</entry>
+ </row>
+ </thead>
+
+ <tbody>
+
+ <row>
+ <entry><para>Integrated JSF with EJB 3.0</para></entry>
+ <entry><para>JBoss Seam combines the component models of EJB3 and JSF, eliminating glue code, and thus, letting the developer think about the business problem.</para></entry>
+ </row>
+
+ <row>
+ <entry><para>Integrated AJAX</para></entry>
+ <entry><para>Developer can add AJAX capability to the user interface of his application without the need to write any JavaScript code as Seam supports JBoss RichFaces and ICEfaces - the best open source JSF-based AJAX solutions.</para></entry>
+ </row>
+
+ <row>
+ <entry><para>Bijection</para></entry>
+ <entry><para>Bijection allows auto-assembly of stateful components by the container. It even allows a component to safely and easily manipulate the value of a context variable, just by assigning it to an attribute of the component.</para></entry>
+ </row>
+
+ <row>
+ <entry><para>New Seam Project wizard</para></entry>
+ <entry><para>An easy step-by-step wizard to create a standalone Seam Web Project with a form to create runtime and server instances in order to get started creating, running, and debugging J2EE (only) applications. You may also add JSF capabilities.</para></entry>
+ <entry>
+ <link linkend="create_seam">New Seam Project wizard</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry><para>Seam component generations options </para></entry>
+ <entry><para>All the Seam component generations options known from Seam-gen are available as wizards (with sensible auto-defaulting) for creating various common Seam components.</para></entry>
+ <entry>
+ <link linkend="seam_wizards">Seam Wizards</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry><para>Seam Editors</para></entry>
+ <entry><para>Visual Page Editor, Seam Pages Editor and Seam Components Editor provide you with a range of great possibilities and will be helpful when working with JBoss Seam.</para></entry>
+ <entry>
+ <link linkend="seam_editors">Seam Editors</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry><para>Seam Validator</para></entry>
+ <entry><para>A configured Seam Validator provides validation of various possible problematic definitions.</para></entry>
+ <entry>
+ <link linkend="SeamValidation">Seam Validation</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry><para>CRUD Database Application Generation</para></entry>
+ <entry><para>JBoss Seam allows adding CRUD support to a Seam Web application.</para></entry>
+ <entry>
+ <link linkend="crud_database_application">CRUD Database Application</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry><para>TestNG Framework</para></entry>
+ <entry><para>TestNG ("Testing, the Next Generation") is a Java unit testing framework that aims to overcome many limitations of JUnit.</para></entry>
+ <entry>
+ <link linkend="testNG">Using TestNG project</link>
+ </entry>
+ </row>
+
+ </tbody>
+
+ </tgroup>
+ </table>
+
+
+
+
+
+
+
+
+</section>
+
<section>
<title>Installation into Eclipse</title>
15 years, 6 months
JBoss Tools SVN: r15926 - trunk/esb/docs/esb_ref_guide/en/images/esb_project.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2009-06-12 11:33:38 -0400 (Fri, 12 Jun 2009)
New Revision: 15926
Modified:
trunk/esb/docs/esb_ref_guide/en/images/esb_project/13NewServerRuntimeEnv.png
trunk/esb/docs/esb_ref_guide/en/images/esb_project/14typeOfRuntime.png
trunk/esb/docs/esb_ref_guide/en/images/esb_project/15AddNew.png
trunk/esb/docs/esb_ref_guide/en/images/esb_project/18_select_libraries.png
trunk/esb/docs/esb_ref_guide/en/images/esb_project/19_select_runtime.png
trunk/esb/docs/esb_ref_guide/en/images/esb_project/20_classpath_container.png
Log:
https://jira.jboss.org/jira/browse/JBDS-767 com logo images are replaces with Eclipse ones on ESB wizards
Modified: trunk/esb/docs/esb_ref_guide/en/images/esb_project/13NewServerRuntimeEnv.png
===================================================================
(Binary files differ)
Modified: trunk/esb/docs/esb_ref_guide/en/images/esb_project/14typeOfRuntime.png
===================================================================
(Binary files differ)
Modified: trunk/esb/docs/esb_ref_guide/en/images/esb_project/15AddNew.png
===================================================================
(Binary files differ)
Modified: trunk/esb/docs/esb_ref_guide/en/images/esb_project/18_select_libraries.png
===================================================================
(Binary files differ)
Modified: trunk/esb/docs/esb_ref_guide/en/images/esb_project/19_select_runtime.png
===================================================================
(Binary files differ)
Modified: trunk/esb/docs/esb_ref_guide/en/images/esb_project/20_classpath_container.png
===================================================================
(Binary files differ)
15 years, 6 months
JBoss Tools SVN: r15925 - in trunk/esb/docs/esb_ref_guide/en: images/esb_support and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2009-06-12 11:14:20 -0400 (Fri, 12 Jun 2009)
New Revision: 15925
Modified:
trunk/esb/docs/esb_ref_guide/en/images/esb_project/03_create_esb_project.png
trunk/esb/docs/esb_ref_guide/en/images/esb_support/02_create_esb.png
trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-759 ESB project wizard and editor description and screens are updated, info on 2 jboss-esb.xsd versions is added
Modified: trunk/esb/docs/esb_ref_guide/en/images/esb_project/03_create_esb_project.png
===================================================================
(Binary files differ)
Modified: trunk/esb/docs/esb_ref_guide/en/images/esb_support/02_create_esb.png
===================================================================
(Binary files differ)
Modified: trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2009-06-12 14:22:46 UTC (rev 15924)
+++ trunk/esb/docs/esb_ref_guide/en/modules/esb_support.xml 2009-06-12 15:14:20 UTC (rev 15925)
@@ -77,10 +77,10 @@
</emphasis>
</para>
- <para> 2. Select a ESB runtime from the JBoss ESB runtime list predefined in the preferences
- </para>
- <para>If you choose the first option, make sure that the project has the Target JBoss Runtime set and this runtime has a ESB runtime installed.
- </para>
+ <para> 2. Select a ESB runtime from the JBoss ESB runtime list predefined in the preferences. If you choose the first option, make sure that the project has the Target JBoss Runtime set and this runtime has a ESB runtime installed.
+ </para>
+ <para>3. Choose ESB Config Vertion. From the version 4.5 JBoss ESB supports two different jboss-esb.xsd versions: jbossesb-1.0.1.xsd and jbossesb-1.1.0.xsd.</para>
+
<figure>
<title>Install ESB facet step</title>
<mediaobject>
@@ -288,6 +288,9 @@
<property>jboss-esb.xml</property>
</emphasis> as the name and accept the selected projects folder and the default
version.</para>
+
+ <note><title>Note:</title>
+ <para>From the version 4.5 JBoss ESB supports two different jboss-esb.xsd versions: jbossesb-1.0.1.xsd and jbossesb-1.1.0.xsd.</para></note>
<figure>
<title>Folder, Name and Version for ESB file</title>
<mediaobject>
Modified: trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml
===================================================================
--- trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml 2009-06-12 14:22:46 UTC (rev 15924)
+++ trunk/esb/docs/esb_ref_guide/en/modules/introduction.xml 2009-06-12 15:14:20 UTC (rev 15925)
@@ -33,7 +33,7 @@
<section>
<title>Key Features of ESB Tools</title>
- <para>For a start, we propose you to look through the table of main features of BIRT plugin:</para>
+ <para>For a start, we propose you to look through the table of main features of ESB plugin:</para>
<table>
15 years, 6 months
JBoss Tools SVN: r15924 - trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-06-12 10:22:46 -0400 (Fri, 12 Jun 2009)
New Revision: 15924
Modified:
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map
Log:
included the org.jboss.tools.flow.common features and plugins
removed the org.jbpm.gd.jpdl features and plugins (only applicable to jbpm3)
removed the org.jboss.tools.jbpm.convert features and plugins (only applicable to jbpm3)
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map 2009-06-12 13:33:07 UTC (rev 15923)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map 2009-06-12 14:22:46 UTC (rev 15924)
@@ -4,20 +4,17 @@
!*** features
feature@org.jboss.tools.jbpm4.sdk.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature
feature@org.jboss.tools.flow.jpdl4.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature
-feature@org.jboss.tools.jbpm.convert.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature
-feature@org.jbpm.gd.jpdl.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jbpm.gd.jpdl.feature
+feature@org.jboss.tools.flow.common.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/flow/features/org.jboss.tools.flow.common.feature
!*** plugins
plugin@org.jboss.tools.flow.jpdl4=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4
plugin@org.jboss.tools.flow.jpdl4.multipage=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage
-plugin@org.jboss.tools.flow.convert=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jboss.tools.flow.convert
-plugin@org.jbpm.gd.jpdl=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jbpm.gd.jpdl
+plugin@org.jboss.tools.flow.common=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/flow/plugins/org.jboss.tools.flow.common
!*** test feature
feature@org.jboss.tools.jbpm4.tests.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature
!*** test plugins
-plugin@org.jboss.tools.jbpm.convert.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/tests/org.jboss.tools.flow.convert.test
plugin@org.jboss.tools.flow.jpdl4.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test
plugin@org.jboss.tools.flow.jpdl4.multipage.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test
-plugin@org.jbpm.gd.jpdl.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/tests/org.jbpm.gd.jpdl.test
+plugin@org.jboss.tools.flow.common.test=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/flow/tests/org.jboss.tools.flow.common.test
15 years, 6 months
JBoss Tools SVN: r15923 - trunk/jsf/docs/userguide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2009-06-12 09:33:07 -0400 (Fri, 12 Jun 2009)
New Revision: 15923
Modified:
trunk/jsf/docs/userguide/en/modules/richfaces_support.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-359 Fixing chapter id of visual web tools guide "RichFaces" support, it was incorrect and referred to another chapter
Modified: trunk/jsf/docs/userguide/en/modules/richfaces_support.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/richfaces_support.xml 2009-06-12 12:37:07 UTC (rev 15922)
+++ trunk/jsf/docs/userguide/en/modules/richfaces_support.xml 2009-06-12 13:33:07 UTC (rev 15923)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="richfaces_support" xreflabel="richfaces_support" role="new">
- <?dbhtml filename="editors.html"?>
+ <?dbhtml filename="richfaces_support.html"?>
<chapterinfo>
<keywordset>
<keyword>JBoss Developer Studio</keyword>
15 years, 6 months
JBoss Tools SVN: r15922 - in trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test: src/org/jboss/tools/jsf/vpe/facelets/test and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dmaliarevich
Date: 2009-06-12 08:37:07 -0400 (Fri, 12 Jun 2009)
New Revision: 15922
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/resources/faceletsTest/WebContent/pages/components/customFaceletComponent.xhtml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/resources/faceletsTest/WebContent/pages/components/customFaceletComponent.xhtml.xml
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/src/org/jboss/tools/jsf/vpe/facelets/test/FaceletsComponentContentTest.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4398, JUnit for ui:component was added.
Added: trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/resources/faceletsTest/WebContent/pages/components/customFaceletComponent.xhtml
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/resources/faceletsTest/WebContent/pages/components/customFaceletComponent.xhtml
___________________________________________________________________
Name: svn:mime-type
+ application/xhtml+xml
Added: trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/resources/faceletsTest/WebContent/pages/components/customFaceletComponent.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/resources/faceletsTest/WebContent/pages/components/customFaceletComponent.xhtml.xml (rev 0)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/resources/faceletsTest/WebContent/pages/components/customFaceletComponent.xhtml.xml 2009-06-12 12:37:07 UTC (rev 15922)
@@ -0,0 +1,17 @@
+<tests>
+ <test id="id1">
+ <SPAN>
+ THIS SHOULD BE VISIBLE:
+ </SPAN>
+ </test>
+ <test id="id2">
+ <DIV CLASS="__any__tag__caption" STYLE="border: 1px solid green; -moz-user-modify: read-only;">
+ component
+ </DIV>
+ </test>
+ <test id="id3">
+ <SPAN>
+ OUTPUT TEXT OUTSIDE THE UI:COMPONENT
+ </SPAN>
+ </test>
+</tests>
\ No newline at end of file
Property changes on: trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/resources/faceletsTest/WebContent/pages/components/customFaceletComponent.xhtml.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/src/org/jboss/tools/jsf/vpe/facelets/test/FaceletsComponentContentTest.java
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/src/org/jboss/tools/jsf/vpe/facelets/test/FaceletsComponentContentTest.java 2009-06-12 11:32:24 UTC (rev 15921)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/src/org/jboss/tools/jsf/vpe/facelets/test/FaceletsComponentContentTest.java 2009-06-12 12:37:07 UTC (rev 15922)
@@ -21,6 +21,10 @@
performContentTest("components/compositionWithoutTaglibs.xhtml");//$NON-NLS-1$
}
+ public void testCustomFaceletComponent() throws Throwable {
+ performContentTest("components/customFaceletComponent.xhtml");//$NON-NLS-1$
+ }
+
@Override
protected String getTestProjectName() {
return FaceletsAllTests.IMPORT_PROJECT_NAME;
15 years, 6 months