Red Hat Training

A Red Hat training course is available for Red Hat JBoss Developer Studio

1.4. Tutorial Outline

The diversity and complexity of the TicketMonster application makes it ideal for demonstrating some of the capabilities of JBoss Developer Studio. This tutorial sets the stage for building TicketMonster. It shows you how to develop a number of the TicketMonster application features using JBoss Developer Studio:
  • Open the JBoss perspective
  • Configure Maven for use with JBoss Central projects
  • Set up a server using JBoss Server Tools runtime detection
  • Create a Java EE web project to which the TicketMonster functionality is added using JBoss Central
  • Create Event and Venue entity classes for the database entities using Forge Tools and Hibernate Tools
  • Prepare event records to populate the database at runtime
  • Deploy the application on a runtime server using JBoss Server Tools
  • Access and query the database holding the member, event and venue records
  • Add a RESTful web service so that the application can retrieve the information in the database
  • Add a user interface to the application that is optimized for mobile devices using Mobile Web Tools
  • Test the mobile user interface using BrowserSim
You must work through these tasks in the order they are presented because the earlier tasks are prerequisites for the later tutorial tasks.

Note

For information about building the complete TicketMonster application using JBoss Developer Studio see http://www.jboss.org/ticket-monster/ on the JBoss Developer website.