Hi,

If you want to have an XWiki application (UI) where an admin can fill in a
form with user name and password for multiple users, then press a button
and that users get created, you don`t need a plugin or component. You can
do that in velocity in an XWiki page by using the web API [1].

Make sure you read the Development Guide [2] to understand the XWiki
Architecture and Data Model, then you can start with some Velocity
scripting by checking out some of the tutorials.

After reading that, you should be able to determine if you need a Java
component to do some heavy processing or you can just do a quick velocity
script in a page as I`ve mentioned.

Hope this helps,
Eduard

[1] http://platform.xwiki.org/xwiki/bin/view/DevGuide/API
[2] http://platform.xwiki.org/xwiki/bin/view/DevGuide/WebHome

2012/2/16 modularre-333 <[email protected]>

> any help?
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/plugin-xwiki-tp7285335p7291188.html
> Sent from the XWiki- Dev mailing list archive at Nabble.com.
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
>
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to