Portlet Factory, Version 6.1.2


 

Applet builder

Use the Applet builder to call a Java applet from within a model. The called applet is downloaded, executed, and then displayed within the current page. You can use an applet to support client-side processing within a web application. The Applet builder creates <Applet> and <Param> tags that refer to, and pass parameters to, the applet class you specify.The code snippet below shows the code that was added to a page for a particular Applet builder call.

<APPLET name="myApplet" code="myClass.class"
   codebase="http://myServer/applets/myAppletDirectory"
   height="300">
   <param name="text" value="Hello World">
</APPLET>

Ensure that the applet can be run in a browser before you add it to a model with the Applet builder.

Parent topic: Builder help


Library | Support |