Coder Social home page Coder Social logo

java-concurrent-three-tier-hotel-bookings's Introduction

java-concurrent-three-tier-hotel-bookings

A basic implementation of a three-tier Java system with JSON communication over TCP

The Server class sits in front of a Database layer.

The Database layer is abstracted and in this example uses JDBC to connect to a MySQL database.

A Broker communicates between the Server and multiple clients concurrently via Threading.

Example Clients are provided in this project with Java's Swing.

Each layer communicates via JSON messages.

Made with Netbeans 8.

To use:

  1. Import the project into Netbeans 8
  2. Setup MySQL database with JDBC driver 1. Navigate to 'Services' menu on left side of Netbeans and find the 'Databases' item 2. Exapand and find MySQL server icon, right click and 'Create Database...' 3. Create a datbase called 'fit5170' and tick the box 'Grant Full Access To:' *@localhost 4. Right click on the created database under the MySQL icon and click 'Connect...' 5. Right click on the corresponding JDBC driver and select 'Execute Command...' 6. Copy paste the contents of fit5170-mysql-setup.sql 7. Modify Database.java file in project with appropiate jdbcMysqlUrl, username and password
  3. Run 'server', 'broker' then 'client' from the green arrow in Netbeans (in that order)

java-concurrent-three-tier-hotel-bookings's People

Contributors

bhavikm avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.