構建JSF應用程序時必須的關鍵jar文件是 jsf-api.jar 和 jsf-impl.jar 。
除了核心JSF運行時jar文件,還需要一些關鍵的“公共”jar文件(commons-beanutils.jar commonscollections.jar commons-digester.jar commons-logging.jar )
1 # Jars for implementations of JCP standards
2 standard.jar=local path to JSTL standard.jar
3 jsf-impl.jar=local path to jsf-impl.jar
4
5
7 # Jars for miscellaneous dependencies required #by Sun's JSF 1.1
8 # implementation
9 commons-beanutils.jar=local path to commons-beanutils.jar
10 commons-collections.jar=local path to commons-collections.jar
11 commons-digester.jar=local path to commons-digester.jar
12 commons-logging.jar=local path to commons-logging.jar
2 standard.jar=local path to JSTL standard.jar
3 jsf-impl.jar=local path to jsf-impl.jar
4
5
7 # Jars for miscellaneous dependencies required #by Sun's JSF 1.1
8 # implementation
9 commons-beanutils.jar=local path to commons-beanutils.jar
10 commons-collections.jar=local path to commons-collections.jar
11 commons-digester.jar=local path to commons-digester.jar
12 commons-logging.jar=local path to commons-logging.jar