JSF 實(shí)現(xiàn)必須的庫(kù)
構(gòu)建JSF應(yīng)用程序時(shí)必須的關(guān)鍵jar文件是 jsf-api.jar 和 jsf-impl.jar 。
除了核心JSF運(yùn)行時(shí)jar文件,還需要一些關(guān)鍵的“公共”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
posted on 2007-12-11 17:51
*一凡* 閱讀(272)
評(píng)論(0) 編輯 收藏 所屬分類:
JSF