https://github.com/ecabrerar/airalliance
AirAlliance is an imaginary airlines company that lets you book tickets through their web site.
https://github.com/ecabrerar/airalliance
java java-api netbeans twitter-bootstrap
Last synced: 3 months ago
JSON representation
AirAlliance is an imaginary airlines company that lets you book tickets through their web site.
- Host: GitHub
- URL: https://github.com/ecabrerar/airalliance
- Owner: ecabrerar
- License: apache-2.0
- Created: 2014-05-05T12:51:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T14:01:12.000Z (over 4 years ago)
- Last Synced: 2025-01-20T09:34:47.646Z (5 months ago)
- Topics: java, java-api, netbeans, twitter-bootstrap
- Language: Java
- Homepage:
- Size: 201 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
What is AirAlliance?
====================AirAlliance is an imaginary airlines company that lets you book tickets through their web site.
This sample application is a proof of concept(POC) project to demonstrate
some new features of JEE 7 specification.* *Author* : [Eudris Cabrera](https://github.com/ecabrerar)
* *Application Servers* : GlassFish 4.x
* *Technologies* :The JSRs used by this project are as follows:
* Java Persistence API 2.1 (JSR 338)
* JavaServer Faces 2.2 (JSR 344)
* Twitter Bootstrap integration with JSF 2.2 (Twitter Bootstrap 3.1.1)
* Java API for RESTful Web Services 2.0 (JSR 339)
* Java API for JSON Processing 1.0 (JSR 353)
* Contexts and Dependency Injection 1.1 (JSR 346)
* Bean Validation 1.1 (JSR 349)* *Summary* :
The application is based on Air Alliance Sample Application, published on NetBeans (NetBeans 6.1 IDE) PHP Sample Application created by Frank Jennings.Prerequisite
============
* Maven 3+
* NetBeans 7.4+
* Glassfish 4.XGetting Started
===============NetBeans User - 7.4+
* Clone the repository [AirAlliance](https://github.com/ecabrerar/AirAlliance.git)
* Open the project AirAlliance in NetBeans
* Create a new MySQL DB database named "AirAlliance", with user "root" and password "rootweb", establish a connection and execute the sql/aadb_dump.sql script.
* Run the project