Can you give some examples on how defining your patterns?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: 2002��6��20�� 18:24 To: Seiler, Rene Cc: [unknown] Subject: Re: (ROSE) analysis -> design (responding to Rene Seiler) > What's the recommend way to model design classes from analysis classes > in Rational Rose? (descibed in Object-oriented Analysis and Design Using > the UML; Student manual Version 2000, Volume 3) > > 1. we created a use case model > 2. we created uses case realizations with sequence diagramms and > analysis classes > 3. we created a vopc > > and now? (not sure what a vopc is, but hope that doesn't affect what I will say). An overview of the next task is that you now need to add on all the support facilities your bare analysis classes will need to turn them into a working system. These are features such as Persistence (database or whatever); Presentation (GUI, reports, etc.); SysManagement (Startup, Shutdown, health check etc.); I/O (comms, interfaces to other systems). You also need to think of system wide strategies for things like collections, object creation/deletion, navigation etc. In doing all this, the non-functional requirements (all the 'ilities', perfornmance, reliability, security etc.) need to be taken into consideration. My personal preference for approaching this set of tasks is to define a set of patterns holding my chosen strategies, and apply them to the analysis classes. Other approaches are possible; you should use what you are familiar with. HTH, Paul Oldfield ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ www.aptprocess.com any opinions expressed herein are not necessarily those of Mentors of Cally or the Appropriate Process Movement ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ************************************************************************ * 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 ************************************************************************ * ************************************************************************ * 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 *************************************************************************
