当前位置: 代码迷 >> JavaScript >> appfuse appjsf jar包分析篇之4
  详细解决方案

appfuse appjsf jar包分析篇之4

热度:600   发布时间:2012-07-02 17:46:22.0
appfuse appjsf jar包分析篇之四

图4

?

M2_REPO\org\springframework\spring-aop\3.0.5.RELEASE\spring-aop-3.0.5.RELEASE.jar
M2_REPO\org\springframework\spring-asm\3.0.5.RELEASE\spring-asm-3.0.5.RELEASE.jar
M2_REPO\org\springframework\spring-aspects\3.0.5.RELEASE\spring-aspects-3.0.5.RELEASE.jar
M2_REPO\org\springframework\spring-beans\3.0.5.RELEASE\spring-beans-3.0.5.RELEASE.jar
M2_REPO\org\springframework\spring-context\3.0.3.RELEASE\spring-context-3.0.3.RELEASE.jar
M2_REPO\org\springframework\spring-context-support\3.0.5.RELEASE\spring-context-support-3.0.5.RELEASE.jar
M2_REPO\org\springframework\spring-core\3.0.5.RELEASE\spring-core-3.0.5.RELEASE.jar
M2_REPO\org\springframework\spring-expression\3.0.3.RELEASE\spring-expression-3.0.3.RELEASE.jar
M2_REPO\org\springframework\spring-jdbc\3.0.5.RELEASE\spring-jdbc-3.0.5.RELEASE.jar
M2_REPO\org\springframework\spring-orm\3.0.5.RELEASE\spring-orm-3.0.5.RELEASE.jar

?


M2_REPO\org\springframework\security\spring-security-acl\3.0.5.RELEASE\spring-security-acl-3.0.5.RELEASE.jar
M2_REPO\org\springframework\security\spring-security-config\3.0.5.RELEASE\spring-security-config-3.0.5.RELEASE.jar
M2_REPO\org\springframework\security\spring-security-core\3.0.5.RELEASE\spring-security-core-3.0.5.RELEASE.jar
M2_REPO\org\springframework\security\spring-security-taglibs\3.0.5.RELEASE\spring-security-taglibs-3.0.5.RELEASE.jar
M2_REPO\org\springframework\security\spring-security-web\3.0.5.RELEASE\spring-security-web-3.0.5.RELEASE.jar


M2_REPO\org\springframework\spring-test\3.0.5.RELEASE\spring-test-3.0.5.RELEASE.jar
M2_REPO\org\springframework\spring-tx\3.0.5.RELEASE\spring-tx-3.0.5.RELEASE.jar
M2_REPO\org\springframework\spring-web\3.0.5.RELEASE\spring-web-3.0.5.RELEASE.jar
M2_REPO\org\springframework\spring-webmvc\3.0.5.RELEASE\spring-webmvc-3.0.5.RELEASE.jar

这些全都是Spring Core和Security 里面的Jar包

3.0.5.RELEASE

spring-framework-3.0.5.RELEASE-with-docs.zip (sha1) 46.8 MB
spring-framework-3.0.5.RELEASE.zip (sha1) 24.8 MB

?

spring-security-3.0.5.RELEASE.zip (sha1) 17.7 MB


M2_REPO\taglibs\standard\1.1.2\standard-1.1.2.jar

Apache hosts the Apache Standard Taglib , an implementation of the JSP Standard Tag Library (JSTL) specification. Various versions are available.


M2_REPO\org\codehaus\woodstox\stax2-api\3.1.1\stax2-api-3.1.1.jar

"StAX2" API

StAX2 is an experimental API that is intended to extend basic StAX specifications in a way that allows implementations to experiment with features before they end up in the actual StAX specification (if they do). As such, it is intended to be freely implementable by all StAX implementations same way as StAX, but without going through a formal JCP process.

?


M2_REPO\struts-menu\struts-menu\2.4.3\struts-menu-2.4.3.jar

Struts -Menu 是一组从基于XML的配置文件中生成多种样式的菜单的JSP Tags,并且可以结合API开发通过数据库生成的动态菜单。 实战Struts -Menu 的实现与配置- 51CTO.COM

?

M2_REPO\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-smtp-1.2.jar

SubEtha SMTP is a Java library which allows your application to receive SMTP mail with a simple, easy-to-understand API.


M2_REPO\org\subethamail\subethasmtp-wiser\1.2\subethasmtp-wiser-1.2.jar

Wiser is a simple SMTP server that you can use for unit testing applications that send mail. It accepts all messages and stores them in an internal ArrayList. Your unit test code can then examine the messages (or lack thereof) and verify their validity.


M2_REPO\org\apache\myfaces\tomahawk\tomahawk20\1.1.10\tomahawk20-1.1.10.jar

MyFaces Tomahawk

MyFaces provides a series of JSF components that go beyond the JSF specification. These components are 100% compatible with the Sun JSF 1.1 Reference Implementation (RI) or any other JSF 1.1 compatible implementation. Of course the custom components can also be used with the Apache MyFaces JSF implementation.


M2_REPO\org\tuckey\urlrewritefilter\3.1.0\urlrewritefilter-3.1.0.jar

UrlRewriteFilter

Based on the popular and very useful mod_rewrite for apache, UrlRewriteFilter is a Java Web Filter for any J2EE compliant web application server (such as Resin , Orion or Tomcat ), which allows you to rewrite URLs before they get to your code. It is a very powerful tool just like Apache's mod_rewrite.


M2_REPO\velocity\velocity\1.4\velocity-1.4.jar
M2_REPO\velocity\velocity-dep\1.4\velocity-dep-1.4.jar

Velocity Engine
This is the actual templating engine which does all the work. If you came here because you heard about Velocity somewhere on the web, this is probably the right place to start.

?

?

图5

M2_REPO\velocity-tools\velocity-tools-view\1.0\velocity-tools-view-1.0.jar

Velocity Tools
This project contains tools and other useful infrastructure to build web and non-web application using the Velocity engine. You will find e.g. code for Struts 1.x integration or the standalone VelocityViewServlet here.


M2_REPO\org\codehaus\woodstox\woodstox-core-asl\4.1.1\woodstox-core-asl-4.1.1.jar

Woodstox, the Fast XML-processor

Woodstox is a high-performance validating namespace-aware StAX-compliant (JSR-173) Open Source XML-processor written in Java.
XML processor means that it handles both input (== parsing) and output (== writing, serialization)), as well as supporting tasks such as validation.

For the impatient, you can quickly proceed to Download page; or browse Documentation .

?


M2_REPO\wsdl4j\wsdl4j\1.6.2\wsdl4j-1.6.2.jar

使用WSDL4J 创建WSDL - SOA

The Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents.


M2_REPO\xml-resolver\xml-resolver\1.2\xml-resolver-1.2.jar

HomePage http://xml.apache.org/commons/components/resolver/


M2_REPO\xml-apis\xmlParserAPIs\2.0.2\xmlParserAPIs-2.0.2.jar

http://mvnrepository.com/artifact/xml-apis/xmlParserAPIs/2.0.2


M2_REPO\org\apache\ws\commons\schema\XmlSchema\1.4.7\XmlSchema-1.4.7.jar

XMLSchema is a lightweight Java object model that can be used to manipulate and generate XML schema representations. You can use it to read XML Schema (xsd) files into memory and analyze or modify them, or to create entirely new schemata from scratch.

For information on how to use the XmlSchema API, please see the javadocs or the tutorial .

The Web Services Commons project eagerly welcomes suggestions, documentation, and most of all code. Please join our dev list, submit JIRA entries, and attach patches.