Online Reservation System !

Hi has anyone in here done any project or program on an Online Reservation System ..? i will need some advice or if posible to share some experience..with me.or if anyone has good links to such information..pls let me know.
Thanks.

Anything specific you're looking for? If not, I'd start with thinking about the architecture of the whole thing, and just get an idea of HOW you want to start going about this project. Think about the different layers and how you want them to interact with each other. Sun has some good tutorials for web applications (http://java.sun.com/webservices/docs/1.1/tutorial/doc/index.html); what you learn from there could easily be applied to an online reservation system.
If you run into specific problems, these forums are a great place to post code and get advice.
HTH :o)

Similar Messages

  • Online reservation systems

    I've just had a client ask about this on their website (its a small, family run aromatherapy / massage business, so nothing huge). In their words, it doesn't sound too difficult to do...
    I suspect an online reserervation system, with live feedback about what dates / times are available might be reasonably tricky to set up. I'm pretty familiar with PHP / mySQL / phpMyAdmin type environment, but would never describe myself as fluent in mySQL or PHP!
    I assume that this sort of thing may be availabel as an off the shelf solution that can be plugged into a website - if so, does anyone know of anything they might recommend? (I know I could google, but its often difficult to tell which are worth exploring further, compared ot recommendations you might get from here.)
    Thanks.

    The site you mentioned is using ResDiary http://www.restaurantdiary.com/ I think the most popular one in the UK is OpenTable (who bought TopTable) http://www.toptable.co.uk/info/opentable-restaurant-management-system.aspx
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • To make an online interactive map that works with a reservation system which is the best application to use?

    I make campground maps and do interactive maps through a third-party program.  I want to use something in CC that I can make "hotspots" or id maps that I can interface with a reservation system to show availability.  I want the interactive map to work on both mobile and desktop.  What is my best program to download and use?
    I know html and css but have fallen in love with Muse. I am looking at the Edge Flow, Reflow and Edge Animate.  I just need some simple advice as I don't want to waste my time learning a program that doesn't do what I want...
    Thanks for any advice.

    When you do not have to have it connected to the external monitor, just use the MBP on only battery power.  Fastest would be to watch video or play a game.  Any CPU intensive application will use the battery faster that 'ordinary' use.
    Ciao.

  • How to check connection from SAP to reservation system?

    Dear Experts,
    May I know how to check whether the connection between SAP and the reservation system has been set up and ready to use?
    Thanks.

    Hi
    You need to check the identification code issued to the enterprise by AMADEUS must be entered in the R/3 Customizing for Travel Planning under Master Data u2192 Control Parameters for Travel Planning u2192 Define sales offices and Define API access parameters.
    External reservation system In the Travel Planning subcomponent Travel Management accesses an external reservation system connected to R/3 to carry out the queries on available travel services and to book the selected services. The reservation system currently available is the AMADEUS Global Travel Distribution system.
    For more information, see Technical Prerequisites for Travel Planning--
    Technical Prerequisites for Travel Planning
    Before you can use Travel Planning fully, a number of internal R/3 and external prerequisites or settings must be fulfilled.
    Connection to an External Reservation System
    The online booking function in Travel Planning is based on the cooperation with external reservation systems that are used to communicate with the service providers. The R/3 user has access to the following functions via the connection to an external reservation system:
    u2022 Availability query of travel services
    u2022 Transfer of additional information about selected travel services
    u2022 Price information
    u2022 Processing of reservation by the respective provider
    u2022 Synchronization of the data in SAP Travel Planning if external booking changes have been made
    In the current release the external reservation system in use is AMADEUS Global Travel Distribution. AMADEUS is a subsidiary of Lufthansa, Air France, Continental Airlines and Iberia. The reservation system it provides is in worldwide use and 160,000 terminals in 37,000 travel agencies and ticket sales centers in over 130 countries are connected to it.
    In order to carry out online booking via AMADEUS the following must have been carried out:
    u2022 Your enterprise must have signed an agreement with AMADEUS for the use of the interface and be registered at AMADEUS with a user ID
    u2022 A network connection to the AMADEUS computer center must have been opened
    u2022 The identification code issued to the enterprise by AMADEUS must be entered in the R/3 Customizing for Travel Planning under Master Data u2192 Control Parameters for Travel Planning u2192 Define sales offices and Define API access parameters.
    For questions about registration, contact the SAP & AMADEUS Competence Center:
    SAP & AMADEUS Competence Center ACC 02 Neurottstrasse 16 69185 Walldorf Germany
    Cheers
    Mukta

  • Air ticket purchase/refund without external reservation system

    In the absence of external reservation systems what should be the suggested procedure in case of air ticket booking/ purchase and refund in case of cancellation?
    Thanks in advance!!

    Hi,
    This is not possible in SAP standard. Air ticket booking can only be made if you have a External GDS define in your system. Otherwise it is only possible to have documentary flight query using Travel Request but you can do a online flight query.
    Regards,
    Raynard

  • Why isn`t the Apple Store Genius reservation system not working?

    Hello the apple store genius reservation system on Apple website is not working for Turkey.

    How would we know?  These are user to user forum.  We don't work for Apple

  • How do I register as a developer in the Online Source System?

    I’m trying to add an ABAP program to SAP BW, and I get this message:
    “You are not registered as a developer.
    Please register in the Online Source System (OSS).
    In the OSS you will receive an access key.”
    I have no idea what this means. How do access the OSS and do this? I have done various searches on SAP's site and I've not found anything useful.
    Is there any shortcut I can use to get this access key and proceed with work? I'm on a tight deadline?

    > Well , you should speak to your Team Lead and request for ABAP Developer Access Key.
    > Your Tem Lead will request BASIS guys to generate an Access Key for you.
    > Once you receive your access key, try to create a program in SE38 > It will prompt you to enter Access Key. > enter the generated access key and continue.
    Cheers
    Praveen

  • Airline Reservation System

    An Airline wants to design a reservation system based on the following conditions:
    �h Each Plane has capacity of 10 seats.
    �h Applet should display the following options at the top of applet window
    ��Please type 1 for ��Non-Smoking��
    ��Please type 2 for ��Smoking��
    Note: Types 1 and 2 are inputs and this will be accepted through a text field, if person types any wrong option type (other than 1 or 2), display a message at the status bar (last bottom line of window) that ��Invalid Input��.
    �h If a person types 1, program should assign a seat in the Non-Smoking section (seats 1 to 5) of the plane
    �h If a person types 2, program should assign a seat in the Smoking section (seats 6 to 10) of the plane
    �h Use a single dimensional array to represent the seating chart of the plane and initialize all the elements of array to 0 (zero) which indicates that all the seats are available.
    �h As each seat is assigned, set the corresponding element of array to 1 which indicates that this seat is no longer available.
    Note: After proper seat assignment, display message at the bottom line of window (status bar) , for example : ��Smoking Seat # 6�� OR ��Non-Smoking Seat # 2�� etc�K
    �h Program should never assign a seat that has already been assigned.
    �h When the Smoking section of Plane is full, Program should ask the person if it is acceptable to be placed in the non-smoking section and (vice versa as well)
    Note: Display message �� Smoking is full, Non-Smoking ?��
              �� Non-Smoking is full, Smoking ?��
    If answer to any of the above question is yes, make appropriate seat
    assignment in the program.
    If answer to any of the above question is No, display the message at the
    status bar of Applet window (very bottom of window) that ��Next Fight leaves
    in 3 hours��
    Some important points to consider
    1: As this is an applet program, it will have a full Graphical and Event handling capability.
    2: Your important GUI components (use all Swing classes for GUI) in this applet program are:
    a text field for input ( 1 or 2)
    two Labels to indicate the options to user (see above 2nd bullet)
    two buttons which will be pressed in response to the questions as mentioned
    above in bullet no. 8
    Note: Please note that when your applet will start, initially these buttons will not function (make these buttons as disabled). Make them active (enabled) when either section of plane (Smoking or non-smoking) is full and you generate a message as stated above in last bullet 8.
    3: When applet will start, both buttons will be disabled and only activity on applet window will be through the input field (where user can either input 1 or 2)
    4: Please note that input text field can also be registered for action event listener as you normally do for buttons, for example.
    Therefore, when you will type 1 or 2 in the input field and press <ENTER> key, based on the event handling process, proper seat will be assigned and message will be displayed on the status bar as mentioned above in bullet No. 6.
    5: Every message will always be displayed in the status bar of applet window (very bottom line of the window)
    6: In your HTML file, use Width and Height parameters both 200 pixels.

    How is this for a start
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Reserv extends JApplet implements ActionListener
         JTextField type   = new JTextField(1);
         JTextField status = new JTextField("");
         int        sits[] = new int[10];
         JLabel     lab1   = new JLabel("Please type 1 for Non-Smoking");
         JLabel     lab2   = new JLabel("Please type 2 for Smoking");
    public void init()
         getContentPane().setLayout(null);
         lab1.setBounds(5,10,190,21);
         lab2.setBounds(5,30,190,21);
         type.setBounds(200,30,20,21);
         type.addActionListener(this);
         getContentPane().add(lab1);
         getContentPane().add(lab2);
         getContentPane().add(type);
         status.setBounds(1,180,350,21);
         status.setBackground(Color.red);
         status.setForeground(Color.white);
         getContentPane().add(status);
         status.setEditable(false);
    public void actionPerformed(ActionEvent ae)
         status.setText("");
         if (type.getText().equals("1"))
    //          findNoSmoke();
              return;
         if (type.getText().equals("2"))
    //          findSmoke();
              return;
         status.setText("Invalid Input");     
    }Noah

  • Can't make an online reservation?

    Won't let me make an online reservation for the Apple Store Trinity Leeds for my iPhone 5 replacing. I select that store then it gives you the option between genius bar and workshops, I select genius bar and click next, it just redirects to http://www.apple.com/retail/ I've tried ringing them and they've just told me to sign in???? Useless.

    Assuming you're going here:
    http://concierge.apple.com/reservation/gb/en/R372/techsupport
    it seems to work for me, though I tried on a computer, not on an iPhone. It says that there are no appointments available, though. You may need to try a different store or call Apple Support and get your phone replaced by mail.
    Regards.

  • Building an online inventory system using Oracle fusion

    I am developing an online inventory system which is my college project and I don't know where to start
    But I have collected materials and learned some about the inventory but I don't have knowledge about jsp/jsf or simply j2ee much. And I saw videos of the jDeveloper, Oracle ADF and many good stuffs
    So can anyone guide through it, just a little
    I am not asking to build the project. I just wanted some opening, where to start
    And i have built a database in oracle .
    And gone through some tutorials provided such as "Building Fusion Web Applications" available on cue cards.
    I have understood the framework a little but i don't know where to start
    Build UI or Business Components or else or a login page .
    I have login details set to the database but i don't know how to implement in ADF Security.
    Edited by: SudeepShakya on Oct 17, 2011 7:49 PM

    Thanks a lot for ur information.
    I have gone through the referred documents and also done an example about the ADF Security from Cue Cards.
    But i want to know something about the Security about the adding Users.
    How can we add, drop and edit users from within the Fusion application or a web application, as for now as in the example we create the users and roles by using the jDeveloper.
    To be clear, like in any other webpages like in a mailing websites or any other.
    As in my program, i want the function to add, edit and remove users through the application.
    I also had written similar comment in Shay's blog and he directed some good thing but I couldn't get to the point.
    Is there any example or tutorials for this ?

  • Online Scheduling system in Flex

    We have used Scheduling framework to finally build a fully
    functional online scheduling system for flying clubs. Check it by
    clicking this link :
    Online scheduling
    Any feedback will be greatly appreciated.
    Thanks,
    Rajat

    In Flex, it would be possible only if you'd find a way to read your local file system with a server-side script and pass the read data to Flex where you can rebuild the exact structure and do something with it ( not sure what ). As for AIR, you have a FileSystemDataGrid that does exactly what you are looking for ( just that it's "AIR only" ).

  • What is the best online backup system to use for Mac?

    What is the best online backup system to use for mac?

    By online, do you mean backup to the cloud, where you pay a monthly fee for the service to host your data?
    If this is the case, then there are a lot of services (do not know them all, but DropBox, CrashPlan, Carbonite, Mozy, SugarSync, come to mine, and that is not a complete list.
    There are also services that allow you to backup over your home network or across the internet to your own storage.  CrashPlan has this option (for free), and Transporter come to mind.  CrashPlan talks to another computer also running CrashPlan that you own or have some control (could even be a friend or relatives computer).  Transporter is hardware that you either provide some storage of your choice, or they will sell the unit with storage.
    I'm mostly a CrashPlan to my own storage user.  I backup to a Mac mini for my Mom (300 miles away) and Wife (she is local )
    Can clarify your exact desires or needs.

  • Airline Reservation System with boolean Array

    Good morning,
    I have written the following code for an airline reservation system. The applet will assign the user a seat in either economy or first class. When first class is full, it will offer economy seats. This works - but when it is about to assign the last seat in 'economy', the program stops working. The error messages suggest a problem in the method call to selectSeat() in the 'economy' part of the code. I can't see the problem, though, as this code is identical to the code I used for the 'first class' part.
    //Airline booking
    //Coded by Eoghain on 16/9/07
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class AirlineApplet extends JApplet implements ActionListener {
         JButton printPass;
         JTextArea outputArea;
         String output;
         int seatType, seatNum, choice;
         boolean[] seatArray = {false, false, false, false, false, false, false, false, false, false};
         public void init() {
              Container container = getContentPane();
              container.setLayout(new FlowLayout());
              chooseType();
              printPass = new JButton ("Click to print boarding pass");
              printPass.addActionListener(this);
              outputArea = new JTextArea(40, 40);
              container.add(printPass);
              container.add(outputArea);
         public void chooseType() {
              seatType = Integer.parseInt(JOptionPane.showInputDialog("Please type 1 first First Class or 2 for Economy"));
              selectSeat(seatType);
         public void actionPerformed(ActionEvent event) {
              outputArea.append(output);
              chooseType();
         public void selectSeat(int x) {
              //argument selects between first and economy
              if (x == 1)
                   if (seatArray[0] && seatArray[1] && seatArray[2] && seatArray[3] && seatArray[4])
                        choice = Integer.parseInt(JOptionPane.showInputDialog("There are no seats available in First Class. Would you like Economy? 1 for Yes, 2 for No."));
                        if (choice == 1)
                             selectSeat(2);
                        else
                             JOptionPane.showMessageDialog(null, "Next flight leaves in 3 hours.");
                   else
                   //do first stuff and make sure the seat is unoccupied
                   seatNum = (int)(Math.random()*5);
                        if (!seatArray[seatNum])
                             seatArray[seatNum] = true;
                        else
                             selectSeat(x);
                   output = "Your have seat " + seatNum + " in First Class. \n";
              else
                   if (seatArray[5] && seatArray[6] && seatArray[7] && seatArray[8] && seatArray[9])
                        JOptionPane.showMessageDialog(null, "There are no seats available in Economy. Sorry.");
                   else
                   //do economy stuff
                   seatNum = (5 + (int)(Math.random()*4));
                        if (!seatArray[seatNum])
                             seatArray[seatNum] = true;
                        else
                             selectSeat(x);
                   output = "Your have seat " + seatNum + " in Economy. \n";
    }Any advice would be greatly appreciated,
    -Eoghain

    You've created a nice little infinite loop in selectSeat here:
        if (!seatArray[seatNum])
            seatArray[seatNum] = true;
        else
            selectSeat(x);If you run out of 2nd class seats, your program isn't told to stop, it's told to just keep looking and looking and looking and looking and looking and looking and looking and looking and looking ...
    and so on. Don't do this.

  • Unknown error in reservation system (API error type A code 3)

    Good Day
    I hope someone can give me some info for the following error.
    I create a travel plan and when I click on Book I do some times get the following error
    "Unknown error in reservation system (API error type A code 3)"
    Can anyone please assist, as this does not always happens.
    Regards
    Jaco Nel

    MONO PKGBUILDs have a number of unique requirements. Have a look at some of the official ones, like Banshee itself, or F-spot, for example.

  • Online reservation calendar

    Not really a DreamWeaver question, more a general question for all the designers/developers around here:
    For a website for people who rent out two simple holiday accomodations on their terrain I am searching for an online reservation calendar.
    So that visitors can check the availability in a certain period and can make online reservations.
    I found some plugins for WordPress that might do the job, but the good plugins are quite pricey and I am not sure if I want to go the WordPress route.
    So are there any other solutions that might work?
    Thank you.

    Yes you can.
    My friend used his Passport no & it worked.  Good luck with the lottery.

Maybe you are looking for

  • Problem with weblogic ver 8 sp 4 installation on Solaris 10

    Hi , I tried install weblogic ver 8 sp4 on solaris 10 .With the installable net_platform814_solaris32.bin ,I was able to succeed with the installation .However,the installation requires a internet connection .Is there a way to by pass this procedure.

  • Problem in charging

    I'm using iPad 4G for last 7 month, recently I noticed that iPad does not charge from lighting plug at all to start charging need to shift lighting plug lift-right-up-down sides to find position to start charging. Last week the worst happened no matt

  • Windows 7 Enterprise inplace repair

    I found the way to manually perform and in-place repair (upgrade) from the upgrade media. I have also created an unattend.xml file with the setting upgradedata set to "true" so I could run the in-place repair by just running this command setup.exe /u

  • How to create PDF/RTF/HTML from XML?

    Hi, I like to generate reports as per clients requirement in PDF/RTF/HTML format....... I have genrated XML file, with the help of the same i like to generate other report formats.......i tried FOP but there is nothing for RTF format..... i tried aur

  • Fans rev / revving on my Mac pro...

    My MacPro has always been very quite... even when doing massive render tasks with Cinema4D/Vray. but recently the fans have started revving... like a boy racer at the lights... its doing it now... and the MP is under no load... only Safari is running