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
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 (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