• 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

Represent JSP in Class Diagram?

 
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
Could anyone tell me how to represent a jsp file in a
Class Diagram? Could I draw a jsp file just like drawing
a class?
Thanks.
Jim
 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It never even occurred to me to put JSP's, DAO's, EJB's, or anything else with a three letter acronym into my class diagram. I spent only one day on the class diagram, and it was very simple. Maybe I am not the best authority on the subject because I only got 31/40 on the class diagram, but I really can't imagine going to such lengths as putting JSP's in the class diagram.
Why, you'd have to pay me!
 
Jim Baker
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Because JSP is the VIEW in the presentation tier.
What do U put in the class diagram of
your presentation? Thanks.
Jim
 
Bagwan Mehrat
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Perhaps you are right. Maybe showing MVC in the class diagram will get you a better score. But I personally didn't mention MVC in any of my diagrams, so I'm not qualified to say how one should take such an approach.
Have you thought, though, if JSP is THE view, then where does that leave the Java application for the travel agents? Will they require an independent view architecture?
Good luck with your assignment!
 
Jim Baker
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bagwan,
What do U think should be put in class diagram?
This is something I'm not sure. High level?
Using <<boundary>>, <<control>>, <<entity>>
in class and sequence diagrams? And only mention
J2EE stuff in component diagram? Thanks.
Jim
 
Bagwan Mehrat
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My personal feeling is that it wouldn't hurt to make the class diagram overly complicated, because if you look at Sun's grading criteria, 75% of the grade is addressing requirements, and only 25% is for UML compliance. They don't seem to be taking points off for having TOO MUCH stuff in the diagrams.
When I did the assignment, I noted this, and knew that my diagrams were very basic, but I wasn't worried about it, because I had a bunch more ideas for things that I could add if I got a failing grade. I was quite sure I would pass with what I already had, though.
Still, I think that having JSP's in the class diagram would be a bit much. Just my personal opinion.
 
Ranch Hand
Posts: 1072
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jim
Please read the Javaranch Naming Policy and change your publicly displayed name to comply with our unique rule. Thank you for your cooperation.
 
ersin eser
Ranch Hand
Posts: 1072
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
as << JSP >> may be ?
 
I AM MIGHTY! Especially when I hold this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic