Dear: I am doing the MVC part of my project. and i am confused about one point . Although in spec document says "It is not necessary to provide for live updates on multiple clients when new bookings are made at other clients. " but should i notify view object when model data has be changed (when some one booking a flight) anyone can help me! [ January 08, 2003: Message edited by: mo mo ]
Jeff Mo<br />SCJP2,SCWCD2,MCSD
John Smith
Ranch Hand
Joined: Oct 08, 2001
Posts: 2937
posted
0
"It is not necessary to provide for live updates on multiple clients when new bookings are made at other clients. "
What it means is that if a client books a flight, the JTable for that client should be updated, but it's not necessary to update all clients. That also implies that you should re-read the flight info from database before you book it. Eugene.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.