Java Reference
In-Depth Information
4.2 Develop a Web Service
A bottom-up approach for developing a Web Service involves the following activities:
Write a data access object.
Write a business logic object.
Write a service object.
Deploy a service to a server.
Publish the server for use.
In this application, no business services are included, thus the activities are simplified as
follows:
Start
End
Listing 4-6 . Activities for writing Web Services with Java
Search WWH ::




Custom Search