looking for input on korn shell scripts to java programs
I have a situation where there are several korn shell scripts and some manual processes using ms access to manipulate input files that will be used to pass to an applications command level commands for the purposes of updating the applications database. That being said, I am looking at creating the same as mentioned above in Java instead of ksh scripts. Mainly for the following reasons.
The vendor is going web based, using a Java enabled web server, so these korn shell scripts if converted to Java could be called from the web jsp pages, etc.
The other purpose is I see Java as a better tool for parsing the flat files and calling sql commands from the parsed data.
I admit I am more a Java programmer than a korn shell programmer.
What thoughts does this group have to using Java or should I polish my korn shell off a bit more?
Thanks in advance
Dean-O

