Skip to content

A sample application that implements a fictitious airline called "Acme Air".

License

Notifications You must be signed in to change notification settings

WASdev/sample.acmeair

 
 

Repository files navigation

Acme Air Sample

This application shows an implementation of a fictitious airline called "Acme Air".

Repository Contents

Source:

  • acmeair-common: The Java entities used throughout the application
  • acmeair-services: The Java data services interface definitions
  • acmeair-service-jpa: JPA-based data service implementations
  • acmeair-webapp: The Web 2.0 application and associated Java REST services
  • acmeair-itests: Integration tests for the application

Building

The sample can be build using Apache Maven.

$ mvn install

Running integration tests

The integration tests are executed against the AcmeAir application running in a Liberty profile server. The project uses Liberty Maven Plug-in to automatically download, install, and configure the Liberty profile runtime for the tests.

$ mvn install -Prun-its

Deploying to Bluemix

Click the button below to deploy your own copy of this application to Bluemix. Once the application is deployed, visit http://<yourAppName>.mybluemix.net/rest/api/loader/loadSmall first to preload the database with sample data.

Deploy to Bluemix

About

A sample application that implements a fictitious airline called "Acme Air".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 66.2%
  • HTML 28.4%
  • JavaScript 3.1%
  • CSS 2.3%