Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-07 Thread Sergiu Dumitriu
Luis Ruiz wrote:
> Hi Ricardo,
> 
> In my case we would like that all pages are stored in the filesystem, of
> course attached content must be in filesystem, in the database only the
> structure of the wiki. Is that possible?
> 

It is possible if you write your own storage implementation, derived 
from the current implementations.

I think the easiest step is to implement file-based storage only for 
attachments, and this has already been done by some of our users. 
Searching the mail archives should provide some pointers.

Next, if you just want to access documents from a folder, you can use 
WebDAV for that. See http://platform.xwiki.org/xwiki/bin/Features/WebDAV
I don.t think that actually storing the contents of the documents 
outside the database helps, since wiki content should never reach the 
limits of the database (unless you're storing genomes or data out of the 
LHC as wiki content). The main advantage of the database is speed. The 
main advantage of filesystems, easy access from other programs, can be 
achieved through WebDAV.

> 2009/10/6 [Ricardo Rodriguez] Your EPEC Network ICT Team <
> webmas...@environmentalchange.net>
> 
>> Hi,
>>
>> Guillaume Lerouge wrote:
>>> Why exactly do you needs pages to be stored in the filesystem? Maybe you
>> can
>>> find a way to address your use case using existing XWiki features...
>> In our case more than pages are attached files what we need to be stored
>> in the filesystem. Could this be also your case, Luis?
>>
>> These files are usually images or data files generated by several
>> analytical facilities. I don't know at what extend a XWiki installation
>> using MySQL as RDBMS is suitable for storing, let's say, some hundreds
>> of files weighting about 30Mb each. As far as I remember, this is a
>> pending issue in XWiki, but it has not been forgotten.
>>
>> Greetings,
>>
>> Ricardo


-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-06 Thread Luis Ruiz
Hi Ricardo,

In my case we would like that all pages are stored in the filesystem, of
course attached content must be in filesystem, in the database only the
structure of the wiki. Is that possible?

Thanks for your answers!!


2009/10/6 [Ricardo Rodriguez] Your EPEC Network ICT Team <
webmas...@environmentalchange.net>

> Hi,
>
> Guillaume Lerouge wrote:
> > Why exactly do you needs pages to be stored in the filesystem? Maybe you
> can
> > find a way to address your use case using existing XWiki features...
>
> In our case more than pages are attached files what we need to be stored
> in the filesystem. Could this be also your case, Luis?
>
> These files are usually images or data files generated by several
> analytical facilities. I don't know at what extend a XWiki installation
> using MySQL as RDBMS is suitable for storing, let's say, some hundreds
> of files weighting about 30Mb each. As far as I remember, this is a
> pending issue in XWiki, but it has not been forgotten.
>
> Greetings,
>
> Ricardo
>
> --
> Ricardo Rodríguez
> Your EPEC Network ICT Team
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-06 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi,

Guillaume Lerouge wrote:
> Why exactly do you needs pages to be stored in the filesystem? Maybe you can
> find a way to address your use case using existing XWiki features...

In our case more than pages are attached files what we need to be stored 
in the filesystem. Could this be also your case, Luis?

These files are usually images or data files generated by several 
analytical facilities. I don't know at what extend a XWiki installation 
using MySQL as RDBMS is suitable for storing, let's say, some hundreds 
of files weighting about 30Mb each. As far as I remember, this is a 
pending issue in XWiki, but it has not been forgotten.

Greetings,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-06 Thread Luis Ruiz
Hi Guillaume,

- Store pages in File System.
I would need filesystem because we have very load of data in our Oracle
Database and we are afraid that large amount of Blobs in Oracle makes our
database to collapse. In the past we had that problem.
- Integrate Authentification with CAS Server (SSO)
Could you tell me the way I could do that? If using apache HTTP Basic
Authorization, JAAS or something like that? We use JA-SIG.

Thanks for your answer!!

2009/10/6 Guillaume Lerouge 

> Hi Luis,
>
> On Tue, Oct 6, 2009 at 11:27 AM, Luis Ruiz  wrote:
>
> > Hi Jean-Vincent and Roman,
> >
> > First of all, thanks for your fast replies!! Sandbox works great but I
> > would
> > need admin rights and I installed the windows installer but here I don't
> > have a servlet container :( .
> >
> > I will explain my case. I have to develop or integrate a wiki in a whole
> > university but I have too many technical restrictions. I have seen many
> > wikis and I think xWiki fits us perfectly but I need to know if it lets
> me:
> >
> >   - Store pages in File System.
> >
> > We have a large amount of data in database, and we need to save pages in
> > filesystem. I have read about JcrStore, is that up to me?
> >
>
> We've had the request a number of times in the past but XWiki doesn't store
> pages in the filesystem as of now. However, please note that plenty of APIs
> are available to access the content of those pages (REST API, XML/RPC
> API...).
>
> Why exactly do you needs pages to be stored in the filesystem? Maybe you
> can
> find a way to address your use case using existing XWiki features...
>
>  - Integrate Authentification with CAS Server (SSO)
>
>
> > I have read about possible ways to do this, but I would like to know if
> > someone has done it, because we have to take a decision soon.
> >
>
> Yes, that can be done. I've seen it working on a number of project. The
> integration work can take up to 2 days but it's doable.
>
>
> > Maybe this mail fits better in the developers mailing list, sorry!!
> >
>
> Hope this helps,
>
> Guillaume
>
> --
> Guillaume Lerouge
> Product Manager - XWiki SAS
> Skype: wikibc
> Twitter: glerouge
> http://guillaumelerouge.com/
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-06 Thread Guillaume Lerouge
Hi Luis,

On Tue, Oct 6, 2009 at 11:27 AM, Luis Ruiz  wrote:

> Hi Jean-Vincent and Roman,
>
> First of all, thanks for your fast replies!! Sandbox works great but I
> would
> need admin rights and I installed the windows installer but here I don't
> have a servlet container :( .
>
> I will explain my case. I have to develop or integrate a wiki in a whole
> university but I have too many technical restrictions. I have seen many
> wikis and I think xWiki fits us perfectly but I need to know if it lets me:
>
>   - Store pages in File System.
>
> We have a large amount of data in database, and we need to save pages in
> filesystem. I have read about JcrStore, is that up to me?
>

We've had the request a number of times in the past but XWiki doesn't store
pages in the filesystem as of now. However, please note that plenty of APIs
are available to access the content of those pages (REST API, XML/RPC
API...).

Why exactly do you needs pages to be stored in the filesystem? Maybe you can
find a way to address your use case using existing XWiki features...

  - Integrate Authentification with CAS Server (SSO)


> I have read about possible ways to do this, but I would like to know if
> someone has done it, because we have to take a decision soon.
>

Yes, that can be done. I've seen it working on a number of project. The
integration work can take up to 2 days but it's doable.


> Maybe this mail fits better in the developers mailing list, sorry!!
>

Hope this helps,

Guillaume

-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] users Digest, Vol 27, Issue 15

2009-10-06 Thread Luis Ruiz
Hi Jean-Vincent and Roman,

First of all, thanks for your fast replies!! Sandbox works great but I would
need admin rights and I installed the windows installer but here I don't
have a servlet container :( .

I will explain my case. I have to develop or integrate a wiki in a whole
university but I have too many technical restrictions. I have seen many
wikis and I think xWiki fits us perfectly but I need to know if it lets me:

   - Store pages in File System.

We have a large amount of data in database, and we need to save pages in
filesystem. I have read about JcrStore, is that up to me?

   - Integrate Authentification with CAS Server (SSO)

I have read about possible ways to do this, but I would like to know if
someone has done it, because we have to take a decision soon.

Maybe this mail fits better in the developers mailing list, sorry!!

Thanks

2009/10/6 

> Send users mailing list submissions to
>users@xwiki.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>http://lists.xwiki.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
>users-requ...@xwiki.org
>
> You can reach the person managing the list at
>users-ow...@xwiki.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
>   1. Re: [myxwiki] new wiki request (Jean-Vincent Drean)
>   2. Re: [myxwiki] new wiki request (roman.frie...@ropardo.de)
>   3. Re: how to mask those elements (Bodin Gr?gory)
>   4. Migrate SysWiki To xwiki (Maria Carolina Ramirez)
>   5. Re: how to mask those elements (Caleb James DeLisle)
>   6. Re: FW: xwiki 2.0, task manager application, Error number
>  4001 in 4: Error while parsing velocity page TasksCode.NewTask
>  (Michael Beetz)
>
>
> --
>
> Message: 1
> Date: Mon, 5 Oct 2009 12:02:57 +0200
> From: Jean-Vincent Drean 
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
> To: XWiki Users 
> Message-ID:
>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi Luis,
>
> What about using the existing sandbox wiki to try it stuff out instead ?
> http://playground.xwiki.org/
>
> PS: We don't create wikis on myxwiki.org just to try stuff out.
>
> Thanks,
> JV.
>
> On Mon, Oct 5, 2009 at 10:34 AM, Luis Ruiz  wrote:
> > Hi,
> >
> > I'm working on a non-profit organization and I want to install xwiki, but
> > first I need to test all features in order to see if it fits to us.
> >
> > Admin username: LuisLuis
> > Domain name prefix: prueba
> >
> >
> > Thanks!!!
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
> --
>
> Message: 2
> Date: Mon, 5 Oct 2009 12:28:53 +0200
> From: 
> Subject: Re: [xwiki-users] [myxwiki] new wiki request
> To: "XWiki Users" 
> Message-ID:
>
> Content-Type: text/plain;   charset="iso-8859-1"
>
> Hi Luis,
>
> for extensive testing, including administration etc. you could use a
> standalone installer:
> - Windows: xwiki-enterprise-installer-windows-2.0.exe
> - other platforms: xwiki-enterprise-installer-generic-2.0-standard.jar
> http://www.xwiki.org/xwiki/bin/view/Main/Download
>
> XWiki is runnable directly after installation. User: Admin/admin
>
> Instructions:
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HInstallingtheStandalonedistribution
>
> Regards,
> Roman
>
> -Urspr?ngliche Nachricht-
> Von: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Im Auftrag
> von Jean-Vincent Drean
> Gesendet: Montag, 5. Oktober 2009 12:03
> An: XWiki Users
> Betreff: Re: [xwiki-users] [myxwiki] new wiki request
>
> Hi Luis,
>
> What about using the existing sandbox wiki to try it stuff out instead ?
> http://playground.xwiki.org/
>
> PS: We don't create wikis on myxwiki.org just to try stuff out.
>
> Thanks,
> JV.
>
> On Mon, Oct 5, 2009 at 10:34 AM, Luis Ruiz  wrote:
> > Hi,
> >
> > I'm working on a non-profit organization and I want to install xwiki, but
> > first I need to test all features in order to see if it fits to us.
> >
> > Admin username: LuisLuis
> > Domain name prefix: prueba
> >
> >
> > Thanks!!!
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> --
>
> Message: 3
> Date: Mon, 5 Oct 2009 21:28:03 +0200
> From: Bodin Gr?gory 
> Subject: Re: [xwiki-users] how to mask those elements
> To: 
> Message-ID: 
> Content-Type: text/plain; charset="iso-8859-1"
>
>
>
>  Re- hello !
>
> > > I want to hide some elements of wiki users (but accessible for
> > > administrator) :
> > >
> > > -> The history tab, information