Invoking Net.Data with Java Servlets and JavaBeans

Servlets are Java classes that perform a role similar to that of CGI programs or Web server API plug-ins. A Web server can use servlets to dynamically build HTML pages. Servlets do not have their own graphical user interface, but their classes can be dynamically loaded locally or from across the network. They can be called using a URL address (remotely) or by a class name (locally).

Net.Data provides servlets that you can use to invoke Net.Data macros, run Net.Data functions, or execute SQL statements through Net.Data within any Java-enabled operating system supported by Net.Data.

This chapter describes the concepts and tasks for:

Net.Data Servlets

Net.Data JavaBeans


[ Top of Page | Previous Page | Next Page | Index ]