I have some questions about component diagram.
1. In assignment, it give the component examples are
EJB,
servlets,
JSP,POJO..., Should i give all jsp and servlets in diagram?
Is this
too detail?
2. Should take WebServer and AppServer/Container as component?
a) take them as a parent component, put my business components into them.
b) take them as a seperated component same as my business component, and put a dependency relationship between them.
Which is correct? Or better?
3. How to show the interface between components that reside in webserver and appsever? Are JNDI/Message such j2ee standard interface or my business interface like XXXFacadeSession?