Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
steps to create form using java?
can you help me by giving me the steps required to create a form using java..
i want it.....in steps..and....for my project..which is...IP related..!!
It is about hotel reservation system..!!
2 Answers
- Anonymous1 decade agoFavorite Answer
HOTEL RESERVATION form JAVASCRIPT
http://www.navioo.com/javascript/Hotel_Reservation...
http://www.webreference.com/programming/javascript...
http://www.oracle.com/technology/sample_code/tech/...
- deonejuanLv 71 decade ago
DB is abstract enough you should be able to get the MVC of a hotel reservation easy enough. Use this NetBeans tutorial. In fact, do use NetBeans with JavaSE to gain the included Apache Derby. Keep It Simple Stupid (K.I.S.S.)
As you may know, Oracle acquired Java technology and they have been offering commercial-grade add-ons for Java. What you are asking should be a simplified learning experience. A database is abstract because SQL runs them. So, the form for input isn't so hard. Retrieving information for a report using SQL will be your extra effort.
You should have enough acumen to write a class for Room, Reservation, Transaction. I did a search and most of the Hospitality software is PHP / JSON which makes sense for web distribution. I would suggest you keep your as a Java / db / application.
Source(s): http://netbeans.org/kb/docs/ide/java-db.html