VerifyFundsImpl.jcs Sample (Local Control)

A Java control demonstrating how you can use multiple Java controls to coordinate potentially complex business logic. This control coordinates a purchase order transaction that requires a database update and an EJB query. In addition to the transaction semantics of this control's logic, keep in mind that the work of this control is itself part of a transaction that will be rolled back if something goes wrong while the control is executing.

Use the LocalControlTest.jws web service to run this control.

Concepts Demonstrated by this Sample

Location of Sample Files

This sample is located in the localControls/nestedControls folder of the SamplesApp WebLogic Workshop project. In the file system the location is:

BEA_HOME\weblogic81\samples\workshop\SamplesApp\WebServices\localControls\nestedControls\VerifyFundsImpl.jcs

To Run the Sample

Note that you run this sample by running its test container.

Related Topics

Getting Started with Java Controls