• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

cinema hall seating plan using java - query

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

I want to show a seating plan on web page of a Cinema/theatre website. For example, a user should be able to see a seating plan, with the available seats a certain colour and the unavailable ones another colour, and should be able to select a seat or set of seats which will then be stored and will be unavailable the next time that seating plan is checked.

I am not able to figure out how to create a seating plan.for eg - one cinema has total 200 seats (20 rows and 10 seat in each row) then how can I use Java to create such a seating plan for web page and then have user to select a seat for himself. Also how to make this seating plan/booking persistable in a database (what will be database design). Please help me in this query.

Thanks
 
Ranch Hand
Posts: 167
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To be honest interesting question asked by a SCJP, SCWCD.
Isn't it a wide question?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic