-
Apr 28th, 2009, 09:59 PM
#1
Batch Programs in App Server?
Is it advisable to host batch programs of spring batch implementation in a Application server like Glassfish or WebSphere?
We are implementing a batch process for a client and was just could not think of any spefic requirement why we should host these programs in a container. The connection pooling provided by App Server can be useful? Any suggestions/comments?
-
Apr 30th, 2009, 01:51 AM
#2
Many people host Batch applications in an app server (or simple web server) in order to get remote management capabilities (e.g. launch a Job as a web service). Just like with any Spring application, there is no particular benefit in using a full JEE container.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules