Applet Plugin
With this Plugin for JSPWiki you can use Java Applets in your wiki pages. The applets may be wiki attachments.
Example
(example applet from SimpleWaterSimulation)
{Applet code='WaveApplet' archive='SimpleWaterSimulation/WaveApplet.jar'}
is created by the following syntax:
<code>
[{Applet code='WaveApplet' archive='SimpleWaterSimulation/WaveApplet.jar'}]
</code>
Applet-Plugin-Parameters
| Name | Description | Necessity |
|---|---|---|
| code | class name of the Applet class | required |
| archive | Name of the Applet attachment or just a list of archives if codebase is used | required |
| codebase | download url of archives if no attachment is used | optional |
| align | center, left, right | optional (none) |
| width | size of the applet | optional (300) |
| height | size of the applet | optional (300) |
All other parameters will be used as Applet Parameters (<param name="name" value="value"/>).
Installation
1. The following jars must be copied to {JSPWiki}/WEB-INF/lib:
Source Code
The source code is part of the SBaltesPlugins.jar.
License
AppletPlugin a JspWiki Plugin for running Java Applets.
Copyright (C) 2004 Sebastian Baltes
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
Sorry that i edit this page only to ask a question..
I haven't found your e-mail on JspWIKI site and on this site.
The questions are:
1) Does your AppletPlugin allows runinng all other common .jar-files as wiki-plugins? Or it only allows running your plugins with simple syntax?
2) How to ensure that your AppletPlugin works (after copiing it to /web-inf/lib and restarting Tomcat)?
3) I tried embeeding WaveApplet on my JspWIKI page using syntax you gave on your site - and Wiki couldnt load it (class not found).
Please, make more detailed instruction on installing your aplet plugin and other plugins!)) My email - metallalive@gmail.com - Please answer asap!)