Hi,

I was wondering what are the advantages of running Spring Batch in an Application Server (Tomcat, JBoss, etc) vs. as a standalone Java app through chron or Windows scheduler.

I think one advantage of the former is you can have the Spring Batch Admin app and control your jobs through it. Are there any others?

Thanks for any suggestions/feedback.