Posted: Thu Mar 29, 2007 3:22 am Post subject: java applet vs CICS
hello,
i have a working java program, that i can start from cics.
now i would like to be able to call this program from a webbrowser.
i have managed to do this with doctemplates and such.
What i want, however, is to be doing this with use of an applet. can this be done? Even without the use of a webserver?
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
Posted: Fri Mar 30, 2007 5:34 am Post subject:
Let us talk about the technical part later.
But, first, an applet, as you know, is on the client side running on the browser on the client's machine; wheras, your Java program (or, COBOL, PLI, HLASM, etc) is on the server side. Are you sure your design accommodates for this ?
How about taking the Java off CICS and run it as a applet which would probably route to an EJB on CICS ?
Suppose, you explained to us, what exactly you are trying to achieve, we would be able to assist you better. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum