Hi Steven and Ian
While discussing components , should we
a) show all the components in one single diagram or do we have show as per package we have for eg bd, ejb, , util etc ?
Or we show as per layers like
View -
jsp's and Swing client
Controller -
Servlet & Request Handlers+ Business Delegate
Model - DAO, Session & Enity Bean
b)If there are more than one diagrams , how do we show relation ship between them or interaction between layers for eg how would Request Handler or BD interact with EJB
c) Do we also need to show dependency and association between various components. ?
Thanks for your help.