Wiki source code of Developer's Guide

Version 26.1 by Ecaterina Moraru (Valica) on 2014/03/12

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
Silvia Macovei 17.1 10 = Reference documentation =
Vincent Massol 1.1 11
Silvia Macovei 17.1 12 ; **[[XWiki Architecture>>platform:DevGuide.Architecture]]**
13 : Understanding how XWiki is architected.
Vincent Massol 19.1 14
Silvia Macovei 17.1 15 ; **[[XWiki Data Model>>platform:DevGuide.DataModel]]**
16 : 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 17
Silvia Macovei 17.1 18 ; **[[XWiki Scripting>>platform:DevGuide.Scripting]]**
19 : 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 20
Silvia Macovei 17.1 21 ; **[[XWiki API Guide>>platform:DevGuide.APIGuide]]**
Ludovic Dubost 22.1 22 : Guide that explains the main XWiki APIs. Quick access to the [[Scripting Reference Documentation>>SRD.Navigation||queryString="xpage=embed"]].
Vincent Massol 19.1 23
Vincent Massol 24.2 24 ; **[[Extension Points List>>platform:ExtensionPoint.WebHome]]**
Vincent Massol 24.1 25 : List all available Extension Points.
26
Silvia Macovei 17.1 27 ; **[[Front-end Resources>>platform:DevGuide.FrontendResources]]**
28 : 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 29
Vincent Massol 18.4 30 ; **[[XWiki Module Reference>>extensions:Main.WebHome]]**
Vincent Massol 18.3 31 : Reference documentation for the various Modules of XWiki.
Vincent Massol 14.1 32
Vincent Massol 19.1 33 ; **[[Saving Data>>platform:DevGuide.SavingData]]**
34 : Description of all the possibilities you have to save Data from within the XWiki Platform
35
Silvia Macovei 17.1 36 = Tutorials and Guides =
Vincent Massol 14.1 37
Guillaume Delhumeau 25.1 38 ; **[[How to use Velocity in XWiki pages>>XWikiVelocityTraining]]**
39 : A presentation that explains how to write applications in XWiki (using Velocity, the XWiki Class system, and the API...).
Vincent Massol 25.2 40
Vincent Massol 23.1 41 ; **[[Creating a FAQ application>>FAQTutorial]]**
42 : 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 43
Silvia Macovei 17.1 44 ; **[[Creating a Groovy Class>>platform:DevGuide.GroovyClassHelloWorldTutorial]]**
Vincent Massol 18.7 45 : Demonstrates how to put Groovy code in one page and then reuse it by importing it from another page.
Vincent Massol 25.2 46
Silvia Macovei 17.1 47 ; **[[Writing an Event Listener in Groovy>>platform:DevGuide.GroovyNotificationTutorial]]**
Vincent Massol 18.4 48 : Explains how to write an [[Event Listener>>extensions:Extension.Observation Module]] in Groovy 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 49
Silvia Macovei 17.1 50 ; **[[Creating a TODO application in XWiki>>http://www.theserverside.com/tt/articles/article.tss?l=XWiki]]**
51 : Another helpful tutorial to using XWiki's classes, velocity scripts, hibernate queries for a dashboard.
52 Shows well the power of XWiki.
Vincent Massol 25.2 53
Silvia Macovei 17.1 54 ; **[[Creating a form with validation and tooltips>>platform:DevGuide.Creating a form with validation and tooltips]]**
55 : Quick and efficient tutorial to set-up validation using regular expression and groovy scripts, as well as tooltips
Vincent Massol 25.2 56
Silvia Macovei 17.1 57 ; **[[Writing XWiki Rendering Macros>>platform:DevGuide.WritingMacros]]**
58 : How to develop XWiki Rendering macros (available in XWiki Syntax 2.0 only)
Vincent Massol 25.2 59
Silvia Macovei 17.1 60 ; **[[Writing an XWiki Component>>platform:DevGuide.WritingComponents]]**
61 : 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 62
Silvia Macovei 17.1 63 ; **[[Skin eXtensions>>platform:DevGuide.SkinExtensionsTutorial]]**
64 : 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 65
Silvia Macovei 17.1 66 ; **[[Internationalizing Applications>>platform:DevGuide.InternationalizingApplications]]**
67 : Learn how to write internationalized applications.
Vincent Massol 25.2 68
Marius Dumitru Florea 20.1 69 ; **[[Creating New XClass Property Types>>platform:DevGuide.CreatingNewXClassPropertyTypes]]**
Marius Dumitru Florea 21.2 70 : See how you can easily extend the [[class editor>>platform:Features.PageEditing#HClasseseditingmode]] with new custom property types.
Vincent Massol 25.2 71
Vincent Massol 18.2 72 ; **[[Custom Mapping>>platform:DevGuide.CustomMapping]]**
73 : 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 74
Silvia Macovei 17.1 75 ; **[[Creating Plugins>>platform:DevGuide.CreatingPlugins]]**
76 : 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 77
Silvia Macovei 17.1 78 ; **[[Best Practices>>platform:DevGuide.BestPractices]]**
79 : A set of best practices for developing applications with XWiki.
Vincent Massol 1.1 80
Silvia Macovei 17.1 81 = Further reading =
Vincent Massol 1.1 82
Silvia Macovei 17.1 83 ; **[[XWiki API Reference>>platform:DevGuide.API]]**
84 : The API is available as a JavaDoc. It presents the objects and properties that you can access with scripting.
Vincent Massol 25.2 85
Silvia Macovei 17.1 86 ; **[[Database Schema>>platform:DevGuide.DatabaseSchema]]**
87 : For advanced users who like to know everything, check out the database tables created by XWiki.
Vincent Massol 1.1 88
Silvia Macovei 17.1 89 = Draft documentation =
jeanvivienmaurice 1.5 90
Silvia Macovei 16.1 91 See the [[Draft space of the Development Wiki>>dev:Drafts.WebHome]].

Get Connected