• 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

Eliminate BD, SL and DAOs in the class diagram

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

I am planning to eliminate Managed Beans, Business Delegates, Service Locator and DAOs in the class diagram as it is seems to distract the reader from the entity class modelling. To do this I may have to show some indirect dependencies as direct ones (example Session Facade -> Entities, instead of Session Facade -> DAO -> Entities)- similar to what is shown in CADEs book. I would be putting some notes around this in my description. Do you think this would be fine?

Any comments from those who have cleared SCEA and followed a similar strategy would help.

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

shan gupta wrote:Hi,

I am planning to eliminate Managed Beans, Business Delegates, Service Locator and DAOs in the class diagram as it is seems to distract the reader from the entity class modelling. To do this I may have to show some indirect dependencies as direct ones (example Session Facade -> Entities, instead of Session Facade -> DAO -> Entities)- similar to what is shown in CADEs book. I would be putting some notes around this in my description. Do you think this would be fine?

Any comments from those who have cleared SCEA and followed a similar strategy would help.




I advise you to use all the features needed to show your design the best possible way. Not excluding the DAO.
 
Not looking good. I think this might be the end. Wait! Is that 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