Wu Yuxiong - a natural framework for the development of natural JAVA SPRING study notes: Spring JAR package directory structure and basic introduction

By URL HTTP: // repo.spring.io/simple/libs-release-local/org/springframework/spring/ Download name springframework-3.2.13.RELEASE-dist.zip archive. 
Spring Framework to find the required archive. Click this link to download, the download is complete, extract the directory structure of the files

 

 

API specification docs contains documentation and development of the Spring 
JAR libs package contains the source packages and development needs of the 
schema file contains the schema needed to develop, define constraints Spring configuration files in these files
In libs directory contains all JAR files from the Spring Framework, which is the basis of four JAR files package Spring framework, four modules corresponding container Spring 
Spring -core-3.2.13 .RELEASE.jar comprising Spring Framework basic core tools, Spring other components to be used in this package, there are the basic core of the other components. 
the Spring -beans-3.2.13 .RELEASE.jar to be used in all applications, which includes access to the configuration files, and create and manage all the bean class Inversion of Control (IoC) or Dependency Injection (DI) related to the operation performed. 
the Spring -context-3.2.13 .RELEASE.jar provide extended service in the Spring IoC on the basis of features, in addition to providing support for a number of enterprise-level services, such as mail service, task scheduling, JNDI positioning, EJB integration, remote access, caching and packaging and other various views of the frame layer 
Spring -expression-3.2.13 .RELEASE.jar Spring expression language is defined. 
Note that when using Spring development, in addition to the Spring comes JAR package, we also need a third-party JAR package commons.logging process log information
By URL HTTP: // commons.apache.org/proper/commons-logging/download_logging.cgi download. 
logging.1.2-Commons , the download is complete, decompression can be found. 
When using the Spring Framework, Spring just four base package and commons copy -logging-1.2.jar package to the lib directory of the project, and publish to the class path can be.

 

Guess you like

Origin www.cnblogs.com/tszr/p/12128742.html