uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

12.5 Examples of developing a Web resource client

This section describes an example of developing a Web resource client. Develop a Web resource client by using the standard Java APIs such as client APIs for RESTful Web Services, java.net.URL, or java.net.HttpURLConnection.

Organization of this section
12.5.1 Creating Implementation Class of a Web resource client (by using the client APIs)
12.5.2 Creating Implementation Class of a Web resource client (by using java.net.HttpURLConnection)
12.5.3 Compiling Implementation Classes of a Web resource client