Hello!
I just discovered XWiki and I am impressed! I have an open source
OSGi semantic data server application.
http://code.google.com/p/inqle/
I would like to add a flexible wiki interface into my application's
semantic data stores. XWiki looks like a great candidate!
So my questions:
Does XWiki have an OSGi architecture?
Could XWiki (or some XWiki bundles) be dropped into my standalone OSGi
Jetty-powered app, and deliver wiki functionality?
A challenge is that I use Jena TDB as my back end store (a native
semantic database, non-SQL). My data is all semantic data (RDF). I
got the idea that any old semantic object could be rendered as a wiki
page, with links to other semantic objects.
So presumably I would have to write some adapter code at a minimum.
Could I replace XWiki's database with my own? Or could I make XWiki
use my database in some way?
Many thanks,
David Donohue