File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Transfer Objects in Component Diagram Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Transfer Objects in Component Diagram" Watch "Transfer Objects in Component Diagram" New topic
Author

Transfer Objects in Component Diagram

Manny Pacman Pacquiao
Ranch Hand

Joined: Oct 04, 2006
Posts: 36
In the instructions document of the assignment it said that this diagram should show JSPs, EJBs, Servlets...etc, i've a copy of Cade's diagram but no transfer objects. Should I include the TOs? I've them in my sequence diagram. I think I should to show another j2ee pattern being utilize.
Lars Behnke
Ranch Hand

Joined: May 09, 2006
Posts: 76
Hi Manny, the purpose of the component diagram is to give an overview of components and their interaction. Generally, it's not the place to document single classes. I would rather put the transfer object into the class diagram. If you absolutely want to mention the TO in the component diagram, I would do it in a comment, e.g. "Transfer objects transport data across tiers".
Please note that this is my opinion, and I am not yet certified.
Manny Pacman Pacquiao
Ranch Hand

Joined: Oct 04, 2006
Posts: 36
Originally posted by Lars Behnke:
Hi Manny, the purpose of the component diagram is to give an overview of components and their interaction. Generally, it's not the place to document single classes. I would rather put the transfer object into the class diagram. If you absolutely want to mention the TO in the component diagram, I would do it in a comment, e.g. "Transfer objects transport data across tiers".
Please note that this is my opinion, and I am not yet certified.


Putting this comment "Transfer objects transport data across tiers" would surely be nice. Thanks!
 
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: Transfer Objects in Component Diagram
 
Similar Threads
Representing VOs
Difference between class diagram and component diagram
Should I show all the BO in the component diagram?
help for sequence diagram and class diagram for scea part 2
Passed SCEA part 2 and 3 with 95 % ����