• 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

is it mandatory to include class diagrams for the admin jsp's/business logic ?

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

Hello!

I'd like to ask if one should include in the Class diagram also the jsp's needed for the admin component such as user/roles/permissions admin, admin for different things that needs to be created, edited etc. Also the question is about the need for an AdminManager. For example, to refer to Cade's example described in the book for JustBuildIt company, there will be needed pages where the admin can create new materials apart of Wood, Steel, Concrete and also should be able to add new characteristics for these materials, etc.
I noticed that in Cade's book these are not included.
To include all these will make the diagram heavier and less easy to follow.
What is your opinion?

Thank you
Sorin
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorin,
In Cade's example the admin functions were not in the use cases, so no. Remember we are not implementing a complete system. Just the parts that are needed to satisfy the use cases in the provided assignment.
 
This. Exactly this. This is what my therapist has been talking about. And now with a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic