Originally posted by Bijan Mohanty:
Hi Ajith,
Thanks for the reply. But, if you make just one component diagram, don't you think, putting all your components(JSP, Servlet, BusinessDeligates, EJBs, subsystems) will make the diagram pretty big and unmanageble ?
Thanks.
Bijan
Hi Bijan,
I think The BluePrints book (
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/app-arch/app-arch5.html ) provides some hints to this question:
1. make one component diagram showing all subsystems (Figure 11.4)
2. make one component diagram per subsystem (Figure 11.6, Figure 11.10)
Note that the above diagrams do not explicitly display
J2EE components (like EJB, XML file, JSP etc) but rather "modules" that encapsulate one or more J2EE components. So one could show the content of each "module" in the diagram as a text note. In fact, the book lists all the J2EE components (EJBs, JSPs etc) at end. (see page 51 in
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/sample-app/sample-app1.3.1.pdf Hope that helps,
Nalla
[ August 19, 2003: Message edited by: Nalla Senthilnathan ]
[ August 19, 2003: Message edited by: Nalla Senthilnathan ]
[ August 19, 2003: Message edited by: Nalla Senthilnathan ]