This example demonstrates how to call on the services of a Mathematica-powered web site from an applet. This shows a combination of client and server programming. The section involves some programming in Java.
If you installed webMathematica as described above, you should be able to connect to this MSP via http://localhost:8080/webMathematica/Examples/TextApplet.jsp. (You may have some other URL for accessing your server.) The source for this page is in webMathematica/Examples/TextApplet.jsp and webMathematica/WEB-INF/src/ExampleApplets/TextApplet.java.
<html> <head> <title>Live 3D Plotting</title> </head>
<body text="#171717" bgcolor = "#ffffff"> <html> <title>Applet Test</title> <body bgcolor="#ffffff"> <p> Here is an applet that gets a result from Mathematica: <br>
This is a very simple applet; the paint method opens a connection to a URL, the name of which is formed from the document that loaded the applet, and the value of the parameter ArgumentURL, which is passed in from a param tag. This causes the TextApplet JSP to be called and return a computation of the date.