You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Spring Batch is a lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. Spring Batch builds upon the productivity, POJO-based development approach, and general ease of use capabilities people have come to know from the [Spring Framework](https://github.com/SpringSource/spring-framework), while making it easy for developers to access and leverage more advanced enterprise services when necessary.
4
4
5
-
If you are looking for a runtime container for your Batch applications, or need a management console to view current and historic executions, take a look at [Spring Batch Admin](http://www.springsource.org/spring-batch-admin). It is a set of services (Java, JSON, JMX) and an optional web UI that you can use to manage and monitor a Batch system.
5
+
If you are looking for a runtime container for your Batch applications, or need a management console to view current and historic executions, take a look at [Spring Batch Admin](http://docs.spring.io/spring-batch-admin). It is a set of services (Java, JSON, JMX) and an optional web UI that you can use to manage and monitor a Batch system.
6
6
7
7
# Building from Source
8
8
@@ -38,23 +38,23 @@ In STS (or any Eclipse distro or other IDE with Maven support), import the modul
38
38
39
39
# Getting Help
40
40
41
-
Read the main project [website](http://www.springsource.org/spring-batch) and the [User Guide](http://static.springsource.org/spring-batch/reference). Look at the source code and the Javadocs. For more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=41). If you are new to Spring as well as to Spring Batch, look for information about [Spring projects](http://www.springsource.org/projects).
41
+
Read the main project [website](http://projects.spring.io/spring-batch/) and the [User Guide](http://docs.spring.io/spring-batch/trunk/reference/). Look at the source code and the Javadocs. For more detailed questions, use the [forum](http://forum.spring.io/forum/spring-projects/batch). If you are new to Spring as well as to Spring Batch, look for information about [Spring projects](http://spring.io/projects).
42
42
43
43
# Contributing to Spring Batch
44
44
45
45
Here are some ways for you to get involved in the community:
46
46
47
-
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [forum](http://forum.springsource.org/forumdisplay.php?f=41) by responding to questions and joining the debate.
48
-
* Create [JIRA](https://jira.springsource.org/browse/BATCH) tickets for bugs and new features and comment and vote on the ones that you are interested in.
47
+
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [forum](http://forum.spring.io/forum/spring-projects/batch) by responding to questions and joining the debate.
48
+
* Create [JIRA](https://jira.spring.io/browse/BATCH) tickets for bugs and new features and comment and vote on the ones that you are interested in.
49
49
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please familiarize yourself with the process oulined for contributing to Spring projects here: [Contributor Guidelines](https://github.com/SpringSource/spring-integration/wiki/Contributor-Guidelines).
50
-
* Watch for upcoming articles on Spring by [subscribing](http://www.springsource.org/node/feed) to springframework.org
50
+
* Watch for upcoming articles on Spring by [subscribing](feed://assets.spring.io/drupal/node/feed.xml) to spring.io
51
51
52
52
Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup). Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.
53
53
54
54
55
55
# Getting Started Using the Samples
56
56
57
-
A convenient way to get started quickly with Spring Batch is to run the samples which are packaged in the samples module. There is also a simple command line sample (or "archetype") which has a bare bones but complete implementation of a simpel job. The source code for the samples (and the other modules) is available either from the [Zip assembly](http://static.springsource.org/spring-batch/downloads.html) or from [Git](http://www.springsource.org/spring-batch/source-repository.html).
57
+
A convenient way to get started quickly with Spring Batch is to run the samples which are packaged in the samples module. There is also a simple command line sample (or "archetype") which has a bare bones but complete implementation of a simpel job. The source code for the samples (and the other modules) is available either from the [Zip assembly](http://docs.spring.io/spring-batch/downloads.html) or from [Git](http://github.com/spring-projects/spring-batch).
58
58
59
59
## Using the .Zip Distribution
60
60
@@ -68,7 +68,7 @@ A convenient way to get started quickly with Spring Batch is to run the samples
68
68
create the classpath entries you need.
69
69
* Open Eclipse and create a workspace as for the non-Mavenized version.
70
70
* Import the samples and archetype projects from the samples sub-directory in the directory you just unpacked.
71
-
* The project should build cleanly without having to fix the dependencies. If it doesn't, make sure you are online, and maybe try building on the command line first to make sure all the dependencies are downloaded. See the [build instructions](http://static.springsource.org/spring-batch/building.html) if you run into difficulty.
71
+
* The project should build cleanly without having to fix the dependencies. If it doesn't, make sure you are online, and maybe try building on the command line first to make sure all the dependencies are downloaded. See the [build instructions](http://docs.spring.io/spring-batch/building.html) if you run into difficulty.
72
72
73
73
(N.B. the "archetype" is not a real Maven archetype, just a template project that can be used as a starting point for a self-contained batch job. It is the same project that can be imported into STS using the Project Template wizard.)
74
74
@@ -88,7 +88,7 @@ Similar instructions would apply to other IDEs.
88
88
* Download the "no-dependencies" package and unzip to create a directory `spring-batch-<versionId`>.
89
89
* Open Eclipse and make a workspace in the directory you just created.
90
90
* Import the `org.springframework.batch.samples` project from the samples directory.
91
-
* Find all the compile scope and non-optional runtime jar files listed in the [core dependencies report](http://static.springsource.org/spring-batch/spring-batch-core/dependencies.html) and [infrastructure dependencies](http://static.springsource.org/spring-batch/spring-batch-infrastructure/dependencies.html), and import them into the project.
91
+
* Find all the compile scope and non-optional runtime jar files listed in the [core dependencies report](http://docs.spring.io/spring-batch/spring-batch-core/dependencies.html) and [infrastructure dependencies](http://docs.spring.io/spring-batch/spring-batch-infrastructure/dependencies.html), and import them into the project.
92
92
* Force the workspace to build (e.g. Project -> Clean...)
93
93
* Run the unit tests in your project under src/test/java. N.B. the FootbalJobFunctionTests takes quite a long time to run.
94
94
@@ -98,5 +98,5 @@ To launch a job from the command line instead of a unit test use the `CommandLin
98
98
99
99
## Using Maven and Git
100
100
101
-
* Check out the Spring Batch project from Git (instructions are available [here](https://github.com/SpringSource/spring-batch)).
102
-
* Run Maven from the command line in the samples directory. There are additional building instructions and suggestions about what to do if it goes wrong [here](http://static.springsource.org/spring-batch/building.html).
101
+
* Check out the Spring Batch project from Git (instructions are available [here](https://github.com/spring-projects/spring-batch)).
102
+
* Run Maven from the command line in the samples directory. There are additional building instructions and suggestions about what to do if it goes wrong [here](http://docs.spring.io/spring-batch/building.html).
0 commit comments