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