图3
M2_REPO\org\hibernate\hibernate-ehcache\3.6.1.Final\hibernate-ehcache-3.6.1.Final.jar
M2_REPO\org\hibernate\javax\persistence\hibernate-jpa-2.0-api\1.0.0.Final\hibernate-jpa-2.0-api-1.0.0.Final.jar
M2_REPO\org\codehaus\jackson\jackson-core-asl\1.7.1\jackson-core-asl-1.7.1.jar
M2_REPO\org\codehaus\jackson\jackson-jaxrs\1.7.1\jackson-jaxrs-1.7.1.jar
M2_REPO\org\codehaus\jackson\jackson-mapper-asl\1.7.1\jackson-mapper-asl-1.7.1.jar
Jackson is a JSON processor (JSON parser + JSON generator) written in Java. Beyond basic JSON reading/writing (parsing, generating), it also offers full node-based Tree Model, as well as full OJM (Object/Json Mapper) data binding functionality.
Doc: http://wiki.fasterxml.com/JacksonDocumentation
M2_REPO\javassist\javassist\3.12.1.GA\javassist-3.12.1.GA.jar
Javassist 是一个开源的分析、编辑和创建Java字节码的类库。
M2_REPO\com\sun\xml\bind\jaxb-impl\2.1.13\jaxb-impl-2.1.13.jar
jaxb The goal of the JAXB project is to develop and evolve the code base for the Reference of JAXB, the Java Architecture for XML Binding.
M2_REPO\org\slf4j\jcl-over-slf4j\1.6.1\jcl-over-slf4j-1.6.1.jar
To ease migration to SLF4J from JCL, SLF4J distributions include the jar file jcl-over-slf4j.jar .
M2_REPO\org\codehaus\jettison\jettison\1.2\jettison-1.2.jar
Jettison is a collection of Java APIs (like STaX and DOM) which read and write JSON. This allows nearly transparent enablement of JSON based web services in services frameworks like CXF or XML serialization frameworks like XStream .
M2_REPO\org\jmock\jmock\2.5.1\jmock-2.5.1.jar
M2_REPO\org\jmock\jmock-junit4\2.5.1\jmock-junit4-2.5.1.jar
JMock is a library that supports test-driven development of Java code with mock objects .
Mock objects help you design and test the interactions between the objects in your programs.
M2_REPO\org\hibernate\java-persistence\jpa-api\2.0-cr-1\jpa-api-2.0-cr-1.jar
The javax.persistence package contains the classes and interfaces that define the contracts between a persistence provider and the managed classes and the clients of the Java Persistence API .
M2_REPO\com\sun\facelets\jsf-facelets\1.1.14\jsf-facelets-1.1.14.jar
Doc: http://facelets.java.net/nonav/docs/dev/docbook.html
M2_REPO\junit\junit\4.8.2\junit-4.8.2.jar
M2_REPO\junit\junit-dep\4.5\junit-dep-4.5.jar
junit-dep-4.5.jar:A jar file with the JUnit framework, unbundled from any external dependencies. Choosing to use this jar developers will need to also provide in the classpath a compatible version of external dependencies (ie hamcrest-core-1.1+)
M2_REPO\log4j\log4j\1.2.16\log4j-1.2.16.jar
Java Loggin Service log4j
M2_REPO\org\apache\lucene\lucene-core\2.4.1\lucene-core-2.4.1.jar
Apache Lucene Core ™ (formerly named Lucene Java), our flagship sub-project, provides a Java-based indexing and search implementation, as well as spellchecking, hit highlighting and advanced analysis/tokenization capabilities.
M2_REPO\org\apache\myfaces\core\myfaces-api\2.0.4\myfaces-api-2.0.4.jar
M2_REPO\org\apache\myfaces\core\myfaces-impl\2.0.4\myfaces-impl-2.0.4.jar
The Apache MyFaces project provides:
M2_REPO\mysql\mysql-connector-java\5.1.14\mysql-connector-java-5.1.14.jar
MySQL provides standards-based drivers for JDBC, ODBC, and .Net enabling developers to build database applications in their language of choice. In addition, a native C library allows developers to embed MySQL directly into their applications.
JDBC Driver for MySQL (Connector/J)
M2_REPO\org\apache\neethi\neethi\2.0.4\neethi-2.0.4.jar
Apache Neethi™ provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requirements and capabilities.
M2_REPO\oro\oro\2.0.8\oro-2.0.8.jar
The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc.
M2_REPO\opensymphony\oscache\2.3\oscache-2.3.jar
M2_REPO\com\ocpsoft\prettyfaces-jsf2\3.2.0\prettyfaces-jsf2-3.2.0.jar
PrettyFaces is an OpenSource JSF extension which enables creation of bookmarkable, pretty URLs made easy. Our goal was to solve this problem as simply as possible, while still enabling a useful set of functions such as: page-load actions, integration with faces navigation, dynamic view-id assignment, and managed parameter parsing.
M2_REPO\org\apache\shale\shale-core\1.0.5\shale-core-1.0.5.jar
M2_REPO\org\apache\shale\shale-test\1.0.5\shale-test-1.0.5.jar
M2_REPO\org\apache\shale\shale-validator\1.0.5\shale-validator-1.0.5.jar
Shale is a modern web application framework, fundamentally based on JavaServer Faces. Architecturally, Shale is a set of loosely coupled services that can be combined as needed to meet particular application requirements. Shale provides additional functionality such as application event callbacks, dialogs with conversation-scoped state, a view technology called Clay, annotation-based functionality to reduce configuration requirements and support for remoting. Shale also provides integration links for other frameworks, to ease development when combinations of technologies are required.
shale-core
- Shale Core Library (jar)
shale-test
- Shale Test Framework (jar)
shale-validator
- Shale Validator Integration (jar)
M2_REPO\opensymphony\sitemesh\2.4.2\sitemesh-2.4.2.jar
M2_REPO\org\slf4j\slf4j-api\1.6.1\slf4j-api-1.6.1.jar
M2_REPO\org\slf4j\slf4j-log4j12\1.6.1\slf4j-log4j12-1.6.1.jar
The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for various logging frameworks, e.g. java.util.logging, log4j and logback, allowing the end user to plug in the desired logging framework at deployment time.