Changes for page Developer Guide

Last modified by Thomas Mortagne on 2023/10/10

<
From version < 33.1 >
edited by Marius Dumitru Florea
on 2015/07/28
To version < 35.1 >
edited by Marius Dumitru Florea
on 2015/07/28
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -86,9 +86,15 @@
86 86  ; **[[Writing a custom SOLR search for an AppWithinMinutes application>>WritingCustomSolrSearchForAWM]]**
87 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]].
88 88  
89 +; **[[Integrating JavaScript Libraries>>IntegratingJavaScriptLibraries]]**
90 +: A tutorial on how we can use [[WebJars>>extensions:Extension.WebJars Integration]] and [[RequireJS>>http://requirejs.org/]] to integrate JavaScript libraries in XWiki. Moreover, you'll see how you can package your own JavaScript code as a WebJar in order to benefit from various code quality tools (static code analysis with [[jshint>>http://jshint.com/]], integration testing with [[Jasmine>>http://jasmine.github.io/]]).
91 +
89 89  ; **[[Performing Asynchronous Tasks>>PerformingAsynchronousTasks]]**
90 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 91  
95 +; **[[Creating a Tree View>>CreatingATreeView]]**
96 +: A tutorial on how to create a tree view for any tree structure you may have in XWiki, using the [[Tree Macro>>extensions:Extension.Tree Macro]].
97 +
92 92  ; **[[Best Practices>>platform:DevGuide.BestPractices]]**
93 93  : A set of best practices for developing applications with XWiki.
94 94  

Get Connected