Java Reference
In-Depth Information
1.4.2 Create a Web Service
A classic HelloWorld class of Java can be written in a few lines of code. The purpose is to
make sure that a Java Virtual Machine is properly installed and ready for programming.
Listing 1-1. HelloWorld.java
Output:
Hello, Johnny B. Good!
In this way, the HelloWorld program is transformed into a WS application. This is a basic WS
application using the reference implementation of JAX-WS by the Java language.
Search WWH ::




Custom Search