=======================================================================================
OVERVIEW
=======================================================================================

This document describes a number of ways that various BPM components can be 
customized, focusing mainly on the customization of resource bundles.

Customization of resource bundles may be necessary to:

  - Provide alternative values for the supplied resource strings that better meet 
    specific customer requirements
  - Provide additional resource strings (for example for flexfield attribute labels
    or standard view names) for server-side customizations
  - Provide additional resource bundles to support languages other than those that ship
    with the product.

This sample deals with customizations in a number of different areas, and is split into
two individual samples:

  - ServerCustomization: describes how the "workflowCustomClasspathURL" configuration 
    parameter can be used to reference customized resource bundles, custom dynamic
    assignment function implementations etc. 

  - TaskFormCustomiztion: describes how to customize the resource strings used by
    the ADF Task Form used to display the Task details in the worklist application.

=======================================================================================
PROVIDED FILES
=======================================================================================

Files for each of the individual samples are stored in one of the following subdirectories
  - ServerCustomization
  - TaskFormCustomization

Each of the subdirectories contains a README.txt file which describes the provided files
for each of the individual samples.

=======================================================================================
STEP BY STEP INSTRUCTIONS
=======================================================================================

Step by step instructions for each of the individual samples is provided in that
sample's own README.txt file.
