xwiki

Fortify Sourceanalyzer - problem with Xwiki - missing java class

com.xpn.xwiki.test.AbstractXWikiComponentTestCase This is the only class that cannot be resolved. I have run mvn package Then I have tried to build with sourceanalyzer and this is the only class that cannot be found. I do not understand why mvn package would not have gotten this for me. Any help would be great. Thanks ...

XWiki insert text into a page

Does anyone know the best way to insert some text into an XWiki document preferably using Groovy (though Velocity will work, too)? The API documentation is rather, erm, terse and uninformative in places such as this. ...

How can I store attachments on the filesystem instead of in the DB in XWiki?

Right now, attachments get stored in the DB instead of on the filesystem. Is there a configuration option or a plugin that can be used to change XWiki to store and read attachments from disk? I see that there are hooks in xwiki.cfg file for swapping out the Java class that implements attachment storage. So far I've come across this us...

How can I use the Graphviz macro in XWiki 2.0 syntax?

The XWiki FAQ gives an example for XWiki 1.0 syntax: {graphviz:type=dot}digraph G {Hello->world}{graphviz} My XWiki is properly set up to display this. But I'm not able to translate this into XWiki 2.0 syntax. I tried this {{graphviz type=dot}} ... {{/graphviz}} and other variations, but the best I got was about "graphviz" not bein...

Xwiki Create virtual wiki - problem adding a class

Hi, I'm trying to create a virtual wiki but I already struggle with In your Class Editor, create a new class called "XWikiServerClass" Further reading in the DevGuide / DataModel shows that I'm not alone. I understand the words saying but I don't get the how-to as there is no option in the class-editior of creating new classes. N...

Need a comparison between XWIKI and Drupal from a developer's perspective

Dear fellas, In the past, I've used Drupal-6 to implement a news portal. I was able to complete my news portal fully. But frankly, Drupal has also given me a hard time in its usability and cumbersome development APIs. Points of frustration were: Things weren't as straight forward as I expected. Needed a substantial amount of time ...