mohammed w
2006-01-19 02:03:02 UTC
Right now we have a set of 8-10 programs that I have to run manually like first run the java code for validating the data, then run the java code for uploading to DB and so on .
My boss has asked me to automate the whole procedure so that i write on java class which when compiled and run, should be able to run all the 8-10 java programs....basically automate the whole procedure so that the client can do it himself.i.e. just run the new java class and all the 8-10 java programs should run and data is stored in DB and available on website . so how do i write a java class so that all other java programs are executed when we execute this new java class. Please give very clear details cuz i am new to java .Reply ASAP Thanks a lot.