Marcelo Ortega wrote:TSo there is no rule that if I use an EntityManager in the sequence diagram (or any other JEE component), that it has to be included in the Class diagram?
I'm assuming then that this only includes custom classes. So if I call a DAO within the sequnce diagrams, this should be shown in the class diagram. Correct?
Correct. Any classes you make up should be in the class diagram.
Marcelo Ortega wrote:Cade shows an Email Server in his sequence diagram. Would this actually be an EmailDAO, which should be shown in class diagram?
It's just a class name. I don't generally think of email as a dao, but it could be.