WEF project folder structure
A WEF project has a folder structure similar to a JEE project. It contains the servable and the nonservable content sections, with the servable content being directly under the WebContent
folder and the nonservable content directly under the WEB-INF
folder.
When you create a WEF project, WEF creates the folder structure containing all the files that a standard WEF project needs. If you add extra feature sets, such as Dojo, SAP, or Domino Extensions, then WEF automatically adds all the folders and files associated with those feature sets.
In addition to the folders and files created by WEF, your project also needs to contain the files created by you and your development team. These files are the files that will be controlled by a source control system, such as ClearCase, CVS, or any other source control system you use. As we have mentioned previously, files created by WEF are not added to any source control system.
In this section, we will discuss the structure...