Changes for page Data Model

Last modified by Thomas Mortagne on 2022/11/22

From version < 1.3 >
edited by Vincent Massol
on 2006/12/05
To version 1.1 >
edited by Vincent Massol
on 2006/12/05
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,10 @@
1 1  1 XWiki Data Model
2 2  
3 -XWiki is not just your average wiki engine; it exposes a flexible data model that can be leveraged at the presentation level. Combined with its powerful presentation level scripting capabilities, XWiki's data model can help you build simple to complex Web applications with little or no need to access the XWiki core. In other words, you can build custom applications through the XWiki web interface without having to compile, package, and deploy software components.
3 +XWiki is not just your average wiki engine; it exposes a flexible data model that can be leveraged at the presentation level. Combined with its powerful presentation level scripting capabilities, XWiki's data model can help you build simple to complex Web applications with little or no need to access the Xwiki core. In other words, you can build custom applications through the XWiki web interface without having to compile, package, and deploy software components.
4 4  
5 5  This area explains XWiki's data model of Classes, Properties, and Objects for those users who want to build applications primarily at the presentation level. It will help you understand how you can achieve significant functionality by programming at this level alone. For information about XWiki's underlying database schema (tables and fields), see: [More on the Data Model>Internals Data Model].
6 6  
7 -1.1 XWiki Classes, Objects, and Properties
7 +1.1 Xwiki Classes, Objects, and Properties
8 8  
9 9  If you are familiar with object oriented programming, you understand the concept of classes, properties, and and objects. The presentation level data model that XWiki exposes is much the same.
10 10  

Get Connected