Wiki source code of Applications & Extensions
Version 23.3 by Vincent Massol on 2010/12/10
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
21.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}} |
![]() |
1.1 | 2 | |
![]() |
22.1 | 3 | = Applications = |
4 | |||
![]() |
7.1 | 5 | As you've learned from the [[Programming feature>>Features.Programming]] it's possible to put code inside XWiki pages. You can combine several pages together to form an application. In other words an application is simply a self-contained set of XWiki pages. You can export these pages into a single archive file named a XAR (it stands for XWiki Archive) which can then be imported again into other wikis. This is a very nice way to create reusable applications. |
![]() |
1.1 | 6 | |
![]() |
5.1 | 7 | Applications offer a powerful way to create advanced content within wiki pages. |
![]() |
1.2 | 8 | |
![]() |
22.1 | 9 | == Example Applications == |
![]() |
21.1 | 10 | |
![]() |
22.1 | 11 | === Calendar Application === |
![]() |
21.1 | 12 | |
![]() |
7.1 | 13 | //Screenshot of the Calendar Application// |
![]() |
1.8 | 14 | |
![]() |
7.1 | 15 | image:Calendar.png |
![]() |
1.7 | 16 | |
![]() |
22.1 | 17 | === Meeting Manager Application === |
![]() |
21.1 | 18 | |
![]() |
20.1 | 19 | //Screenshot of the Meeting Manager Application// |
20 | |||
21 | image:MeetingManager.PNG | ||
22 | |||
![]() |
22.1 | 23 | === Bulletin Board Application === |
![]() |
21.1 | 24 | |
![]() |
17.1 | 25 | //Screenshot of the Bulletin Board Application// |
26 | |||
27 | image:BulletinBoardTopic.png | ||
28 | |||
![]() |
22.1 | 29 | === Polls Application === |
![]() |
21.1 | 30 | |
![]() |
17.1 | 31 | //Screenshot of the Polls Application// |
32 | |||
33 | image:Polls.png | ||
34 | |||
![]() |
22.1 | 35 | == List of Applications available for download on XWiki.org == |
![]() |
1.4 | 36 | |
![]() |
23.3 | 37 | Check the [[Extensions wiki>>extensions:Main.WebHome]] which lists all applications available that you can install in your wiki. |
![]() |
1.4 | 38 | |
![]() |
22.1 | 39 | == Creating new Applications == |
![]() |
18.1 | 40 | |
41 | If you'd like to create new applications with XWiki our [[Developer's Guide>>http://platform.xwiki.org/xwiki/bin/view/DevGuide/]] will help you through the process. | ||
![]() |
22.1 | 42 | If you are interested in participating to the XWiki project development itself or in building it from sources, you should refer to the [[Community wiki>>http://dev.xwiki.org/xwiki/bin/view/Main/]]. |
43 | If you still have questions you may [[subscribe to the mailing lists>>http://dev.xwiki.org/xwiki/bin/view/Community/MailingLists]]. | ||
![]() |
18.1 | 44 | |
![]() |
22.1 | 45 | =Plugins= |
46 | |||
47 | Plugins are a powerful way to extend XWiki's intrinsic features. Actually lots of the XWiki features you can see are brought by plugins bundled with the XWiki distributions. | ||
48 | |||
49 | == Using a Plugin == | ||
50 | |||
![]() |
23.2 | 51 | First check the [[Extensions wiki>>extensions:Main.WebHome]] to find a Plugin you'd like to use. Then copy its JAR (Plugins are bundled as JARs) into your XWiki installation: drop it in XWiki WAR's //WEB-INF/lib// directory. You'll need to restart XWiki for it to take effect. Please note that this is an administrative task so you'll want to ask your wiki admin for help in doing this. |
![]() |
22.1 | 52 | |
53 | == Developing a Plugin == | ||
54 | |||
55 | If you'd like to develop a plugin please check the [[plugin development tutorial>>DevGuide.CreatingPlugins]]. | ||
![]() |
18.1 | 56 | If you still have questions you may [[subscribe to the mailing lists>>http://dev.xwiki.org/xwiki/bin/view/Community/MailingLists]] |