Struts Merge Sample

Demonstrates how to merge Struts artifacts, such as actions, into the configuration XML that is generated for a page flow.

Note: For information about a related sample, see the strutsInteropController Sample.

Concepts Demonstrated by this Sample

Location of Sample Files

In the SamplesApp, the sample is located at:

SamplesApp/WebApp/struts/strutsMerge

On the local file system, the sample is located at:

BEA_HOME\weblogic81\samples\workshop\SamplesApp\WebApp\struts\strutsMerge

How to Run the Sample

  1. Start WebLogic Server in the Workshop domain.
  2. Launch the page flow either by opening it in WebLogic Workshop and selecting the Start operation or by entering http://localhost:7001/WebApp/struts/strutsMerge/strutsMergeController.jpf in the address bar of your browser. If WebLogic Server is running in the Workshop domain on this machine, you may click here to run the sample.

Related Topics

Merging Struts Artifacts Into Page Flows

strutsInteropController Sample

Interoperating With Struts and Page Flows

@jpf:controller Annotation

Getting Started with Page Flows

Tutorial: Page Flow