Web Services Learning Trail
This tutorial needs a review. You can edit it in GitHub following these contribution guidelines. |
What Are Web Services?
Web services are distributed application components that are externally available. You can use them to integrate computer applications that are written in different languages and run on different platforms. Web services are language and platform independent because vendors have agreed on common web service standards.
Web service applications are deployed to a Java EE application server, such as GlassFish / Sun Java System Application Server.
This page provides links to some of the NetBeans documents and resources that can help you learn how to develop web service applications with NetBeans IDE.
Getting Started
Tutorials and Articles
SOAP Web Services
RESTful Web Services
Software as a Service (SaaS)
Community-Contributed Docs
-
Hierarchical Web Service Development with NetBeans IDE by Jayasurya Venug
-
Steve Button's blog: Using JAX-RS [and NetBeans IDE] With WebLogic Server 10.3.4
-
Simplest Possible EJB 3.1/REST (JSR 311) Component, by Adam Bien
-
Transforming SOAP Messages with XSLT, by Siegfried Bolz
-
Creating a Java Client for del.icio.us RESTful Web Services, by Amit Kumar Saha
-
A SOAP Client for Open Calais, by Amit Kumar Saha
Screencasts
Other Resources
===Developing Applications with NetBeans IDE User’s Guide