Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions whatsnew/ws/ws-news-1.4.0.Beta1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?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 1.4.0.Beta1 What's New</h1>

<p align="right"><a href="../index.html">&lt; Main Index</a></p>

<table border="0" cellpadding="10" cellspacing="0" width="80%">

<tr>
<td valign="top" align="right"><a name="itemname3"
id="itemname3"></a><b>JAX-RS Performance Improvements</b></td>
<td valign="top">
<p>In continuation of the work done in previous version of the Web Services component, the JAX-RS plugin is now also faster at analysing a project structure when this one is imported in the workspace.
</p>
<p><small><a href="https://jira.jboss.org/browse/JBIDE-12887">Related Jira</a></small>
<small><a href="https://jira.jboss.org/browse/JBIDE-12224">Related Jira</a></small></p>

</td>
</tr>
<tr>
<td valign="top" align="right"><a name="itemname3"
id="itemname3"></a><b>JAX-RS Validation improvements</b></td>
<td valign="top">
<p>Support for JAX-RS validation has been improved with a lot of bug fixes and a few improvements, such as providing a Quick Fixes for annotation values on custom HTTP Methods.

</p>
<p><small><a href="https://jira.jboss.org/browse/JBIDE-12593">Related Jira</a></small>
<small><a href="https://jira.jboss.org/browse/JBIDE-12804">Related Jira</a></small></p>

</td>
</tr>

</table>

</body>

</html>