Building the Architectural Prototype: Part 2

Part 2 of building the architectural prototype for our non-EJB solution covers the use-case control class and the issues of transaction management.

Remulak Controllers and Initial Operations

The Remulak software architecture uses two types of controllers: user interface and use-case. In the previous section we covered the user interface aspects that the controller handles for us—namely, the servlet. In this section we cover the use-case control class: UCMaintainRltnshp. To reemphasize our strategy, each use-case will have a use-case control class. Each use-case control class will have an operation for each happy and alternate pathway in the use-case. Occasionally, depending on the granularity of the ...

Get Developing Applications with Java™ and UML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.