Our service includes two static web pages to manage the customer service and the orders for each customer. As you know from our previous chapter, static pages are found in the src/main/resources/META-INF/resources file of your project by default. We can reuse the same index.html page from the previous chapter, which will be our landing page for our application. One enhancement you will find, though, is an action named Add Order, which redirects our users to the order.html page, which passes a query parameter of the Customer information:
<div class="divTable blueTable">
<div class="divTableHeading">
<div class="divTableHead">Customer Name</div>
<div class="divTableHead">Customer Address</div>
<div class="divTableHead">Action...