HTML and CSS Reference
In-Depth Information
After clicking the
"Login"
button, you will be redirected to the welcome page, as shown in Figure
1-5
.
Figure 1-5.
The welcome page
The
firstApplication
has the following Maven structure:
firstApplication/src/main/webapp/WEB-INF/faces-config.xml
•
•
firstApplication/src/main/webapp/WEB-INF/web.xml
•
firstApplication/src/main/webapp/WEB-INF/templates/simple.xhtml
•
firstApplication/src/main/webapp/css/simple.css
•
firstApplication/src/main/webapp/index.xhtml
•
firstApplication/src/main/webapp/welcome.xhtml
•
firstApplication/src/main/java/com/jsfprohtml5/firstapplication/model/User.java
•
firstApplication/src/main/resources/com/jsfprohtml5/firstapplication/messages.properties
Figure
1-6
shows the complete layout of the
firstApplication
.
