1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<title>A page</title>
<style type="text/css">
#search {height:100%;}
#topmodule {align:right;}
</style>
<script language="JavaScript" type="text/javascript">
<!--
function get_sc_login() {
var sclogin = "guest";
return (sclogin);
}
var username=get_sc_login();
//-->
</script>
</head>
<body>
<div> & </div>
<table border="0">
<tr>
<td valign="top" style="width:50%">
<div style="padding-top:6px;">
<a href="http://www.netbeans.org/kb/50/jaxws20.html" title="Building JAX-WS 2.0 Services with NetBeans 5.0" ><img src="/images/articles/glassfish.png" alt="Building JAX-WS 2.0 Services with NetBeans 5.0" style="float:left; margin-top:6px; margin-right:10px; margin-bottom:6px; position:relative;" border="0"></a>
<h2 style="display:inline; border-bottom:none; margin-bottom:0px;">Building JAX-WS 2.0 Services with NetBeans 5.0</h2>
This article explains how you can use the built-in features of NetBeans 5.0 to create JAX-WS 2.0 services quickly. Once the project has been created, it can be rebuilt (and tested!) with one command. While newer versions of NetBeans include the ability to create JAX-RPC 1.X web services, the JAX-WS 2.0 code is still under development. The steps to create a web service with JAX-WS 2.0 have been simplified, and you can turn a web application project in NetBeans into a web service with very few steps.
<a href="http://www.netbeans.org/kb/50/jaxws20.html">Read more <img src="/images/v4/arr_r3.gif" alt="Read more" width="10" height="10" border="0"></a>
</div>
</td>
</tr>
</table>
<div @ err="true"/>
</body>
</html>
|