• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Part II question

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a few questions about part II and I hope somebody can help me.
1. Can we change the business data model?
If we can change the business data model, then can we change the use cases?
2. Regarding the class diagrams, at the first glance, I found there would be too many classes in the diagram if we put all the classes in. So perhaps we will have two choices:
. put related classes into a package. And then draw a package diagram.
. do not put all the classes, just put the important classes, such as classes direcly related with the business model and key controller classes.
I prefer the second choice. My question is if there is a guide line for EJB classes in UML. I.e, each EJB has three classes, shall we put all the three or just one?
3. Anybody recently downloaded togethersoft? I downloaded one, but could not get a license key.
Thanks in advance,
John
 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Can we change the business data model?
You can not change the model but you could enhance it.
2. Regarding the class diagrams...
Add only importnat classes, you do not have to put all 3 EJB classes 1 would be enough. You have to put calsses- packages will not do.
3.Togethersoft
If you download and provide an already used email address- they don't send a key. You have to use a new email each time.
HTH
Sanjay
 
Frank Wu
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sanjay,
Thanks.
Talking about 3 classes EJB, which one is usually put in a class diagram?
John
 
Frank Wu
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
John

Your message was edited since you quoted content from the actual assignment. Please read our policy on SCEA questions and refrain from discussing actual assignment issues.
Thank You!

[ August 13, 2003: Message edited by: Ajith Kallambella ]
 
Frank Wu
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

John

Your message was edited since you quoted content from the actual assignment. Please read our policy on SCEA questions and refrain from discussing actual assignment issues.
Thank You!

[ August 13, 2003: Message edited by: Ajith Kallambella ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic