Search |
||
Creating and Invoking a Web service using GlassFish in NetBeans, IntelliJ, and Eclipse - Part 3Posted by arungupta on February 5, 2007 at 9:17 AM PST
In this third and last part of a
blog series (part
1 and part
2), I plan to explore the steps to develop/deploy/invoke a Web service
on GlassFish using Eclipse IDE.
Eclipse does not offer GlassFish as a a bundled container. Instead you need to install GlassFish plugin for Eclipse explicitly. The plugin requires WTP 1.0 installed in Eclipse so I did that following the instructions. After installing WTP, I configured GlassFish v2 M4 following rest of the plugin install instructions. Here are the steps I followed to successfully build and deploy a Web service:
So far we have been able to deploy JAX-WS based Web service on GlassFish. Eclipse allows generating a Web service client using Axis run-time environment only. So as with IntelliJ, if you want to invoke a Web service using JAX-WS, the recommended way is to use NetBeans 5.5.1 to invoke the Web service. Enjoy Web services deployed on GlassFish in Eclipse! And remember, GlassFish v2 uses Web Services Interoperability Technology (WSIT) that gives you interoperable Web services with Microsoft .NET 3.0 framework. So if you want first-class Web services support in an industry-grade, cross-platform IDE and deploy it on an open source, production-quality, Java EE5-compatible Application Server, NetBeans IDE is the only choice. Technorati: NetBeans IntelliJ Eclipse GlassFish Web service WSIT »
Related Topics >>
Java Web Services and XML Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|