posted 20 years ago
Hi All,
I am working on my class diagram (mainly domain model. No EJBs etc) and I do not have many methods there (except getter and setters).
I think this is OK because all domain objetcs are mostly atomic and business logic (e.g getting available fligths for a date and time etc) would be in SLSB.
Can I have it (SLSB) on sequence diagram and not on class diagram?or I am missing something?