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

家住魔仙堡 提交于 2019-12-08 07:56:50

问题


Does anyone know where I can get the source code for jsf-impl.jar 1.1 and jsf-api.jar 1.1?

I am facing a tricky issue. I am getting an exception in code, and I would really like to see the source.

Grae


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/27853854/where-are-the-sources-for-jsf-impl-jar-1-1-and-jsf-api-jar-1-1-located

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