Can I use the Spring Framework for batch applications?

My company is switching to Spring for our Java platform, and as I understand it, it will work well for this, but we also have many Java * bundled applications. Does Spring have adequate support for running batch applications? What features of Spring will be useful in this environment and will not work at all?

* Java command line programs that run backend processes.

+6
java spring command-line spring-batch frameworks
source share
2 answers

Here is the Spring project .

+5
source share

Absolutely yes. Spring can work in any environment.

+1
source share

All Articles