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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>
|