[xwiki-devs] Embed xwiki to existing project
Has anybody embedded xwiki into their existing project? I am looking to embed wiki engine to my existing project. If anybody has done that, would you share your experience in doing so. Like how you started it. What are possible options for it. Thankyou in advance, Manish -- View this message in context: http://xwiki.475771.n2.nabble.com/Embed-xwiki-to-existing-project-tp5070278p... Sent from the XWiki- Dev mailing list archive at Nabble.com.
On Tue, May 18, 2010 at 16:37, xManish <[email protected]> wrote:
Has anybody embedded xwiki into their existing project? I am looking to embed wiki engine to my existing project. If anybody has done that, would you share your experience in doing so. Like how you started it. What are possible options for it.
I depends what part you are calling wiki engine, if it's only about interpreting/produce wiki syntax without the database part, that's pretty easy to do since rendering module has been designed to be used outside of XWiki. See http://code.xwiki.org/xwiki/bin/view/Modules/RenderingModule#HUsingtheRender... for details. It's supposed to be also possible for the WYSIWYG with a little more effort for now but i don't know it very well. You can find (search on http://xwiki.markmail.org/) several thread about that on the mailing list (i remember at least one very recent).
Thankyou in advance, Manish -- View this message in context: http://xwiki.475771.n2.nabble.com/Embed-xwiki-to-existing-project-tp5070278p... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Hi tmortagne,
I depends what part you are calling wiki engine, When I meant using wiki engine, I was telling about using the full features of wiki like adding wiki page as in xwiki, editing it, adding comments, viewing list of the wiki
Hi Andreas, I tried to click the links you provided, it says "Page not found". Can you send me a note when its online? Anyways can you tell me what steps you did in order to run them under same domain. What I've also found is that xwiki uses velocity templates for its frontend UI while we are using JSF. I don't know how to use these two technologies together. Do you have similiar issues? Thanks, Manish -- View this message in context: http://xwiki.475771.n2.nabble.com/Embed-xwiki-to-existing-project-tp5070278p... Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi, I'm trying that also and I'm very interested in the topic. I'm trying to 'merge' a given J2EE app with XWiki to enhance the existing app with XWikis community features. (Comments, annotations, documentation, help, e.t.c.). So far I've managed to make them both running under a common domain name with some tweaking of Apache mod-proxy and unifying the (example) urls http://example.com/app/here_goes_my_java_app <http://mydomain.com/app/here_goes_my_java_app> http://example.com/docs/heres_the_wiki_stuff <http://mydomain.com/docs/heres_the_wiki_stuff> Apache Httpd (mod_proxy) is configured as a seperate service to run upfront of the servelet container (Tomcat). This took some effort as I had to learn a lot about the Apache mod_proxy stuff but its not XWiki related so far. As both apps have quite a different look and feel I've further been struggling with adapting XWikis skins to the look and feel of my app - this turned out be be less work than I thought just by adding my apps stylesheet WebPreferences and commenting out a lot of the existing styles with 'display: none'. Both apps have their own db and the next step is to achieve single logon - I haven't yet managed that but plans are to make XWiki looking up for users in the my apps database. Currently I'm having trouble with the anonymous commenting feature of xwiki, it always rejects all input. Maybe this has to do with my setup but all other stuff works pretty well. Is anybody aware of a public xwiki with enabled anon commenting feature ? As its sort of fun and part time project things may take a while ... If you are interested please drop me a note and I'll send a mail once it is online ... Have fun Andreas xManish schrieb:
Has anybody embedded xwiki into their existing project? I am looking to embed wiki engine to my existing project. If anybody has done that, would you share your experience in doing so. Like how you started it. What are possible options for it.
Thankyou in advance, Manish
participants (3)
-
Andreas Hahn -
Thomas Mortagne -
xManish