Go to file
Chris Beams 5ea51f42fb Fix and refactor spring-aspects build
- Fix compileTestJava issue in which test classes were not being
   compiled or run

 - Use built-in eclipse.project DSL instead of withXml closure
   to add AspectJ nature and builder

 - Rename {aspectJ=>aspects}.gradle and format source
2012-01-31 14:37:12 +01:00
.wrapper Introduce Gradle-based build 2012-01-31 14:31:04 +01:00
org.springframework.aop Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.beans Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.context Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.context.support Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.core Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.expression Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.instrument Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.jdbc Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.jms Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.orm Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.oxm Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.test Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.transaction Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.web Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.web.portlet Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.web.servlet Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
org.springframework.web.struts Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
spring-aop/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-asm/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-aspects Fix and refactor spring-aspects build 2012-01-31 14:37:12 +01:00
spring-beans/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-context Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-context-support/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-core/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-expression Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-instrument/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-instrument-tomcat/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-jdbc/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-jms/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-orm/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-oxm Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-struts/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-test Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-tx/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-web/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-webmvc/src Remove bundlor support 2012-01-31 14:37:11 +01:00
spring-webmvc-portlet/src Remove bundlor support 2012-01-31 14:37:11 +01:00
src Generate -sources and -javadoc jars 2012-01-31 14:32:16 +01:00
.gitignore Introduce Gradle-based build 2012-01-31 14:31:04 +01:00
README.md Update links to reference and api documentation 2012-01-16 22:16:43 +01:00
build.gradle Fix and refactor spring-aspects build 2012-01-31 14:37:12 +01:00
eclipse-code-formatter.xml h2 embedded db support; updated formatting conventions not to auto-format javadoc; added hsqldb and h2 to jdbc maven pom as optional deps 2009-05-09 22:27:05 +00:00
gradle.properties Introduce Gradle-based build 2012-01-31 14:31:04 +01:00
gradlew Introduce Gradle-based build 2012-01-31 14:31:04 +01:00
gradlew.bat Introduce Gradle-based build 2012-01-31 14:31:04 +01:00
publish-maven.gradle Generate Maven Central-compatible poms 2012-01-31 14:37:06 +01:00
settings.gradle Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
spring-framework.ipr IntelliJ IDEA 11 project setup 2011-12-16 11:56:51 +01:00
spring-framework.psf Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat 2009-09-25 12:51:58 +00:00

README.md

Spring Framework

The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform. A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.

The framework also serves as the foundation for Spring Integration, Spring Batch and the rest of the Spring family of projects. Browse the repositories under the SpringSource organization on GitHub for a full list.

.NET and Python variants are available as well.

Downloading artifacts

Instructions on downloading Spring artifacts via Maven and other build systems are available via the project wiki.

Documentation

See the current Javadoc and Reference docs.

Getting support

Check out the Spring forums and the Spring tag on StackOverflow. Commercial support is available too.

Issue Tracking

Spring's JIRA issue tracker can be found here. Think you've found a bug? Please consider submitting a reproduction project via the spring-framework-issues repository. The readme provides simple step-by-step instructions.

Building from source

Instructions on building Spring from source are available via the project wiki.

Contributing

Pull requests are welcome; you'll be asked to sign our contributor license agreement (CLA). Trivial changes like typo fixes are especially appreciated (just fork and edit!). For larger changes, please search through JIRA for similiar issues, creating a new one if necessary, and discuss your ideas with the Spring team.

Staying in touch

Follow @springframework and its team members on Twitter. In-depth articles can be found at the SpringSource team blog, and releases are announced via our news feed.

License

The Spring Framework is released under version 2.0 of the Apache License.