I suggest you have taken the concept of stateless a bit far. Stateless does not mean "no properties" it only means no state is held between transactions.
Stateless means Create, Populate (create state) do work destroy. -----Original Message----- From: Jie Zhao [mailto:JZhao@;dthomas.co.uk] Sent: 06 November 2002 17:30 To: '[EMAIL PROTECTED]' Subject: (ROSE) Stateless Objects Hi When using stateless objects in the system design, it results in no association relationships between classes since the classes don't have any properties. The final class diagram will have only dependence relationships between classes. A bit of strange. Has anyone come across this same design situation? Thanks Jie ************************************************************************ * 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 *************************************************************************
