<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://blutwald.de/index.php?action=history&amp;feed=atom&amp;title=Applet_Plugin</id>
	<title>Applet Plugin - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://blutwald.de/index.php?action=history&amp;feed=atom&amp;title=Applet_Plugin"/>
	<link rel="alternate" type="text/html" href="https://blutwald.de/index.php?title=Applet_Plugin&amp;action=history"/>
	<updated>2026-04-17T19:43:45Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Earthdawn-Wiki.v2</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://blutwald.de/index.php?title=Applet_Plugin&amp;diff=225&amp;oldid=prev</id>
		<title>Root: Die Seite wurde neu angelegt: „With this Plugin for [http://www.jspwiki.org JSPWiki] you can use Java Applets in your wiki pages. The applets may be wiki attachments.    ====Example====    &#039;&#039;(example applet from SimpleWaterSimulation)&#039;&#039;    {Applet code=&#039;WaveApplet&#039; archive=&#039;SimpleWaterSimulation/WaveApplet.jar&#039;}    is created by the following syntax:    &lt;pre&gt;&lt;code&gt;  [{Applet code=&amp;#0…“</title>
		<link rel="alternate" type="text/html" href="https://blutwald.de/index.php?title=Applet_Plugin&amp;diff=225&amp;oldid=prev"/>
		<updated>2024-10-22T18:34:45Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „With this Plugin for [http://www.jspwiki.org JSPWiki] you can use Java Applets in your wiki pages. The applets may be wiki attachments.    ====Example====    &amp;#039;&amp;#039;(example applet from &lt;a href=&quot;/index.php/Simple_Water_Simulation&quot; title=&quot;Simple Water Simulation&quot;&gt;SimpleWaterSimulation&lt;/a&gt;)&amp;#039;&amp;#039;    &lt;a href=&quot;/index.php?title=Applet_Code_Wave_Applet_Archive_Simple_Water_Simulation_Wave_Applet_Jar&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Applet Code Wave Applet Archive Simple Water Simulation Wave Applet Jar (Seite nicht vorhanden)&quot;&gt;{Applet code=&amp;#039;WaveApplet&amp;#039; archive=&amp;#039;SimpleWaterSimulation/WaveApplet.jar&amp;#039;}&lt;/a&gt;    is created by the following syntax:    &amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;  [{Applet code=&amp;amp;#0…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;With this Plugin for [http://www.jspwiki.org JSPWiki] you can use Java Applets in your wiki pages. The applets may be wiki attachments.&lt;br /&gt;
&lt;br /&gt;
====Example====&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;(example applet from [[Simple Water Simulation|SimpleWaterSimulation]])&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Applet Code Wave Applet Archive Simple Water Simulation Wave Applet Jar|{Applet code=&amp;#039;WaveApplet&amp;#039; archive=&amp;#039;SimpleWaterSimulation/WaveApplet.jar&amp;#039;}]]&lt;br /&gt;
&lt;br /&gt;
is created by the following syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&lt;br /&gt;
[{Applet code=&amp;amp;#039;WaveApplet&amp;amp;#039; archive=&amp;amp;#039;SimpleWaterSimulation/WaveApplet.jar&amp;amp;#039;}]&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Applet-Plugin-Parameters====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
! Necessity&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| class name of the Applet class&lt;br /&gt;
| required&lt;br /&gt;
|-&lt;br /&gt;
| archive&lt;br /&gt;
| Name of the Applet attachment or just a list of archives if codebase is used&lt;br /&gt;
| required&lt;br /&gt;
|-&lt;br /&gt;
| codebase&lt;br /&gt;
| download url of archives if no attachment is used&lt;br /&gt;
| optional&lt;br /&gt;
|-&lt;br /&gt;
| align&lt;br /&gt;
| center, left, right&lt;br /&gt;
| optional (none)&lt;br /&gt;
|-&lt;br /&gt;
| width&lt;br /&gt;
| size of the applet&lt;br /&gt;
| optional (300)&lt;br /&gt;
|-&lt;br /&gt;
| height&lt;br /&gt;
| size of the applet&lt;br /&gt;
| optional (300)&lt;br /&gt;
|}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;All other parameters will be used as Applet Parameters (&amp;lt;tt&amp;gt;&amp;lt;param name=&amp;quot;name&amp;quot; value=&amp;quot;value&amp;quot;/&amp;gt;&amp;lt;/tt&amp;gt;).&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
====Installation====&lt;br /&gt;
&lt;br /&gt;
1. The following jars must be copied to {JSPWiki}/WEB-INF/lib:&lt;br /&gt;
&lt;br /&gt;
* [[SBaltes Plugins SBaltes Plugins Jar|SBaltesPlugins.jar]] &lt;br /&gt;
&lt;br /&gt;
====Source Code====&lt;br /&gt;
&lt;br /&gt;
The source code is part of the SBaltesPlugins.jar.&lt;br /&gt;
&lt;br /&gt;
====License====&lt;br /&gt;
&lt;br /&gt;
AppletPlugin  a JspWiki Plugin for running Java Applets.&lt;br /&gt;
&lt;br /&gt;
Copyright (C) 2004 Sebastian Baltes&lt;br /&gt;
&lt;br /&gt;
This library is free software; you can redistribute it and/or&lt;br /&gt;
modify it under the terms of the GNU Lesser General Public&lt;br /&gt;
License as published by the Free Software Foundation; either&lt;br /&gt;
version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
&lt;br /&gt;
This library is distributed in the hope that it will be useful,&lt;br /&gt;
but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU&lt;br /&gt;
Lesser General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/copyleft/lesser.txt GNU LESSER GENERAL PUBLIC LICENSE Version 2.1]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Sorry that i edit this page only to ask a question..====&lt;br /&gt;
I haven&amp;#039;t found your e-mail on JspWIKI site and on this site.&lt;br /&gt;
&lt;br /&gt;
The questions are:&amp;lt;br /&amp;gt;&lt;br /&gt;
1) Does your AppletPlugin allows runinng all other common .jar-files as wiki-plugins? Or it only allows running your plugins with simple syntax?&amp;lt;br /&amp;gt;&lt;br /&gt;
2) How to ensure that your AppletPlugin works (after copiing it to /web-inf/lib and restarting Tomcat)?&amp;lt;br /&amp;gt;&lt;br /&gt;
3) I tried embeeding WaveApplet on my JspWIKI page using syntax you gave on your site - and Wiki couldnt load it (class not found).&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please, make more detailed instruction on installing your aplet plugin and other plugins!))&lt;br /&gt;
My email - metallalive@gmail.com - Please answer asap!)&lt;/div&gt;</summary>
		<author><name>Root</name></author>
	</entry>
</feed>