Results 1 to 2 of 2

Thread: Deployment in Spring Batches

  1. #1
    Join Date
    May 2011
    Posts
    1

    Default 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.

  2. #2
    Join Date
    Jun 2005
    Posts
    4,241

    Default

    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
  •