• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic