• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Mileage Account in BDOM

 
Ranch Hand
Posts: 333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If all the mileage account(earned and redeemed) are stored in FFMS, then I can't understand why there's a Mileage Account in BDOM. I am a bit hesitant to take it off from the class diagram also, since that would be like changing the BDOM. The only time FBN connects to FFMS is to check whether the customer has got enough miles to pay for the Itinerary or not.

Can I safely assume that there will be some backend process that runs and updates the FBN mileage account from the FFMS system, and the customer can then check his mileage by logging to the FBN site ???
 
Ranch Hand
Posts: 1906
3
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, you can assume anything you want with the assignment as the architect - just document it.

That being said... I'd recommend reading the requirements carefully a few times before you decide on one solution over another. As stated in the documentation Sun provides, you're not allowed to rewrite the FFMS - they just did that "six months prior" and aren't interested. But obviously, you're going to have to do something to allow for reward travel in some means other than the current system of checking it across two different systems.

Just some food for thought, and trying not to bias you one way or another.
 
Can you shoot lasers out of your eyes? Don't look at this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic