1 / 4

Handling DB Commit Transactions in WS-AppServer for Custom BusObjects

This document outlines the process of committing transactions to the database within a WS-AppServer environment, specifically focusing on Custom BusObject interactions. It describes how the aggregation relationships for Ticket and Project entities are managed, detailing the handling of Reporter and User relationships through BusObject wrappers from the croM registry. The document serves as a guide for developers working with transaction domains and their respective database objects, ensuring a clear understanding of the entity relationships in context with commit operations.

gay-holt
Télécharger la présentation

Handling DB Commit Transactions in WS-AppServer for Custom BusObjects

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SOAP message WS-AppServer Transaction Domain Objects (from application) DB Objects (created by crom) Commit to DB

  2. WS-AppServer Transaction Domain Objects (Custom BusObject) DB Objects (DB Generated BusObject) Project Project User Person BusObjectWrappers (crom registry)

  3. WS-AppServer Transaction Domain Objects (Custom BusObject) DB Objects (DB Generated BusObject) Ticket Ticket aggregation Ticket.ReporterId FK relation will be filled Reporter Person BusObjectWrappers (crom registry)

  4. WS-AppServer Transaction Domain Objects (Custom BusObject) DB Objects (DB Generated BusObject) Project Project aggregation User Project_Person Person BusObjectWrappers (crom registry)

More Related