• 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

Do Request , View and Processor need to display in Class diagram?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I am starting my diagram and meet the following issue.

Do we need to display the following class in the class diagram?

1. Requests (class transfered from presentation layer to business logic, it has value object and screen information )
2. Views (class transfered from business logic to presentation layer, it also has value object and screen information )
3. business logic (such as facade and bunsiness processor )


In addition, do we only need to care about the mention four use case: prepare itinerary, change itinerary, price itinerary and pay itinerary?

do other use case such as login need to display in class diagram and component diagram?
 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, this is where the SCEA gets a lot of people. The class diagram that SCEA wants to see from you are not those classes that you will show when you are actually coding. Instead, you put your domain objects there. Remember that business domain object diagram? You suppose to expend on that and put that in your class diagram. It should also be technology independent.

You can place all those thing that you mentioned in the component diagram.
[ August 30, 2005: Message edited by: Jeremy Hsu ]
 
mikeHao zhang
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, Jeremy Hsu ,

thanks a lot.
 
Stop it! You're embarassing me! And you are embarrassing this tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic