4.6. Change the Application
The project HTML resources can be edited with the JBoss Tools HTML Editor, as demonstrated in the procedure below.
Procedure 4.5. Change the Application
- In the Project Explorer view, expand ticket-monster→src→main→webapp→resources→templates→desktop.
- Double-click
home.htmlto open it in the JBoss Tools HTML Editor. - Ensure the JBoss Tools HTML Editor Source tab is the tab in focus.
- Locate and delete the following:
TicketMonster is an online ticketing demo application that gets you started with JBoss technologies, and helps you learn and evaluate them.
- Replace it with:
TicketMonster is great!
- Save the
home.htmlfile by pressing Ctrl+S. Alternatively, to save click → or click the icon.Note
In the Project Explorer view, notice that an arrowhead now precedeshome.html, indicating that the local version of the file has been changed but those changes are yet to be committed to Git.
