• 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

Regarding Class Diagram

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
In SCEA part II Assignment, Class Diagram -we need to stick to UML Specs
so the Sterotype Spec for UML in Class Diagram is
Any User Interface, GUI-----boundary,
Servlet, Interface--------Control
Any Business Object is(Session, Entity) is -----Entity
but Again as per Java notation
Sterotype---<<Servlet>>, <<Session>>, <<Entity>>, <<Interface>>
how the 2 Sterotypes we can incorporate in the class diagram
Any body please clarify
As per SCEA , Marks Cade-- In his Class Diagram he only put Java Sterotypes
as I mentioned, he didn't put UML Sterotypes
then how we can ensure UML complaint, please suggest
Advance Thanks
with regards
bb
 
reply
    Bookmark Topic Watch Topic
  • New Topic