Wiki source code of Developer's Guide

Version 33.1 by Marius Dumitru Florea on 2015/07/28

Hide last authors
Ecaterina Moraru (Valica) 26.1 1 {{box cssClass="floatinginfobox"}}
2 (% style="width: 250px" %)
3 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>>dev:Main.WebHome]].
4 You still have a question?
5 [[Subscribe to the mailing lists!>>dev:Community.MailingLists]]
6 {{/box}}
Vincent Massol 1.1 7
Silvia Macovei 16.1 8 XWiki is a [[second generation wiki>>platform:Main.SecondGenerationWiki]] that provides all the basic content management and administration features of common wikis, but with much more. XWiki takes the wiki approach to a whole new level by providing enhanced features and capabilities. With XWiki, you can build simple applications, extend the platform with custom plugins, or even build complex Web applications.
Vincent Massol 2.1 9
Vincent Massol 30.1 10 = Quick Start =
Vincent Massol 1.1 11
Ludovic Dubost 28.1 12 ; **[[App Within Minutes>>extensions:Extension.App Within Minutes Application]]**
Vincent Massol 30.1 13 : Tool to build Applications without any technical knowledge
Ludovic Dubost 28.1 14
Vincent Massol 30.1 15 = Reference documentation =
16
Silvia Macovei 17.1 17 ; **[[XWiki Architecture>>platform:DevGuide.Architecture]]**
Vincent Massol 32.2 18 : Understanding how XWiki is architected and how to extend it.
Vincent Massol 19.1 19
Silvia Macovei 17.1 20 ; **[[XWiki Data Model>>platform:DevGuide.DataModel]]**
21 : You should start by understanding XWiki's data model of Classes, Properties, and Objects. They'll be needed to build applications at the presentation (document) level.
Vincent Massol 19.1 22
Silvia Macovei 17.1 23 ; **[[XWiki Scripting>>platform:DevGuide.Scripting]]**
24 : Once you understand XWiki's Data Model you'll be able to program directly in the documents you edit. XWiki integrates both Velocity and Groovy scripting. Together, Classes and Scripting will allow you to create basic to complex web applications at the XWiki document layer without the need for compiling code or deploying software components.
Vincent Massol 19.1 25
Silvia Macovei 17.1 26 ; **[[XWiki API Guide>>platform:DevGuide.APIGuide]]**
Vincent Massol 30.9 27 : Guide that explains the main XWiki APIs. Quick access to the [[XWiki API Reference>>DevGuide.API]].
Vincent Massol 19.1 28
Vincent Massol 24.2 29 ; **[[Extension Points List>>platform:ExtensionPoint.WebHome]]**
Vincent Massol 24.1 30 : List all available Extension Points.
31
Silvia Macovei 17.1 32 ; **[[Front-end Resources>>platform:DevGuide.FrontendResources]]**
33 : A description of the tools and frameworks used in XWiki. You'll find information about how you can use external libraries such as YUI and SmartClient and internal XWiki libraries for your the development of your in-wiki applications or for the development of XWiki products themselves. You'll also find the documentation of StyleSheet resources created specifically for the XWiki project.
Vincent Massol 19.1 34
Vincent Massol 18.4 35 ; **[[XWiki Module Reference>>extensions:Main.WebHome]]**
Vincent Massol 18.3 36 : Reference documentation for the various Modules of XWiki.
Vincent Massol 14.1 37
Vincent Massol 19.1 38 ; **[[Saving Data>>platform:DevGuide.SavingData]]**
39 : Description of all the possibilities you have to save Data from within the XWiki Platform
40
Vincent Massol 32.1 41 ; **[[URL Architecture>>URL Architecture]]**
42 : Explains how XWiki URLs work, the format of the [[Standard URL Scheme>>Standard URL Format]] and how to configure them.
Vincent Massol 31.1 43
Silvia Macovei 17.1 44 = Tutorials and Guides =
Vincent Massol 14.1 45
Guillaume Delhumeau 25.1 46 ; **[[How to use Velocity in XWiki pages>>XWikiVelocityTraining]]**
47 : A presentation that explains how to write applications in XWiki (using Velocity, the XWiki Class system, and the API...).
Vincent Massol 25.2 48
Vincent Massol 23.1 49 ; **[[Creating a FAQ application>>FAQTutorial]]**
Ludovic Dubost 29.1 50 : Demonstrates how to create a FAQ application much like the one you can find on this Wiki [[FAQ page>>xwiki:FAQ.WebHome]], either using **Classes/Objects/Sheets/Templates** and Scripting or using the **[[App Within Minutes extension>>extensions:Extension.App Within Minutes Application]]** to produce a FAQ application. Completing this tutorial is a recommended prerequisite for anyone who wants to build custom applications on the XWiki engine at the document or presentation layer.
Vincent Massol 25.2 51
Silvia Macovei 17.1 52 ; **[[Creating a Groovy Class>>platform:DevGuide.GroovyClassHelloWorldTutorial]]**
Vincent Massol 18.7 53 : Demonstrates how to put Groovy code in one page and then reuse it by importing it from another page.
Vincent Massol 25.2 54
Vincent Massol 27.1 55 ; **[[Writing an Event Listener>>platform:DevGuide.WritingEventListenerTutorial]]**
56 : Explains how to write an [[Event Listener>>extensions:Extension.Observation Module]] in order to perform some action when an event happens in the wiki. Examples of events are Document changed, Object modified, and more.
Vincent Massol 25.2 57
Silvia Macovei 17.1 58 ; **[[Creating a TODO application in XWiki>>http://www.theserverside.com/tt/articles/article.tss?l=XWiki]]**
59 : Another helpful tutorial to using XWiki's classes, velocity scripts, hibernate queries for a dashboard.
60 Shows well the power of XWiki.
Vincent Massol 25.2 61
Silvia Macovei 17.1 62 ; **[[Creating a form with validation and tooltips>>platform:DevGuide.Creating a form with validation and tooltips]]**
63 : Quick and efficient tutorial to set-up validation using regular expression and groovy scripts, as well as tooltips
Vincent Massol 25.2 64
Silvia Macovei 17.1 65 ; **[[Writing XWiki Rendering Macros>>platform:DevGuide.WritingMacros]]**
66 : How to develop XWiki Rendering macros (available in XWiki Syntax 2.0 only)
Vincent Massol 25.2 67
Silvia Macovei 17.1 68 ; **[[Writing an XWiki Component>>platform:DevGuide.WritingComponents]]**
69 : Getting started with the new XWiki components architecture: introduction to this new design, a step-by-step guide to writing an XWiki component (the recommended way of creating XWiki plugins) and some guidelines and development good practices in this area.
Vincent Massol 25.2 70
Silvia Macovei 17.1 71 ; **[[Skin eXtensions>>platform:DevGuide.SkinExtensionsTutorial]]**
72 : Illustrate XWiki's [[Skin eXtensions>>platform:Features.Skins#HSkinseXtensions]] mechanism that allows developers to pull extra Javascript and stylesheet files on demand or for all wiki pages without modifying the wiki templates and skin. The tutorial guides through the creation of minimal stylesheet and Javascript extensions, and continues with a complete exemple of a real-world extension to demonstrate the power of XWiki's skin eXtensions!
Vincent Massol 25.2 73
Silvia Macovei 17.1 74 ; **[[Internationalizing Applications>>platform:DevGuide.InternationalizingApplications]]**
75 : Learn how to write internationalized applications.
Vincent Massol 25.2 76
Marius Dumitru Florea 20.1 77 ; **[[Creating New XClass Property Types>>platform:DevGuide.CreatingNewXClassPropertyTypes]]**
Marius Dumitru Florea 21.2 78 : See how you can easily extend the [[class editor>>platform:Features.PageEditing#HClasseseditingmode]] with new custom property types.
Vincent Massol 25.2 79
Vincent Massol 18.2 80 ; **[[Custom Mapping>>platform:DevGuide.CustomMapping]]**
81 : Learn how to use Custom Mapping when you need to map XWiki Classes to your own database tables or when you need extra performance for complex data.
Vincent Massol 25.2 82
Silvia Macovei 17.1 83 ; **[[Creating Plugins>>platform:DevGuide.CreatingPlugins]]**
84 : After you've learnt how to write applications at the document level you may want to go further and program plugins in Java to extend XWiki's view engine, as well as add hooks into different parts of the core engine.
Vincent Massol 25.2 85
Vincent Massol 30.4 86 ; **[[Writing a custom SOLR search for an AppWithinMinutes application>>WritingCustomSolrSearchForAWM]]**
Vincent Massol 30.6 87 : Tutorial to show how to write a customized SOLR search screen in XWiki for an [[AWM application>>extensions:Extension.App Within Minutes Application]]. For this example we have used the [["Expense Report" application>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Expense+Report+Application]].
Ludovic Dubost 30.2 88
Marius Dumitru Florea 33.1 89 ; **[[Performing Asynchronous Tasks>>PerformingAsynchronousTasks]]**
90 : A tutorial on how to perform long-running and expensive operations in XWiki from a background thread using the [[Job Module>>extensions:Extension.Job Module]].
91
Silvia Macovei 17.1 92 ; **[[Best Practices>>platform:DevGuide.BestPractices]]**
93 : A set of best practices for developing applications with XWiki.
Vincent Massol 1.1 94
Silvia Macovei 17.1 95 = Further reading =
Vincent Massol 1.1 96
Silvia Macovei 17.1 97 ; **[[XWiki API Reference>>platform:DevGuide.API]]**
98 : The API is available as a JavaDoc. It presents the objects and properties that you can access with scripting.
Vincent Massol 25.2 99
Silvia Macovei 17.1 100 ; **[[Database Schema>>platform:DevGuide.DatabaseSchema]]**
101 : For advanced users who like to know everything, check out the database tables created by XWiki.
Vincent Massol 1.1 102
Silvia Macovei 17.1 103 = Draft documentation =
jeanvivienmaurice 1.5 104
Silvia Macovei 16.1 105 See the [[Draft space of the Development Wiki>>dev:Drafts.WebHome]].

Get Connected