You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jspwiki.apache.org by Kees Kuip <ke...@xs4all.nl> on 2010/11/29 23:14:11 UTC

Is jspwiki 3.0 moving away from FileSystemProvider?

I checked-out the latest JSPWiki and saw that FileSystemProvider does not exist anymore.
What is the replacement? Is the jcr-backend going the only provider?

I was planning on writing a jgit-filesystemprovider to build a distributed wiki but if
that interface is deprecated it is wasted time.

Best regards,
Kees Kuip

Re: Is jspwiki 3.0 moving away from FileSystemProvider?

Posted by Janne Jalkanen <Ja...@ecyrd.com>.
3.0 requires a lot more metadata per page, and the old metadata system just couldn't handle it.

Priha (which is a JCR implementation) however does provide a similar backend as FileSystemProvider. I've been toying around with the idea of making a Cassandra, HBase or MongoDB provider for it, so you could benefit from fairly massive scalability of these NoSQL databases.  Unfortunately my time is fairly limited these days :-/

But yeah, you should be able to pick up Priha (www.priha.org) and write a JGit-provider for it.

/Janne

On Nov 30, 2010, at 00:14 , Kees Kuip wrote:

> I checked-out the latest JSPWiki and saw that FileSystemProvider does not exist anymore.
> What is the replacement? Is the jcr-backend going the only provider?
> 
> I was planning on writing a jgit-filesystemprovider to build a distributed wiki but if
> that interface is deprecated it is wasted time.
> 
> Best regards,
> Kees Kuip


Re: Is jspwiki 3.0 moving away from FileSystemProvider?

Posted by Siegfried Göschl <si...@it20one.com>.
A "jgit-filesystemprovider" wouold be really cool !

Cheers,

Siegfried Goeschl

----- Ursprüngliche Mail -----
Von: "Kees Kuip" <ke...@xs4all.nl>
An: jspwiki-user@incubator.apache.org
Gesendet: Montag, 29. November 2010 23:14:11
Betreff: Is jspwiki 3.0 moving away from FileSystemProvider?

I checked-out the latest JSPWiki and saw that FileSystemProvider does not exist anymore.
What is the replacement? Is the jcr-backend going the only provider?

I was planning on writing a jgit-filesystemprovider to build a distributed wiki but if
that interface is deprecated it is wasted time.

Best regards,
Kees Kuip