Wiki source code of Writing An XWiki Macro

Version 3.1 by Asiri Rathnayake on 2009/07/21

Hide last authors
Asiri Rathnayake 3.1 1 1 Developing XWiki Macros
Asiri Rathnayake 2.1 2
Asiri Rathnayake 3.1 3 XWiki macros can be written with two approaches. If you are introducing a completely new functionality to XWiki platform and if you think you need to exploit the power of JAVA and XWiki rendering engine, you may consider writing a ~~Rendering Macro~~. On the other hand if you are comfortable with XWiki programming / scripting, you can go for a ~~Wiki Macro~~ instead. Following tutorials explain these two approaches in greater detail:
Asiri Rathnayake 2.1 4
5 * [Writing an XWiki Wiki Macro>WikiMacroTutorial]
6
7 * [Writing an XWiki Rendering Macro>RenderingMacroTutorial]
8
Asiri Rathnayake 3.1 9

Get Connected