the JSF and JSTL libraries provided by the engine can not be replaced. There is a tricky text in the JSP specification about the additional libraries provided by the engine and the so called TLD order of precedence. However there is a upcoming preview of the NetWeaver that will provide JSF1....
The share library would be simply another WAR with only the WEB-INF/lib content in it, while the Skinny war will be the rest of your application without the jar depependencies. On the shared lib WAR file, ensure you have an META-INF/MANIFEST.MF that specify the name and version like ...
The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
standard-1.1.2.jar和jstl-1.1.2.jar 使用这两个标签时也勿必保持其版本的一致!否则就会报很奇怪的错误哦 上传者:tiandaoc时间:2013-01-18 cxf-2.1.4.jar commons-logging-1.1.jar geronimo-activation_1.1_spec-1.0-M1.jar (or Sun's Activation jar) geronimo-annotation_1.0_spec-1.1.jar (JSR 250) ge...
2.JSTL(JSP Standard Tag Library), JSP 2.0 集成的标准的表达式语言。 3.Groovy,基于Java平台的动态语言,它具有时下比较流行的动态语言(如 Python、Ruby和Smarttalik 等) 的一些特性; 4.Velocity, 严格来说不是表达式语言,它是一种基于Java的模版匹配引擎,据说其性能要比JSP好 ...