ApplicationManager Application
This application is bundled with:
This application can be downloaded .
- XWiki Enterprise Manager
This application can be downloaded .
ApplicationManager Application
Aggregates XWiki pages into Applications (XAR) using an application descriptor. Allows operations such as import/export and support features such as page translations, dependencies and the ability to link content instead of duplicating it.
Application Manager is an application based on the Application Manager Plugin.
Installation
Import the Application Manager application in your XWiki using the Import feature in the Administration.How to use
Point your browser to the XApp.WebHome page. From there you can create applications in XAppManager/CreateApplication page, see what applications you have in your wiki and detele, export, import new, etc. in XAppManager/WebHome page.Application descriptor
Documents
This field contains all the pages the application contains. List these pages separated by character "|". You can also enter pattern based on SQL LIKE syntax (see http://www.techonthenet.com/sql/like.php) between "[" and "]":- the application contains the page SpaceName.PageName, all the pages in the space Space1 and all the pages with names starting with MyClass :
SpaceName.PageName|[Space1.%]|[%.MyClass%]
Translation documents
The documents Application Manager plugin will automatically register into XWiki.XWikiPreferences "Internationalization Document Bundles" field. This means all the key=value pair listed in these documents will be accessible using key to easily translate the whole application just by adding translation to the translations documents in multi-language mode . You can look at the Application Manager itself for an example on how to use it.Screenshots