• 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

Class Diagram - Domain Model & Architecture Classes

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My Class Diagram is more or less divided into two groups of classes: those, that make up the domain model, and those which make up the architecture classes (backing beans, DAOs, services etc.).

Since these are not connected (a DAO does not hold references to it's entities, hence I do not model those) I would like to devide the diagram into two (one called 'Domain Model', the other called 'Architecture Classes'). My only concern is that I have read that Oracle might return the submission stating the class diagram must (!) be submitted as whole.

Has anyone ever submitted it in a similar division as I have proposed? What is your experience?

 
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
I submitted mine in two pieces and I passed.
reply
    Bookmark Topic Watch Topic
  • New Topic