- Business Challenge
- The Solution
- Technical Details
- Implementation and Deployment
- Results
- Conclusion
Technical Details
The system is a standard three-tier architecture with an explicit process model. Instead of embedding the process in the application logic (as is the case in most architectures), this solution includes a declarative process model, declared in an industry standard XML grammar called process definition language (PDL).
This process model is then consumed and managed by a business process management system (BPMS) during runtime, which interfaces with BEA WebLogic Server to leverage load balancing and redundant capabilities.
By first modeling the business process in an explicit process model, users can identify areas where the system can be improved before coding starts.