Last modified by Thomas Mortagne on 2023/10/13

<
From version < 1.18 >
edited by Sorin Burjan
on 2010/12/21
To version < 1.22 >
edited by Sorin Burjan
on 2010/12/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -195,8 +195,18 @@
195 195  
196 196  Find more details about the template creation and administration on the [[documentation page>>extensions:Extension.Administration Application#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]].
197 197  
198 -== Easier development of configurable applications using [[XWiki.ConfigurableClass>>extensions:Extension.Administration Application#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
199 199  
199 +== 7.Clustering ==
200 +XWiki provides an easy way to setup clustered instances of XWiki based on network events distribution.
201 +
202 +* events synchronization between XWiki instances
203 +* multiple clustering channels
204 +* possibility to start stop clustering channel at runtime
205 +
206 +Follow the [[Clustering Admin Guide >>platform:AdminGuide.Clustering]] and [[Clustering Tutorial >>platform:AdminGuide.DistributedEventClusterSetup]] for a complete tutorial on how to setup a simple cluster between two instances of XWiki on the same server.
207 +
208 +== 8.Easier development of configurable applications using [[XWiki.ConfigurableClass>>extensions:Extension.Administration Application#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
209 +
200 200  If you are developing an application and you need to provide your users with a way to configure it from the [[Administration Application>>extensions:Extension.Administration Application]] you are in luck. All you need to do is create a custom class holding all of the configuration for your application, then add an object of your custom configuration class and an object of ##XWiki.Configurable## class. You will be able to configure your application from the administration interface.
201 201  The following is an image of the administration interface with additional applications to be configured (you can customize the icon used).
202 202  
... ... @@ -203,3 +203,4 @@
203 203  [[image:ReleaseNotes.ReleaseNotesXWikiEnterprise23M1@AdministrationPanelExtraIcons.png||style="border: 1px solid black;" width="550px;"]]
204 204  
205 205  Note the current user does not have permission to edit one of the configurable applications.
216 +

Get Connected