Wiki source code of Applications
Version 1.6 by Guillaume Lerouge on 2007/04/04
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | 1 Applications |
2 | |||
![]() |
1.4 | 3 | As you've learnt from the [Programming feature>UserGuide.Programming] it's possible to put code inside XWiki pages. You combine several pages together to form an application. In other words an application is simple 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 reimported into other wikis. This is a very nice way to create reusable applications. |
![]() |
1.1 | 4 | |
![]() |
1.3 | 5 | Applications offer a powerful way to create advanced content within wiki pages. The [Event Calendar>Main.EventCalendar] and the [Photos Albums>Photos.WebHome] are good examples of XWiki applications. |
![]() |
1.2 | 6 | |
![]() |
1.4 | 7 | 1.1.1 List of Applications available for download on XWiki.org |
8 | |||
9 | This is a list of packaged applications you can import in your wiki, coming straight from the [Code Zone>Code.WebHome]. To learn more about the Import/Export process please check the [Admin Guide's Import/Export page>AdminGuide.ImportExport]. | ||
10 | |||
11 | #set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='XWiki.ApplicationClass' and obj.name<>'XWiki.ApplicationClassTemplate'") | ||
12 | #set ($applications = $xwiki.searchDocuments($sql)) | ||
13 | #foreach ($item in $applications) | ||
14 | * [$item] | ||
15 | #end |