• 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

Admin of Available Flights

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

Here's my question #2

Who is responsible for updating the available flights in the DB?
The travel agent? Or is it right to assume that the data is magically placed there and never needs maintenance?
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I did this way,

Just one stateless session bean with all the business api.
It wrap around the flight db. I did not do any about it.


You do not need to care about this.
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mark,
you can assume maintenance of DB operations, cleaning of cancelled flights and tuning as being present but not depicted in the current architecture. These processes are off the shelf offline operations and manually done by the DBA based on respective airline policies.

Thanks
Sankha Subhra Das
 
Ranch Hand
Posts: 344
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mark,
My assumption is that the upkeep of the flight data is maintained in another system (outside of the scope of the assignment).

Ray
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic