Writing An XWiki Macro

Version 2.1 by Asiri Rathnayake on 2009/07/21

Writing An XWiki Macro

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:

Get Connected