-
May 9th, 2011, 08:17 AM
#1
Deployment in Spring Batches
I have multiple Spring Projects using Spring Batch Framework. These projects represent individual batch Jobs. Some of them have dependencies among each other. How should the deployment structure look like for each project if I plan to deploy them on the Spring dm Server.
-
May 11th, 2011, 05:36 AM
#2
Maybe this is a question for the Virgo forum? In general there are two ways to specify dependencies between bundles: tight coupling via imports, and loose coupling via services. Since you don't describe the dependencies in your projects in much detail I would guess that there are both kinds. The Job beans would make good candidates for services.
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