grailswikimoinmoinxwikitiki-wiki

Grails - How to embed wiki pages into a Grails application


I am wiling to have some pages of my application use a wiki based technology such as XWiki, MoinMoin, Tiki Wiki, ... My main concern is not having to re-code the "edit", "preview", "history comparator" features.

How could I do that? Would iframes be a solution? Has someone already done that?

Any suggestion is most welcome. Thank you in advance.


Solution

  • It seems grails.org has its own wiki implementation. You can see it in action if you register at grails.org and for instance go to Success Stories where you have the links Edit and View Info.

    You can find the source code for the implementation here.