This application shows an implementation of a fictitious airline called "Acme Air".
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: Integraion tests for the application
The sample can be build using Apache Maven.
$ mvn install
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.