aspose file tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Class Diagram Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Class Diagram" Watch "Class Diagram" New topic
Author

Class Diagram

Anjaneya Ram
Greenhorn

Joined: Jan 23, 2004
Posts: 16
Hi All,
Should the class diagram contain only BDOM classes. Shall it also contain Facade, Business delegate classes.
or Should the Facade, business delegate classes be mentioned in component diagram. and class diagram will have only business domain classes...
Please help....

Thanks,
Ram
Parag Doshi
Ranch Hand

Joined: Jun 29, 2004
Posts: 317
Originally posted by Anjaneya Ram:
Hi All,
Should the class diagram contain only BDOM classes. Shall it also contain Facade, Business delegate classes.
or Should the Facade, business delegate classes be mentioned in component diagram. and class diagram will have only business domain classes...
Please help....

Thanks,
Ram


Ram,

I personally feel that a class diagram should not have any facades, Business delegates etc as it would just clutter your diagram. I have seen posts of people who have passed with only 17-20 diagrams in their class diagram..thats what i am going with..
but there are others who have passed by showing all the classes under the sun ! so, choice is yours
just make sure that your class diagram is able to convey your architecture in a simple manner.

hope this helps.

parag
Anjaneya Ram
Greenhorn

Joined: Jan 23, 2004
Posts: 16
Thanks Parag.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Class Diagram
 
Similar Threads
How many classes are there in your assignment?
Architectural Class Diagram
Where to put the business logic?
best possible design pattern for a scalable enterprise application
JSF in sequence Diagram