• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Part 2 Component Diagram

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this may sound stuppid for experts but anyway...

Part 2 Assignment asks to put on Component diagram all of the J2EE components used in the system, Those can include: EJBs, Servlets, JSPs. What is the best way to put JSPs? Just as the component which does not deppend on anything? I mean no arrow that goes to or from it, or how? I understand that each component in the component diagram must have some interface which interface JSP has and if it does who talks through that interface?

My component diagram grows. Is this normal that component diagram is one big picture or should it be splitted into several smal diagrams?

PLease advise,

Thanks,
Vlad.
 
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What you mean by "each component in the component diagram must have some interface". Its not true. JSP does not have any interface

Secondly you can split component diagrams into more than one. In Marc cade's case study...its done like that.
[ June 01, 2006: Message edited by: suekar meredilko ]
 
Vlad Eroshin
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much for reply. Yeap that book is helpful

Vlad.
 
Without deviation from the norm, progress is not possible - Zappa. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic