Where are the sources for jsf-impl.jar 1.1 and jsf-api.jar 1.1 located?

无人久伴 提交于 2019-12-07 00:56:28

1.1 (and 1.1_01) source is nowhere available on Internet as it was initially not open source, 1.1_02 source however is available on Internet.

That said, are you well aware that 1.1 is so full of bugs and that a 1.1 app is fully forward compatible with 1.2, so you'd better just upgrade to latest 1.2 which is 1.2_15. Only if you were relying on specific 1.1 bug(s) being the correct behavior, then things may indeed seem to break. You'd better move forward instead of keeping sitting on EOL libraries.

Try on : The Java community process site => JSR127 : Javaserver Faces => Community => Community files (or https://jcp.org/en/egc/egcfiles?id=127 , in short). You can download :
jsf-20040513-1_1.zip
jsf-api-src-1_1.zip
jsf-ri-src-1_1.zip
JSF_20040513.pdf
(an "usual" mix of *.java, *.lib & sources). I'm trying to stabilize an old jsf-1.1 + Java Studio Creator + maven project ...
Ciao (best regards),
     Davide Grandi

PS : try also https://java.net/downloads/javaserverfaces/stable : 3 *.class files, execute it to decompress

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!