Chapter 4. TicketMonster Example Tutorial

TicketMonster is an example web application that is distributed with each JBoss Web Framework Kit release. It is a simple application that shows many frameworks working in tandem to generate one application and to give the application a lot of functionality. This tutorial provides an overview of the application and demonstrates how the application can be imported into JBoss Developer Studio and subsequently changed, tested, and deployed using IDE tools.

4.1. About the TicketMonster Application

TicketMonster is an example web application demonstrating ticket purchasing. The application provides an online environment in which users can purchase tickets for events and administrators can manage the data relating to events and ticket sales. You can see a running example of the TicketMonster application at https://ticketmonster-jdf.rhcloud.com/.
The application consists of a user interface and web services. The user interface allows users to purchase tickets for listed events and it enables administrators to access and modify event and ticket information. The user interface is optimized for desktop and mobile clients. The web services enable access to information about members, events and venues stored in a database.
TicketMonster demonstrates the combining of Red Hat and JBoss technologies and frameworks to build, test and deploy applications. For example, the running instance of TicketMonster at https://ticketmonster-jdf.rhcloud.com/ is hosted in the cloud on the OpenShift platform.