Airline Ticket Reservation System (ATRS) is a sample application for developers to learn how to make applications with TERASOLUNA Server Framework for Java (5.x).
Note TERASOLUNA is a customized framework based on Macchinetta by NTT DATA. TERASOLUNA shares ATRS published on Macchinetta as a sample application. Therefore, we did not change the license headers and package names from ATRS of Macchinetta in this ATRS of TERASOLUNA.
The version mapping between TERASOLUNA and Macchinetta in ATRS is here.
You need to create a database of PostgreSQL on a local machine. (PostgreSQL can be downloaded via here site.)
Property | Value |
---|---|
database name | atrs |
user name | postgres |
password | postgres |
Execute the following command to initialize DB.
$ mvn sql:execute -f atrs-initdb/pom.xml
$ mvn clean install
$ mvn cargo:run -pl atrs-web
Access the following URL.