21 Feb
2004
21 Feb
'04
7:54 p.m.
Gregor de Lijzer wrote at 2004-2-21 11:39 +0100:
where can i get an example of how to integrate a java applet in Zope?
Java applets are run in the browser (not Zope). You use Java applets in the same way with Zope as you always do it. When you like, you can put the applets "jar" or "class" file as a file object into Zope (and let the browser fetch it from there by normal means). You do not see examples because there is nothing special with respect to Zope. -- Dieter