Link to home
Start Free TrialLog in
Avatar of Simon Leung
Simon Leung

asked on

resrvation applicaiton

Need to write a table reservation  application with JEE. Need to handle concurrecny access for a table, and time limit to reserve a table. is there any sample code that I can learn and start with ... ?

Thx
ASKER CERTIFIED SOLUTION
Avatar of Peter Chan
Peter Chan
Flag of Hong Kong image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of David Johnson, CD
Start off with writing down all of the program specifications  then think about how you will implement this.. write this down as comments now you can start writing code.