previous | index | next

Directory Structure of a JSF Application

A JSF application is deployed as a WAR file with this structure:

Note that the WAR file does not include Java source files. The application source has this structure:

An ant build script produces the WAR file from the source.


previous | index | next