We will use the Course Management application that we developed in Chapter 7, Creating JEE Applications with EJB, to add security features. Follow these steps to import projects:
- Create a new Eclipse workspace for this chapter.
- Copy all the projects in the source code folder for Chapter 7, Creating JEE Applications with EJB, inside the with-maven folder, to the current workspace.
- Import all the projects into the new workspace (open the File | Import menu and then select Maven | Existing Maven Projects).
You should now have the following projects in your Eclipse workspace:Â CourseManagementMavenEAR, CourseManagementMavenEJBClient, CourseManagementMavenEJBs, and CourseManagementMavenWebApp. Let's now learn how to protect access to JSPs in a folder.