Author: bfitzpat
Date: 2011-12-08 18:24:15 -0500 (Thu, 08 Dec 2011)
New Revision: 37135
Added:
trunk/documentation/whatsnew/ws/images/ws_simple_wizard_nojars.jpg
trunk/documentation/whatsnew/ws/images/ws_wizard_restful_nojars.jpg
trunk/documentation/whatsnew/ws/ws-news-1.2.2.M5.html
Log:
JBIDE-10381 - started WS N&N for JBoss Tools 3.3 M5
Added: trunk/documentation/whatsnew/ws/images/ws_simple_wizard_nojars.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/ws/images/ws_simple_wizard_nojars.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/ws/images/ws_wizard_restful_nojars.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/ws/images/ws_wizard_restful_nojars.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/ws/ws-news-1.2.2.M5.html
===================================================================
--- trunk/documentation/whatsnew/ws/ws-news-1.2.2.M5.html (rev 0)
+++ trunk/documentation/whatsnew/ws/ws-news-1.2.2.M5.html 2011-12-08 23:24:15 UTC (rev
37135)
@@ -0,0 +1,75 @@
+<?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>WS Tools 3.3.0 M2 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>WS tools 3.3.0 M5 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a
+href="../deltacloud/deltacloud-news-0.2.0.M2.html">DeltaCloud Tools
></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>General</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3"
+ id="itemname3"></a><b>Web Service Wizard
Updates</b></td>
+ <td valign="top">
+
+ <p>With some AS versions no longer requiring web.xml files and RESTEasy jars
for JAX-RS support being deployed differently between AS5/6 and AS7, a few changes needed
to be made to the Web Service wizards provided with JBoss Tools.</p>
+
+ <img src="./images/ws_wizard_restful_nojars.jpg"/>
+
+ <p>In this release, a few things have changed:</p>
+ <ul><li>In the "Generate a Sample RESTful Web Service"
wizard, you can finish the wizard even if the RESTEasy jars are not found in the project
classpath or runtime associated with the project.</li>
+ <li>You also now get the option to add RESTEasy jars to the project if they
are not already installed in the runtime, but appear in a directory in the root runtime
directory. This is not required, but can help when dealing with AS5-based web service
projects.</li></ul>
+
+ <p>These changes were also made in the ""Simple Web Service"
wizard when JAX-RS is selected.</p>
+ <img src="./images/ws_simple_wizard_nojars.jpg"/>
+ <p><small><a
href="https://jira.jboss.org/browse/JBIDE-10199">Related
Jira</a></small></p>
+ </td>
+ </tr>
+ </tr>
+
+
+ <tr>
+ <td colspan="2">
+
+ <hr/>
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/ws/ws-news-1.2.2.M5.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain