From the course: Java EE: Bean Validation

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

How to work with the project

How to work with the project

From the course: Java EE: Bean Validation

Start my 1-month free trial

How to work with the project

- [Instructor] The course project is a web application and is structured in such a way to ensure that you can get started with minimal friction and it is easy to visualize and deploy. Let's have a look at how the project is structured and what technologies you need to use in order to make it work. So this is a Maven project, which means it has a POM file that specifies all of the dependencies the project needs and is structured in the common way that a Maven application is structured. So, let's start by having a look at what's in the web app directory. So, in the web app folder are the views and resources such as images. These are the JSF views and are organized by application area. I won't spend too much time explaining JSF files, as this is really not the topic of this course. All that you need to know is that corresponding directories relate to the actions on the website. So, for the client, the create page is denoted create, the search page is denoted search, and the view page…

Contents