All Projects → ThijsZijdel → Corendon-LostLuggage

ThijsZijdel / Corendon-LostLuggage

Licence: MIT license
Java Application for automating the proces of retrieving lost luggages for the dutch airline company Corendon.

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Corendon-LostLuggage

keep-changelog-maven-plugin
Maven plugin to help creating CHANGELOG by keeping one format and solving merge request conflicts problem by extraction of new CHANGELOG entries to seperate files.
Stars: ✭ 22 (-18.52%)
Mutual labels:  maven
docker-java-sample
A simple Java sample that shows how to package Java application using Docker
Stars: ✭ 93 (+244.44%)
Mutual labels:  maven
lagom-java-maven-chirper-example
No description or website provided.
Stars: ✭ 17 (-37.04%)
Mutual labels:  maven
vacomall
☀️☀️ 基于 dubbo 实现的分布式电商平台。
Stars: ✭ 42 (+55.56%)
Mutual labels:  maven
faketime
Fake currentTimeMillis() without class loader hacks
Stars: ✭ 100 (+270.37%)
Mutual labels:  maven
jsf-primefaces
JSF Primefaces Tutorials
Stars: ✭ 93 (+244.44%)
Mutual labels:  maven
build-helper-maven-plugin
Build Helper Maven Plugin
Stars: ✭ 77 (+185.19%)
Mutual labels:  maven
sunshine
Sunshine allows you to manage suits of your automated tests directly from Java code.
Stars: ✭ 12 (-55.56%)
Mutual labels:  maven
MasterAppiumFramework
Automation Testing | Mobile | Java | OOPS | Appium | TestNG | Maven | ExtentReport | Java mail API | Logging (Log4J2) | Design Patterns (Page Object Model, Singleton) | Page Factories | Jenkins | Data-Driven Testing using JSON file | Expected Data using XML file
Stars: ✭ 27 (+0%)
Mutual labels:  maven
ImagingKit
Java library for imaging tasks that integrates well with the java.awt.image environment
Stars: ✭ 16 (-40.74%)
Mutual labels:  maven
HRMS
░▒▓█ 𝑯𝒖𝒎𝒂𝒏 𝑹𝒆𝒔𝒐𝒖𝒓𝒄𝒆𝒔 𝑴𝒂𝒏𝒂𝒈𝒆𝒎𝒆𝒏𝒕 𝑺𝒚𝒔𝒕𝒆𝒎 𝑷𝒓𝒐𝒋𝒆𝒄𝒕 █▓▒░
Stars: ✭ 33 (+22.22%)
Mutual labels:  maven
tongyimall
高仿小米商城用户端,是Vue + SpringBoot的前后端分离项目,包括首页门户、商品分类、首页轮播、商品展示、购物车、地址管理等部分。管理端在另一个仓库。
Stars: ✭ 55 (+103.7%)
Mutual labels:  maven
angsd-wrapper
Utilities for analyzing next generation sequencing data.
Stars: ✭ 13 (-51.85%)
Mutual labels:  software
NativeCompile
android 动态库远程依赖
Stars: ✭ 13 (-51.85%)
Mutual labels:  maven
redd.one
Software engineering blog.
Stars: ✭ 31 (+14.81%)
Mutual labels:  software
repo.kotlin.link
Maven repository that proxy artifact request to one of know project-based maven repositories
Stars: ✭ 14 (-48.15%)
Mutual labels:  maven
CorePublish
maven发布插件和bintray发布插件
Stars: ✭ 18 (-33.33%)
Mutual labels:  maven
resources
Awesome resources - 网络资源
Stars: ✭ 27 (+0%)
Mutual labels:  software
taps
TUF Augmentation Proposals (TAPs)
Stars: ✭ 23 (-14.81%)
Mutual labels:  software
PNG-Upscale
AI Super - Resolution
Stars: ✭ 116 (+329.63%)
Mutual labels:  software

Corendon-LostLuggage

Java Application for automating the process of retrieving lost luggage for the airline company Corendon.

alt text

Getting Started

To see the application there are some things that needs to be configured before running it. So please follow to following document or read /doc/manual.pdf

Note: we didn't received a requirement from Corendon to make it a runable jar and add a config file.

Prerequisites

Install a Java IDE to build and run the application

We used Netbeans to build it. See [Built with] for the link

Install and configure an SQL host.

We used SQL Workbench's local host to run our database

Installing

When you have an SQL Host and IDE installed (prefered Netbeans) u can follow these steps:

Step 1) Creating the database.

Run the CreateDB.sql file in your sql host.

Step 2) Configuring the connection.

Go to the MainApp.java (in /app/..) and edit line: 50

Keep the first  parameter the same. 
Change the second parameter to your SQL userName.
Change the third  parameter to your SQL userPassword.

Step 3) Run the application.

For getting the user passwords see: /doc/manual.pdf 

More information

See: /doc/manual.pdf For the entire installation and configuring process and a full manual of the application.

Built With

  • MySQL - For the database of the application
  • Java - The langauge that we build our application in.
  • Netbeans - In what we developed the application.
  • Scenebuilder - For building the application scene's.
  • Maven - Dependency Management

Dependencies/ Libraries

  • JFoenix - For the material design in the application
  • SQL Connector - For the connection to the database (MYJbdc)

Built By

  • Thijs Zijdel
  • Michael de Boer
  • Arthur Krom
  • Daron Ozdemir

Project Files

  • app/LostLuggage (folder for application)

    • /paths/ (for info, send me a message)
  • data (folder for db dummy data)

    • CreateDB.sql (sql create dummy database query)
  • doc (folder for documentation)

    • Manual.pdf (full manual, inc. installation)
    • Poster.png (for giving an impression of the app)
    • Responsibilities.pdf (responsibilities for each author)

License

This project is licensed under the MIT License - look at LICENSE.md file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].