Results 1 to 2 of 2

Thread: Spring Batch runtime Environment

  1. #1
    Join Date
    Nov 2008
    Posts
    2

    Default Spring Batch runtime Environment

    I have two sets of batch process:

    1- Read Flat Files and updates the database

    Can this be run WITHOUT Application Server (like Jboss, WAS), just using CommandLine.. class

    2- Read Flat files and process records (calling database) and even call Webservices running in different Appservers

    Can this be run WITHOUT Application Server (like Jboss, WAS), just using CommandLine.. class

  2. #2
    Join Date
    Jan 2008
    Location
    San Diego
    Posts
    780

    Default

    Yes to both questions..

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •