Beta Draft: 2014-02-04
Use to generate a servlet that connects to a web application that includes a web service client. This type of connection utilizes three "tiers": client, web application with servlet, and server. The client communicates with the generated middleware servlet using a proprietary communication protocol. The servlet and server communicate using standard Simple Object Access Protocol (SOAP) messages.
Element | Description |
---|---|
Web Application |
Enables you to choose an open Web application or to choose Open Web Project to open a Web application on your system. |
Servlet Name |
Specifies the name for the servlet to be generated. |
Location |
Specifies the location of the servlet. Choose between source and test packages, if test packages are available. |
Package |
Specifies the package to which the servlet is generated. |
Created File |
Displays the path name of the servlet file. |
Methods in Web Application |
Specifies that the MIDlet uses methods. |
Web Service Client in the Web Application |
Specifies that the MIDlet uses a Web service client in the Web application. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |