Computer science project in java?

xyzabc

New Member
hello guys .. i am in my final year of computer engineering ...so i have to a project... i would like to do a project in java...so please suggest me a good topic ...i would like to do it in SERVLETS AND JSP OR EJB ....i would prefer EJB... but im also open to develope stand alone applications using core java .....please please please guys let me know a challenging project topic ..<br />
<br />
thanks all<br />
cheers<br />
 

iu2

New Member
You could do a hotel room booking system.
Imagine you are prgramming for a small hotel with 100 rooms.
The Java Servlet will show the room availables and the
Customers can book a room from the hotel web site.
The data are store in a simple mysql database.

The data are names, passport etc.
 
Top