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