Wiki source code of Writing An XWiki Macro

Version 3.1 by Asiri Rathnayake on 2009/07/21

Show last authors
1 1 Developing XWiki Macros
2
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:
4
5 * [Writing an XWiki Wiki Macro>WikiMacroTutorial]
6
7 * [Writing an XWiki Rendering Macro>RenderingMacroTutorial]

Get Connected