• 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

Create Profile use case

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

I have a question regrading the use case "Create Profile".
In the use case diagram it is shown, but it is not a use case we must model in order to pass the assignment, right?
So what do we do? We just assume it is there? Do we have to come up with a component and sequence diagram for it after all?

Same question goes with the "View Frequent Flyer Miles". Of course we need to query the frequent flyer miles system some how, but we do not need to model that user case, do we?

D.
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Forget for a minute the assignment and ask yourself this question:

"As an architect, your designed architecture could be implemented without ask you for more details ?"

The main thing of an architecture is to provide a way that developers could implement the system without any doubts. If you agree that this approach could be meet without more details in that use cases, so go ahead, do not create those diagrams.

That's is one thing that Sun is going to test you ... you decision power!

Best Regards,
 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi david,
read through the DELIVERABLES section and search related topics in this forum entirely.
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my recent thread that was asking similar questions as yours:

https://coderanch.com/t/155108/java-Architect-SCEA/certification/sequence-diagram-cases-other-provided
 
David Follow
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

so some say it'll help to submit an extra component and sequence diagram for login and other say it may have a negative impact. What is "the" correct way to do it now? What does Sun except?
For the overall architecture it sure makes sense to have a component diagram that handles customer logon and creation of profiles etc. but it is not in the list of deliverables for the assignment.

D.
 
What's gotten into you? Could it be this tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic