where can i get an example of how to integrate a java applet in Zope? Thanx Greg ______________________________________________________________________________ Ein Grund zum Feiern: Die PC Praxis ermittelt zwischen 10 grossen Mailprovidern WEB.DE FreeMail als Testsieger http://f.web.de/?mc=021190
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
On Saturday 21 February 2004 01:54 pm, Dieter Maurer wrote:
You use Java applets in the same way with Zope as you always do it. [...] You do not see examples because there is nothing special with respect to Zope.
Of course, there really ought to be. It would be a lot more "Zopish" ("Zopey"?) to have an editable Java source file accessible through the ZMI, which then compiles and renders as the applet container file in the document. This would be more consistent with the "rapid-prototyping" design philosophy in Zope/Python. However, I don't know of any product to do that. Someday I might find sufficient motivation. ;-) Cheers, Terry -- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http://www.anansispaceworks.com
participants (3)
-
Dieter Maurer -
Gregor de Lijzer -
Terry Hancock