Search: concept

Last modified by Vincent Massol on 2014/10/21

Results 1 - 10 of 18 next page » Page 1 2

Installation

Last modified by Vincent Massol on 2024/10/28
Objects
For now I think I'm going to kick back and do some reading ~-~- what a concept (I'm impatient sometimes). Tom

Docker-based Testing

Last modified by Vincent Massol on 2025/01/16
Raw document content
{{/version}} = Examples = == Full Examples == * {{scm path="xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/xwiki-platform-menu-test-docker/src/test/it/org/xwiki/menu/test/ui/MenuIT.java"}}MenuIT{{/scm}} * {{scm path="xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/xwiki-platform-mail-test-docker/src/test/it/org/xwiki/mail/test/ui/MailIT.java"}}MailIT{{/scm}} == Example 1: Basic test == {{code language="java"}} @UITest public class SeleniumTest { @Test public void test(XWikiWebDriver driver, TestUtils setup) { driver.get("http://xwiki.org"); assertThat(driver.getTitle(), containsString("XWiki - The Advanced Open Source Enterprise and Application Wiki")); driver.findElement(By.linkText("XWiki's concept")).click(); } } {{/code}} == Example 2: Choosing Container + DB + Browser and versions == {{code language="java"}} @UITest(database = Database.MYSQL, databaseTag = "5", servletEngine = ServletEngine.TOMCAT, servletEngineTag = "8", browser = Browser.CHROME) public class MenuIT ...

Une plateforme de prototypage d'applis webs

Located in
Last modified by Vincent Massol on 2019/10/30
Objects
Cette presentation apporte un peu de nouveautes en proposant un runtime web de prototypage ce qui est un concept nouveau et interessant de connaitre pour tout bon developeur ou architecte java.

Extending XWiki Rendering

Last modified by Vincent Massol on 2024/03/27
Raw document content
. == Best Practices == * ((({{version since="11.3RC1"}}There's now the concept of a Syntax Registry and new Syntaxes are expected to register themselves in that registry.

Une plate-forme de développment basé sur le paradigme wiki

Located in
Last modified by Vincent Massol on 2019/10/30
Objects
Utiliser un plate-forme de wiki est très similaire dans son concept à utiliser un serveur d'applications. Tout comme les serveurs d'app offrent des services techniques aux applications hébergées, une plate-forme de wiki offre des services de plus haut niveau tels gestion de contenu, moteur de rendu, stockage, éditeur WYSIWYG, gestion des utilisateurs et beaucoup plus.

Wikis are dead, long live wikis!

Located in
Last modified by Vincent Massol on 2019/10/30
Objects
You could even argue that traditional wikis are loosing traction or mindshare. Other concepts have arisen in the past such as CMS (Content Management System) and WCM (Web Content Management).

Créer des applications webs en quelques minutes

Located in
Last modified by Vincent Massol on 2019/10/30
Objects
description : Le concept de Long Tail introduit par Chris Anderson est maintenant bien connu dans le domaine du livre. Ce concept existe également dans le domaine des apps.

Syntax Registry

Last modified by Vincent Massol on 2021/04/19
Objects
summary : There's now the concept of a Syntax Registry and [[new Syntaxes are expected to register themselves in that registry>>rendering:Main.Extending.WebHome||anchor="HBestPractices"]].

Platform Configuration API

Located in
Last modified by Vincent Massol on 2024/07/05
Objects
description : See the [[Configuration API>>Extension.Configuration Module]] for general configuration concepts. == Configuration Permissions == It's possible to implement permission checking for ##ConfigurationSource## properties, to decide who has the rights to view or modify them.
summary : Extra Configuration APIs related to platform concepts (e.g. user references)

Improved HTML Export

Last modified by Vincent Massol on 2021/04/06
Objects
summary : The HTML export has been improved to better scale with the Nested Pages concept. The exported pages are now located in directories named after the parent pages in which they are located.
next page » Page 1 2
RSS feed for search on [concept]

Get Connected