Author: max.andersen(a)jboss.com
Date: 2012-03-13 19:23:11 -0400 (Tue, 13 Mar 2012)
New Revision: 39485
Added:
trunk/documentation/whatsnew/core/core-news-3.3.0.Beta1.html
trunk/documentation/whatsnew/images/browsersim-skinned.png
trunk/documentation/whatsnew/images/browsersim_icon.png
Modified:
trunk/documentation/whatsnew/as/as-news-3.3.0.Beta1.html
trunk/documentation/whatsnew/central/central-news-1.0.0.Beta1.html
trunk/documentation/whatsnew/examples/examples-news-3.3.0.Beta1.html
trunk/documentation/whatsnew/forge/forge-news-3.3.0.Beta1.html
trunk/documentation/whatsnew/index.html
trunk/documentation/whatsnew/jst/jst-news-3.3.0.Beta1.html
trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta1.html
trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta1.html
trunk/documentation/whatsnew/usage/usage-news-3.3.0.Beta1.html
trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.Beta1.html
trunk/documentation/whatsnew/ws/ws-news-1.2.2.Beta1.html
Log:
JBIDE-11011 various fixes and link cleanup
Modified: trunk/documentation/whatsnew/as/as-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/as/as-news-3.3.0.Beta1.html 2012-03-13 21:33:33 UTC (rev
39484)
+++ trunk/documentation/whatsnew/as/as-news-3.3.0.Beta1.html 2012-03-13 23:23:11 UTC (rev
39485)
@@ -21,7 +21,8 @@
<h1>JBoss AS Tools 3.3.0.Beta1 What's New</h1>
- <p align="right"><a href="../index.html">< Main
Index</a> <a href="../jst/jst-news-3.3.0.Beta1.html">JST/JSF
Tools></a></p>
+ <p align="right"><a href="../index.html">< Main
Index</a> <a
+href="../openshift/openshift-news-2.3.0.Beta1.html">OpenShift
Tools></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
<tr>
@@ -31,8 +32,22 @@
<hr/>
</td>
</tr>
+
<tr>
<td valign="top" align="right">
+ <p><b>Customize application reload behavior</b></p>
+ </td>
+ <td valign="top" width="90%">
+
+ <p>Users can now customize the reload behavior of their application server in
a new setting in the server editor. Some users may have aggressive reload strategies
during development, while others may prefer more conservative strategies, for example on
larger applications that take longer to deploy. Whatever your development workflow
strategy is, this new setting can help accomodate you. </p>
+ <p><img
src="https://issues.jboss.org/secure/attachment/12351312/JBIDE-10464...
alt="module restart behavior screenshot"/></p>
+ <p><small><a
href="https://issues.jboss.org/browse/JBIDE-10464">Related
Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr><td colspan="2"><hr /></td></tr>
+ <tr>
+ <td valign="top" align="right">
<p><b>Bind to All Ports</b></p>
</td>
<td valign="top" width="90%">
@@ -45,16 +60,16 @@
<tr><td colspan="2"><hr /></td></tr>
<tr>
<td valign="top" align="right">
- <p><b>Customize application reload behavior</b></p>
+ <p><b>Passwords stored in secure storage</b></p>
</td>
<td valign="top" width="90%">
+ <p>For enhanced security, passwords are now stored in secured storage. Once
every workspace restart, you will be asked to enter your secure storage username and
password to access all securely-stored data, but that's a small price to pay for
knowing your data is safe with us! </p>
- <p>Users can now customize the reload behavior of their application server in
a new setting in the server editor. Some users may have aggressive reload strategies
during development, while others may prefer more conservative strategies, for example on
larger applications that take longer to deploy. Whatever your development workflow
strategy is, this new setting can help accomodate you. </p>
- <p><img
src="https://issues.jboss.org/secure/attachment/12351312/JBIDE-10464...
alt="module restart behavior screenshot"/></p>
- <p><small><a
href="https://issues.jboss.org/browse/JBIDE-10464">Related
Jira</a></small></p>
+ <p><small><a
href="https://issues.jboss.org/browse/JBIDE-10490">Related
Jira</a></small></p>
</td>
- </tr>
+ </tr>
<tr><td colspan="2"><hr /></td></tr>
+
<tr>
<td valign="top" align="right">
<p><b>Support for Gate-In Server</b></p>
@@ -76,18 +91,7 @@
<p><small><a
href="https://issues.jboss.org/browse/JBIDE-10733">Related
Jira</a></small></p>
</td>
</tr>
- <tr><td colspan="2"><hr /></td></tr>
- <tr>
- <td valign="top" align="right">
- <p><b>Passwords stored in secure storage</b></p>
- </td>
- <td valign="top" width="90%">
- <p>For enhanced security, passwords are now stored in secured storage. Once
every workspace restart, you will be asked to enter your secure storage username and
password to access all securely-stored data, but that's a small price to pay for
knowing your data is safe with us! </p>
- <p><small><a
href="https://issues.jboss.org/browse/JBIDE-10490">Related
Jira</a></small></p>
- </td>
- </tr>
-
</table>
</body>
Modified: trunk/documentation/whatsnew/central/central-news-1.0.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/central/central-news-1.0.0.Beta1.html 2012-03-13 21:33:33
UTC (rev 39484)
+++ trunk/documentation/whatsnew/central/central-news-1.0.0.Beta1.html 2012-03-13 23:23:11
UTC (rev 39485)
@@ -24,7 +24,7 @@
<h1>JBoss Central 1.0.0.Beta1 What's New</h1>
<p align="right"><a href="../index.html">< Main
Index</a> <a
-href="../teiid/teiid-news-7.6.html">Teiid Designer ></a>
+href="../usage/usage-news-3.3.0.Beta1.html">Usage ></a>
</p>
Added: trunk/documentation/whatsnew/core/core-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/core/core-news-3.3.0.Beta1.html
(rev 0)
+++ trunk/documentation/whatsnew/core/core-news-3.3.0.Beta1.html 2012-03-13 23:23:11 UTC
(rev 39485)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>Core/Common 3.3.0.M5 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>Core/Common 3.3.0.Beta1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a>
+<a href="../as/as-news-3.3.0.Beta1.html">JBoss AS Tools
></a>
+</p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>General</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right">
+ <a name="itemnam1e"
id="itemname1"></a><b>Eclipse 3.7 SR2</b>
+ </td>
+ <td width="70%" valign="top">
+ <p>
+ It is recommended and for most plugins required to use Eclipse
+ 3.7 SR2 (3.7.2) with JBoss Tools.
+ </p>
+
+ <p>
+ Thus if you are on Eclipse 3.7.0 or 3.7.1 run <code>Help > Check for
+ Updates</code> to be upgraded to latest Eclipse 3.7.2 before installing
+ JBoss Tools.
+ </p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
Modified: trunk/documentation/whatsnew/examples/examples-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/examples/examples-news-3.3.0.Beta1.html 2012-03-13
21:33:33 UTC (rev 39484)
+++ trunk/documentation/whatsnew/examples/examples-news-3.3.0.Beta1.html 2012-03-13
23:23:11 UTC (rev 39485)
@@ -21,9 +21,9 @@
</script></head>
<body>
-<h1>Examples 3.3.0.M5 What's New</h1>
+<h1>Examples 3.3.0.Beta1 What's New</h1>
<p align="right"><a href="../index.html">< Main
Index</a> <a
-href="../maven/maven-news-3.3.0.Beta1.html">Maven Tools ></a>
+href="../central/central-news-1.0.0.Beta1.html">Central Tools
></a>
</p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
@@ -39,7 +39,7 @@
<a name="itemnam1e"
id="itemname1"></a><b>New Project Example wizard</b>
</td>
<td width="70%" valign="top">
- <p>JBoss Tools now includes a new wizard to download and import project
examples.<br/>
+ <p>JBoss Tools now uses a new and streamlined wizard to download and import
project examples.<br/>
The wizard starts using Help>Project Examples or by clicking an item in the JBoss
Central editor.
</p>
<p>
Modified: trunk/documentation/whatsnew/forge/forge-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/forge/forge-news-3.3.0.Beta1.html 2012-03-13 21:33:33 UTC
(rev 39484)
+++ trunk/documentation/whatsnew/forge/forge-news-3.3.0.Beta1.html 2012-03-13 23:23:11 UTC
(rev 39485)
@@ -24,7 +24,7 @@
<h1>Forge Tools 3.3.0.Beta1 What's New</h1>
<p align="right"><a href="../index.html">< Main
Index</a> <a
- href="">Other Tools ></a></p>
+ href="../maven/maven-news-3.3.0.Beta1.html">Maven Tools
></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
Added: trunk/documentation/whatsnew/images/browsersim-skinned.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/browsersim-skinned.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/browsersim_icon.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/browsersim_icon.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2012-03-13 21:33:33 UTC (rev 39484)
+++ trunk/documentation/whatsnew/index.html 2012-03-13 23:23:11 UTC (rev 39485)
@@ -39,33 +39,35 @@
<p align="right"><b>3.3.0.Beta1</b>
<td valign="top">
- <!-- <p><a
+ <p><a
href="core/core-news-3.3.0.Beta1.html">Core/General</a></p>
- -->
+
+ <p><a href="as/as-news-3.3.0.Beta1.html">JBoss AS Server
+ Tools</a></p>
+
<p><a
href="openshift/openshift-news-2.3.0.Beta1.html">OpenShift
Tools</a></p>
- <p><a href="as/as-news-3.3.0.Beta1.html">JBoss AS Server
- Tools</a></p>
+ <p><a href="cdi/cdi-news-3.3.0.Beta1.html">CDI/Seam 3
Tools</a></p>
+ <p><a href="seam/seam-news-3.3.0.Beta1.html">Seam 2
Tools</a></p>
+
+ <p><a href="forge/forge-news-3.3.0.Beta1.html">Forge
Tools</a></p>
+
+ <p><a href="maven/maven-news-3.3.0.Beta1.html">Maven
Tools</a></p>
+
+ <p><a href="ws/ws-news-1.2.2.Beta1.html">Webservices
Tools</a></p>
+
<p><a
href="jst/jst-news-3.3.0.Beta1.html">JST/JSF</a></p>
<p><a href="vpe/vpe-news-3.3.0.Beta1.html">Visual Page
Editor</a></p>
- <p><a href="cdi/cdi-news-3.3.0.Beta1.html">CDI/Seam 3
Tools</a></p>
- <p><a href="forge/forge-news-3.3.0.Beta1.html">Forge
Tools</a></p>
+
<p><a
href="hibernate/hibernate-news-3.5.0.Beta1.html">Hibernate
Tools</a></p>
+
<p><a href="examples/examples-news-3.3.0.Beta1.html">Project
Examples</a></p>
-
- <p><a href="seam/seam-news-3.3.0.Beta1.html">Seam 2
Tools</a></p>
-
- <p><a href="maven/maven-news-3.3.0.Beta1.html">Maven
Tools</a></p>
<p><a href="central/central-news-1.0.0.Beta1.html">JBoss
Central</a></p>
<p><a
href="usage/usage-news-3.3.0.Beta1.html">Usage</a></p>
- <p><a href="ws/ws-news-1.2.2.Beta1.html">Webservices
Tools</a></p>
- <!--
- <p><a href="teiid/teiid-news-7.6.html">Teiid
Designer</a></p>
- -->
</td>
</tr>
<tr>
Modified: trunk/documentation/whatsnew/jst/jst-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/jst/jst-news-3.3.0.Beta1.html 2012-03-13 21:33:33 UTC
(rev 39484)
+++ trunk/documentation/whatsnew/jst/jst-news-3.3.0.Beta1.html 2012-03-13 23:23:11 UTC
(rev 39485)
@@ -28,41 +28,47 @@
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+
<tr>
<td colspan="2">
<hr />
- <h3>Hyperlinks (OpenOns)</h3>
+ <h3>Performance</h3>
<hr />
</td>
</tr>
<tr>
<td valign="top" align="left">
- <p><b>faces-config.xml</b></p>
+ <p></p>
</td>
<td valign="top">
<p>
- Resource bundle defined in
<base-name>resources</base-name> in faces-config.xml can now
be navigated to via OpenOn (Ctrl+Click).
+ We have fixed some important
+ performance issues with importing Web projects. It now
+ takes much less time to import big projects. For
+ example some of the quickstarts is now 4s faster to load.
</p>
- <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10404">Related
Jira</a></small></p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10442">Related
Jira</a></small></p>
</td>
</tr>
-
+
<tr>
<td colspan="2">
<hr />
+ <h3>Hyperlinks (OpenOns)</h3>
+ <hr />
</td>
</tr>
<tr>
<td valign="top" align="left">
- <p><b>*.tld navigation</b></p>
+ <p><b>faces-config.xml</b></p>
</td>
<td valign="top">
<p>
- Navigation also now works for tag libs defined in <path> in *.tld
files;
+ Resource bundle defined in
<base-name>resources</base-name> in faces-config.xml can now
be navigated to via OpenOn (Ctrl+Click).
</p>
- <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10302">Related
Jira</a></small></p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10404">Related
Jira</a></small></p>
</td>
</tr>
@@ -74,37 +80,36 @@
<tr>
<td valign="top" align="left">
- <p><b>JBoss Tools XML Editor</b></p>
+ <p><b>*.tld navigation</b></p>
</td>
<td valign="top">
<p>
- Drop-down fields available in Tree tab of JBoss Tools XML Editor can now be used as
links to navigate to the corresponding element of the XML file.
+ Navigation also now works for tag libs defined in <path> in *.tld
files;
</p>
- <img src="images/3.3.0.Beta1/xml.png"/>
- <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10576">Related
Jira</a></small></p>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10302">Related
Jira</a></small></p>
</td>
</tr>
<tr>
<td colspan="2">
<hr />
- <h3>Performance</h3>
- <hr />
</td>
</tr>
<tr>
<td valign="top" align="left">
- <p></p>
+ <p><b>JBoss Tools XML Editor</b></p>
</td>
<td valign="top">
<p>
- We have fixed some important performance issues with importing Web projects. It now
takes much less time to import big projects.
+ Drop-down fields available in Tree tab of JBoss Tools XML Editor can now be used as
links to navigate to the corresponding element of the XML file.
</p>
- <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10442">Related
Jira</a></small></p>
+ <img src="images/3.3.0.Beta1/xml.png"/>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10576">Related
Jira</a></small></p>
</td>
</tr>
+
<tr>
<td colspan="2">
<hr />
Modified: trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta1.html 2012-03-13 21:33:33 UTC
(rev 39484)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta1.html 2012-03-13 23:23:11 UTC
(rev 39485)
@@ -24,7 +24,7 @@
<h1>Maven Tools</h1>
<p align="right"><a href="../index.html">< Main
Index</a> <a
- href="../hibernate/hibernate-news-3.5.0.M3.html">Hibernate Tools
></a></p>
+ href="../ws/ws-news-1.2.2.Beta1.html">Webservices Tools
></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
<tr>
<td colspan="2">
Modified: trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta1.html 2012-03-13
21:33:33 UTC (rev 39484)
+++ trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta1.html 2012-03-13
23:23:11 UTC (rev 39485)
@@ -29,7 +29,7 @@
<p align="right">
<a href="../index.html">< Main Index</a> <a
- href="../as/as-news-3.3.0.Beta1.html">Server Tools ></a>
+ href="../cdi/cdi-news-3.3.0.Beta1.html">CDI Tools ></a>
</p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
Modified: trunk/documentation/whatsnew/usage/usage-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/usage/usage-news-3.3.0.Beta1.html 2012-03-13 21:33:33 UTC
(rev 39484)
+++ trunk/documentation/whatsnew/usage/usage-news-3.3.0.Beta1.html 2012-03-13 23:23:11 UTC
(rev 39485)
@@ -23,7 +23,7 @@
<h1>What's New Usage Reporting 3.3.0.Beta1</h1>
<p align="right">
- <a href="../index.html">< Main Index</a> <a
href="../as/as-news-3.3.0.Beta1.html">AS Tools</a>
+ <a href="../index.html">< Main Index</a>
</p>
<table border="0" cellpadding="10" cellspacing="0"
width="100%">
<tr>
Modified: trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.Beta1.html 2012-03-13 21:33:33 UTC
(rev 39484)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.Beta1.html 2012-03-13 23:23:11 UTC
(rev 39485)
@@ -25,7 +25,7 @@
<p align="right">
<a href="../index.html">< Main Index</a>
-<a href="../cdi/cdi-news-3.3.0.Beta1.html">CDI/Seam 3 Tools
></a>
+<a href="../hibernate/hibernate-news-3.5.0.Beta1.html">Hibernate Tools
></a>
</p>
<table border="0" cellpadding="10" cellspacing="0">
@@ -39,21 +39,22 @@
<tr>
<td valign="top" align="left">
<b><p>
- New look of BrowserSim
+ New look for BrowserSim
<p></b>
</td>
<td valign="top">
- <p>Now <a href="vpe-news-3.3.0.M5.html">BrowserSim</a>
supports predefined skins.</p>
- <p><img src="images/3.3.0.Beta1/10431-browsersim-skin.png"
- alt=""
- title=""/></p>
+ <p>BrowserSim got a new main icon.</p>
+ <p><img src="../images/browsersim_icon.png"/ height=33
+ width=40></p>
+ <p>And with it also support for predefined skins.</p>
+ <p><img src="../images/browsersim-skinned.png"/ height=727
width=384></p>
+ <p>Currently only an iPhone skin, but more are planned.</p>
<p><small>
<a
href="https://jira.jboss.org/jira/browse/JBIDE-10431">Related
Jira</a>
</small></p>
</td>
</tr>
-
<tr>
<td colspan="2">
<hr />
@@ -68,7 +69,7 @@
</td>
<td valign="top">
<p>
- Now <a href="vpe-news-3.3.0.M5.html">BrowserSim</a> tries to
guess which page should be opened initially. For example,
+ <a href="vpe-news-3.3.0.M5.html">BrowserSim</a> now tries to
guess which page should be opened initially. For example,
it will automatically view a page which is opened in Internal Browser.
</p>
<p><img
src="images/3.3.0.Beta1/10553-browsersim-default-page.png"/></p>
@@ -88,12 +89,14 @@
<tr>
<td valign="top" align="left">
<b><p>
- Visual/Source page editors row lock
+ Visual/Source page editors synchronized scrolling
<p></b>
</td>
<td valign="top">
- <p>Now while scrolling on part of the editor (Visual or Source) another one will
be automatically positioned to the corresponding cotent.</p>
- <p>Row lock toolbar button is placed to the Eclipse's toolbar:</p>
+ <p>There is now a toggle for synchronized scrolling. This will
+ keep the two views in sync while scrolling.</p>
+ <p>The synchronized scrooling toolbar button is
+ located in Eclipse's toolbar:</p>
<p><img src="images/3.3.0.Beta1/8701button.png" alt="Toolbar
button" /></p>
<p>Preferences page has additional checkbox option for the row lock:</p>
<p><img src="images/3.3.0.Beta1/8701prefs.png" alt="Preferences
page" /></p>
@@ -102,6 +105,11 @@
</small></p>
</td>
</tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
<tr>
<td valign="top" align="left">
<b><p>
Modified: trunk/documentation/whatsnew/ws/ws-news-1.2.2.Beta1.html
===================================================================
--- trunk/documentation/whatsnew/ws/ws-news-1.2.2.Beta1.html 2012-03-13 21:33:33 UTC (rev
39484)
+++ trunk/documentation/whatsnew/ws/ws-news-1.2.2.Beta1.html 2012-03-13 23:23:11 UTC (rev
39485)
@@ -23,7 +23,8 @@
<body>
<h1>WS tools 3.3.0 Beta1 What's New</h1>
-<p align="right"><a href="../index.html">< Main
Index</a></p>
+<p align="right"><a href="../index.html">< Main
Index</a> <a
+href="../jst/jst-news-3.3.0.Beta1.html">JST Tools
></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
@@ -37,9 +38,9 @@
<tr>
- <td valign="top" align="right"><a
name="itemname1" id="itemname1"></a><b>Support for
@ApplicationPath and web.xml overwrite</b></td>
+ <td valign="top" align="right"><a
name="itemname1" id="itemname1"></a><b>Support for
@ApplicationPath and web.xml override</b></td>
<td valign="top">
- <p>Support for javax.ws.rs.core.Application subclass annotated with
@ApplicationPath is now available, along with support for standard JEE6 overwrite in the
web app deployment descriptor. The JAX-RS Tooling will include the @ApplicationPath
annotation value in your endpoints' URI Path Template if you provide a JAX-RS
Application class as below:
+ <p>Support for javax.ws.rs.core.Application subclass annotated with
@ApplicationPath is now available, along with support for standard JEE6 override in the
web app deployment descriptor. The JAX-RS Tooling will include the @ApplicationPath
annotation value in your endpoints' URI Path Template if you provide a JAX-RS
Application class as below:
<pre>
@ApplicationPath("/mypath")
public class MyApplication extends Application {
@@ -84,9 +85,12 @@
<p>Most importantly to go with our AS7 support, we now have right-click
integration with the JAX-RS tooling for RESTful services. Now you can right-click on one
of the exposed REST methods implemented by the service and select Run As...->Run on
Server.</p>
<img src="./images/JAX-RS-WS-Tester_Run_As.jpg" style="width :
826px; height : 287px;"/>
- <p>This does three things:</p>
- <ol><li>If the Web Service Tester isn't open, it will open it in
the current perspective.</li>
- <li>It allows you to select which runtime to deploy the service to (and
specify a default for future runs).</li>
+ <p>This does a few things:</p>
+ <ol>
+ <li>If the server is not running it will get started.</li>
+ <li>If the application is not deployed to the server it will
+ be deployed</li>
+ <li>If the Web Service Tester isn't open, it will open it in the current
perspective.</li>
<li>And it automatically sets the URL for the RESTful operation as well as
the method drop-down to match. For instance, if you are testing a GET method, it will set
the drop-down to GET. A PUT to a PUT, etc. So all you have to do is click the Invoke
button on the toolbar (the little green play button) to execute the operation.</li>
</ol>