Quantcast

How to embed wiki pages into my Grails application

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How to embed wiki pages into my Grails application

Euloiix
Hi everyone,

I am wiling to have some pages of my app 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" functions.

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

Any suggestion is most welcome.
Thank you in advance.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to embed wiki pages into my Grails application

tomas lin
When we integrated a bulletin board ( vBulletin ) into one of our
grails apps, we simply set up apache to redirect traffic based on the
requested URL. To the users, you might have one app, but behind the
scenes, you might even have 2 separate servers.

On Tue, May 22, 2012 at 6:58 PM, Euloiix <[hidden email]> wrote:

> Hi everyone,
>
> I am wiling to have some pages of my app 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/" functions.
>
> How can I do that? Would iframes be a solution? Has someone already done
> that?
>
> Any suggestion is most welcome.
> Thank you in advance.
>
> --
> View this message in context: http://grails.1312388.n4.nabble.com/How-to-embed-wiki-pages-into-my-Grails-application-tp4628819.html
> Sent from the Grails - user mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to embed wiki pages into my Grails application

Euloiix
Hi Tomas,

Thank you for your response. In my case it is not really possible because I would like to add a lot of features around wiki articles such as ratings, sharing and "gamify" the application... It cannot be a standalone page.    
Loading...