现在的位置: 首页 > 综合 > 正文

jar包的作用

2013年03月10日 ⁄ 综合 ⁄ 共 2439字 ⁄ 字号 评论关闭

 acegi-security-1.0.1.jar      Acegi权限管理所需包 (比较旧) (required only if component security features are used

backport-util-concurrent.jar  并发访问处理端口工具包

catalina-ant.jar              需要找到TOMCAT目录中ant拓展的JAR包 ,负责一些和TOMCAT有关TARGET拓展

commons-beanutils.jar         提供对 Java 反射和自省API包装

commons-collections.jar       提供一个类包来扩展和增加标准 Java Collection框架

commons-digester.jar          一个 XML-Java对象映射工具,用于解析 XML配置文件.

commons-discovery.jar         提供工具来定位资源 (包括类) ,通过使用各种模式来映射服务/引用名称和资源名称

commons-el.jar                提供在JSP2.0规范中定义EL表达式解释器

commons-fileupload.jar        应用和Servlet中容易加入强大和高性能文件上传能力

commons-lang.jar              提供了许多许多通用工具类集,提供了一些java.lang中类扩展功能

commons-logging.jar           一个各种 logging API实现包裹类

commons-logging-api.jar      

是一个 LOGGING 一个简化版,只实现了SimpleLog

及类似其它部分,只能基本满足
系统启动时日志输出,因为没有日志系统API ,Tomcat 是不能启动

el-api.jar   JSF1.2包 (1.2 编译必需)

el-ri.jar    JSF1.2包                              required if using Facelets with ICEfaces

grizzly-comet.jar  该包可以参见 Grizzly Comet框架

icefaces.jar               Sun Standard JSF Component renderers are contained in the icefaces.jar.

icefaces-ahs.jar           ICEfaces Asynchronous HTTP Server (AHS) Support  异步(ajax 也就是a)

icefaces-comps.jar         The ICEfaces Component Suite classes and renderers are contained in the icefaces-comps.jar

icefaces-facelets.jar      required if using Facelets with ICEfaces:

jasper-compiler.jar  The JSP 2.0 编译器

jasper-runtime.jar   The JSP 2.0 运行时间

jsf-api-1.2.jar  (1.2 编译必需)

jsf-api.jar       (1.2 编译必需)  

jsf-impl-1.2.jar  (1.2 编译必需)

jsf-impl.jar      (1.2 编译必需)

jsp-api.jar       (1.2 编译必需)

jstl.jar         jstl.jar中是核心jstl定义

just-ice.jar    不翻译 自己理解   

This .jar file contains a version of ICEfaces configured with a ViewHandler

that will process only those pages with a ".iface" extension and a RenderKit that will not override the

standard JSF components (such as <h:commandLink />) with Direct-to-DOM renderers. In this

configuration, ICEfaces pages must contain only standard core JSF tags ("f:" tags) and ICEfaces tags

("ice:" tags).

krysalis-jCharts-1.0.0-alpha-1.jar  http://jcharts.sourceforge.net/  (required only if outputChart component used

myfaces-api.jar
myfaces-impl.jar
myfaces官方发行版本myfaces1.1.0中有四个jar包,分别 myfaces-api.jar,myfaces-impl.jar,tomahawk.jar,myfaces-all.jar。myfaces-all.jar包括了前三个jar所有

portlet.jar      也许是该包 The portlet.jar file is a prerequisite for compiling Java Specification Request (JSR) JSR 168 portlets

servlet-api.jar    (1.2 编译必需)        (generally included with app. server)

xercesImpl.jar       Xerces XML 解析器

xml-apis.jar          解析XML

!!!!jstl相关的jar包有两个:jstl.jar,standard.jar,jstl.jar中是核心jstl定义,如c,fmt等,而standard.jar中包含声明tld文件

抱歉!评论已关闭.