Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
zip
JSPWikiPlugins.zip 1,719.4 kB 1 14-Apr-2010 14:30 m.sanfilippo

This page (revision-12) was last changed on 02-Mar-2011 08:04 by m.sanfilippo  

This page was created on 14-Apr-2010 14:30 by turchetti

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 2 changed one line
#Editare il file fi properties ed aggiungere il package corrispondente al plugin da installare.
#Editare il file di properties ed aggiungere il package corrispondente al plugin da installare.
At line 7 added 56 lines
!!Progetto Netbeans per creare/modificare plugin
{{{
Quando ho tempo scrivo una breve guida ma intanto:
}}}
[JSPWikiPlugins.zip]
!E questo è l'helloworld!
__Codice Java__:
%%prettify
{{{
package com.smeup.jspwiki.plugins.hallo;
import com.ecyrd.jspwiki.WikiContext;
import com.ecyrd.jspwiki.plugin.PluginException;
import com.ecyrd.jspwiki.plugin.WikiPlugin;
import java.util.Map;
/**
*
* @author mauro
*/
public class Hallo implements WikiPlugin{
public String execute(WikiContext context, Map params) throws PluginException {
return "CIAO";
}
}
}}}
/%
__Codice Wiki__:
%%prettify
{{{
[{com.smeup.jspwiki.plugins.hallo.Hallo}]
}}}
/%
__Risultato__:\\
[{com.smeup.jspwiki.plugins.hallo.Hallo}]
!!Plugin org.smeup.jspwiki.plugin
__Codice Wiki__:
%%prettify
{{{
At line 64 added 2 lines
}}}
/%
At line 67 added 9 lines
__Risultato__:(Click con il tasto destro...)\\
[{SmeaOgg T='AR' P='ART' K='AR0001'}]
Version Date Modified Size Author Changes ... Change note
12 02-Mar-2011 08:04 1.297 kB m.sanfilippo to previous
11 14-Apr-2010 14:30 1.297 kB m.sanfilippo to previous | to last
10 14-Apr-2010 14:30 1.267 kB m.sanfilippo to previous | to last
9 14-Apr-2010 14:30 1.371 kB m.sanfilippo to previous | to last
8 14-Apr-2010 14:30 1.365 kB m.sanfilippo to previous | to last
7 14-Apr-2010 14:30 1.118 kB m.sanfilippo to previous | to last
6 14-Apr-2010 14:30 0.447 kB m.sanfilippo to previous | to last
5 14-Apr-2010 14:30 0.369 kB turchetti to previous | to last
4 14-Apr-2010 14:30 0.332 kB turchetti to previous | to last
3 14-Apr-2010 14:30 0.33 kB turchetti to previous | to last
2 14-Apr-2010 14:30 0.32 kB turchetti to previous | to last
1 14-Apr-2010 14:30 0.289 kB turchetti to last
« This page (revision-12) was last changed on 02-Mar-2011 08:04 by m.sanfilippo