Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can the Spring Framework be used for batch applications?

My company is switching to Spring for our Java framework, and from what I understand it will work well for that, but we also have many Java batch applications*. Does Spring have adequate support for running batch applications? What features of spring will be useful in this environment, and won't work at all?

* Java command line programs that run backend processes.

like image 960
C. Ross Avatar asked Oct 14 '09 13:10

C. Ross


2 Answers

There's a Spring project for that.

like image 118
matt b Avatar answered Oct 12 '22 22:10

matt b


Absolutely yes. Spring can run in any environment.

like image 42
flybywire Avatar answered Oct 13 '22 00:10

flybywire