Shell scripts that downloads a DWC-Archive given an url, unzip, parses and converts to a csv format and sends it to DataBase
If you are using it with a java application, you just need to put the files at "jboss/bin" and to call the script via code.
E.g.:
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;