│ build.xml │ ├───build │ └───web │ │ forwardToJSF.jsp │ │ Page1.jsp │ │ │ ├───META-INF │ │ MANIFEST.MF │ │ │ ├───resources │ │ stylesheet.css │ │ │ └───WEB-INF │ │ faces-config.xml │ │ sun-web.xml │ │ web.xml │ │ │ ├───classes │ │ └───webapplication3 │ │ ApplicationBean1.class │ │ Bundle.properties │ │ Page1.class │ │ RequestBean1.class │ │ SessionBean1.class │ │ │ └───lib │ appbase.jar │ commons-beanutils.jar │ commons-collections.jar │ commons-digester.jar │ commons-fileupload-1.0.jar │ commons-logging.jar │ dataprovider.jar │ dojo-1.0.1.jar │ errorhandler.jar │ jsf-api.jar │ jsf-extensions-common-0.1.jar │ jsf-extensions-dynamic-faces-0.1.jar │ jsf-impl.jar │ jsfcl.jar │ json-2.jar │ jstl.jar │ prototype-1.5.0.jar │ sqlx.jar │ standard.jar │ webui-jsf-suntheme.jar │ webui-jsf.jar │ ├───dist │ WebApplication3.war │ ├───nbproject │ │ ant-deploy.xml │ │ build-impl.xml │ │ genfiles.properties │ │ project.properties │ │ project.xml │ │ │ └───private │ private.properties │ private.xml │ ├───src │ ├───conf │ │ MANIFEST.MF │ │ │ └───java │ └───webapplication3 │ ApplicationBean1.java │ Bundle.properties │ Page1.java │ RequestBean1.java │ SessionBean1.java │ ├───test └───web │ forwardToJSF.jsp │ Page1.jsp │ ├───resources │ stylesheet.css │ └───WEB-INF faces-config.xml sun-web.xml web.xml