Project Structure
The final area to be highlighted will be a brief primer on how the BlackTie code base itself has been structured:
The intent of structuring the code base as such is to:
Develop code with optimum potential for reuse and as such we have also drawn on existing third-party components from a variety of open source developers.
Allow the transport tier to be extended in the future without altering the standard XATMI behavior
Encapsulate the TX adapter into a standalone module
Follow best practice guidelines in respect of modularisation
Click BlackTie Architecture to return to the start
Comments