Changes for page Developer Guide
Last modified by Vincent Massol on 2022/01/25
Change comment:
Renamed back-links.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -281,7 +281,7 @@ 281 281 ; **[[Integrating JavaScript Libraries>>Documentation.DevGuide.IntegratingJavaScriptLibraries]]** 282 282 : 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/]]). 283 283 284 -; **[[Performing Asynchronous Tasks>>Documentation.DevGuide.PerformingAsynchronousTasks]]** 284 +; **[[Performing Asynchronous Tasks>>Documentation.DevGuide.Tutorials.PerformingAsynchronousTasks.WebHome]]** 285 285 : 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]]. 286 286 287 287 ; **[[AJAX and JSON calls>>snippets:Extension.AJAX example]]**