Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,12 +13,10 @@ 13 13 * The Context of the request: *\$context*, see the [XWiki Javadoc 0.9.840>http://build.xpertnet.biz/doc/api/com/xpn/xwiki/api/Context.html] [XWiki Javadoc for code in SVN>http://build.xpertnet.biz/doc/nightly/api/com/xpn/xwiki/api/Context.html] 14 14 * the XWiki Object: *\$xwiki*, see the [XWiki Javadoc 0.9.840>http://build.xpertnet.biz/doc/api/com/xpn/xwiki/api/XWiki.html] [XWiki Javadoc for code in SVN>http://build.xpertnet.biz/doc/nightly/api/com/xpn/xwiki/api/XWiki.html] 15 15 16 - Eachofthisobjectsare thewrappedversion of originalones.Youcan acces to it ifyouhavethe programming rightby\$xwiki.xwiki, \$context.context and \$doc.document.16 +You can also [use HQL to query the XWiki database>velocityHqlExamples] from your velocity scripts. 17 17 18 - Youcan also [use hql to query theXWikidatabase>velocityHqlExamples]from yourvelocityscripts.18 +1.1 XWiki's Groovy API 19 19 20 -1.1 XWikis Groovy API 21 - 22 22 Currently Groovy is only allowed for admins of a wiki (or users having the 'programming' right). 23 23 24 24 * Groovy examples: See [Dev.XWikiGroovy], [Dev.GroovyXML] ... ... @@ -27,5 +27,4 @@ 27 27 * [MVC programming with Groovy templates>http://www-128.ibm.com/developerworks/java/library/j-pg02155/] 28 28 * [Guillaume Laforge on Groovy, XWiki etc.>http://www.vanwardtechnologies.com/glaforge01.php] 29 29 30 - 31 31 <span style="background-color:yellow">TO DO: We need to move all of the Groovy pages from the "Dev" Web Space to this area. Then, with all the Velocity and Groovy docs in this Web Space, we can reorganize and cross reference and such.</span>