In my project file, I've created two different applets. They both work upon same database but my problem after deployment there'll be two different files for separate applet. The working is supposed to be like: get some input data from first applet. store it in database. Hit the continue button & the second applet gets invoked . The second applet should read from database written by first applet and process.
second applet (P.S. its not complete yet, connectivity issues(this question))