Hi, I am hoping a kind soul could clear my doubts. I have a scenario where in an Order Entry screen, the actor can choose to retrieve an existing order by clicking on the help icon which pops up a dialog box of all available orders. The actor then selects a particular order and focus returns to the order screen with all the order details populated.
Given this scenario, for the use case realization, I have a boundary class interacting with a servicing controller. If the Order screen needs to communicate with the dialog box(which is treated as a separate boundary), will/must it communicate with the controller to display the dialog box ? Again, the details in the dialog box could be returned directly to the calling window, but in terms of design, which is the right/best way to model this ? blur, Isaac ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
