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

  1. In the Project Explorer view, expand ticket-monstersrcmainwebappresourcestemplatesdesktop.
  2. Double-click home.html to open it in the JBoss Tools HTML Editor.
  3. Ensure the JBoss Tools HTML Editor Source tab is the tab in focus.
  4. 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.
  5. Replace it with:
    TicketMonster is great!
    Description

    Figure 4.12. Text Replaced in the home.html File

  6. Save the home.html file by pressing Ctrl+S. Alternatively, to save click FileSave or click the Save icon.

    Note

    In the Project Explorer view, notice that an arrowhead now precedes home.html, indicating that the local version of the file has been changed but those changes are yet to be committed to Git.