zoukankan      html  css  js  c++  java
  • jar包注释

    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文件

  • 相关阅读:
    Security and Cryptography in Python
    Security and Cryptography in Python
    Security and Cryptography in Python
    Security and Cryptography in Python
    Security and Cryptography in Python
    Security and Cryptography in Python
    Security and Cryptography in Python
    微信小程序TodoList
    C语言88案例-找出数列中的最大值和最小值
    C语言88案例-使用指针的指针输出字符串
  • 原文地址:https://www.cnblogs.com/zhxiaomiao/p/2630389.html
Copyright © 2011-2022 走看看