1.3 Using the Example Packages

Two example packages are included with Oracle Jolt for Oracle WebLogic Server. These packages are described in the Simple Servlet Example and Servlet with Enterprise JavaBean Example. They demonstrate how Jolt is used in WebLogic servlets to access Tuxedo services. You can build, run, and inspect these examples to help you decide how to use WebLogic to extend Tuxedo services to the Internet.

  • Simple Servlet Example

    A FORM-based HTML front end that submits a string to an HTTP servlet. The servlet in turn sends this string to a Tuxedo service. The returned data is compiled into a dynamically-generated HTML file, and sent back to the client browser.

  • Servlet with Enterprise JavaBean Example

    The Enterprise JavaBean (EJBean) example package contains the classes and other files necessary to set up and run an EJBean stateful session to a Tuxedo Server that is using Jolt.