On May 21, 2010, at 11:28 AM, 靳雄飞 wrote:
XWiki support XMP-RPC and REST, So I am wondering if
one can integrate
third-party-app with XWiki through XML-RPC.
That is, use XWiki as a page store/search/versioning platform, and
third-party-app response for page editing and display.
If there's a easy way to embed XWiki's editor and render engine into my
application, the integration work will be very easy I think.
I'm not sure if this can be achieved, I am studying.
Yes it's a good way to integrate with XWiki if all you need is a store.
See
http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI
I suggest you use REST.
Thanks
-Vincent
> Hi... Good to know there are people with common
interest in embedding xwiki
> to existing project.
>
> Here is my confusion. Please comment if you have idea on this.
> I have my J2EE project. It uses JSF, Spring and Hibernate. So I have my own
> hibernate.cfg.xml and web.xml and other config files.
> Now, I'm trying to add xwiki as a module to my project. Since Xwiki uses
> Struts and Hibernate, it also has its own hibernate.cfg.xml and web.xml
> files.
> How do I integrate these two now?
> Can I have both of these in my project and move on?
>
> If I am able to work it out, I think I can move forward. I just learnt the
> way how we can delegate the struts action management to the spring
> framework.
>
> Regards,
> Manish