You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Norman Maurer <no...@apache.org> on 2010/01/11 16:43:29 UTC

JCR implementation for IMAP

Hi all,

from the previous dicussions It seems like there is some interest in
getting a JCR implementation for IMAP mailbox into trunk. Anyone
already started with some prototype ? If not I will just start from
scratch in trunk...

Contributions are welcome :)

Bye
Norman

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: JCR implementation for IMAP

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Mon, Jan 11, 2010 at 5:52 PM, Norman Maurer
<no...@googlemail.com> wrote:
> What do you guys prefer ? Using "plain" JCR stuff or using Jackrabbit
> OCM ? Since with OCM we are able to store in any JCR-170 conform
> Repository too,  I'm in favor of it guys it will make mapping /
> queries etc easier... (at least for me ;))

i would have done it using plain (easier for me) but i'd be equally
happy with OCM

(in terms of performance, the big gains are asynchronous IO and direct
streaming for mail bodies. just need to remember to ensure load big
bodies don't get loaded all the time)

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: JCR implementation for IMAP

Posted by Norman Maurer <no...@googlemail.com>.
What do you guys prefer ? Using "plain" JCR stuff or using Jackrabbit
OCM ? Since with OCM we are able to store in any JCR-170 conform
Repository too,  I'm in favor of it guys it will make mapping /
queries etc easier... (at least for me ;))

Thoughts ?

Bye,
Norman

2010/1/11 Robert Burrell Donkin <ro...@gmail.com>:
> On Mon, Jan 11, 2010 at 4:53 PM, Norman Maurer
> <no...@googlemail.com> wrote:
>> What you mean by using "the framework" ? I will use the store stuff
>> like in jpa implementation..
>
> sounds about right
>
> - robert
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: JCR implementation for IMAP

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Mon, Jan 11, 2010 at 4:53 PM, Norman Maurer
<no...@googlemail.com> wrote:
> What you mean by using "the framework" ? I will use the store stuff
> like in jpa implementation..

sounds about right

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: JCR implementation for IMAP

Posted by Norman Maurer <no...@googlemail.com>.
What you mean by using "the framework" ? I will use the store stuff
like in jpa implementation..

Bye,
Norman

2010/1/11 Robert Burrell Donkin <ro...@gmail.com>:
> On Mon, Jan 11, 2010 at 3:43 PM, Norman Maurer <no...@apache.org> wrote:
>> Hi all,
>>
>> from the previous dicussions It seems like there is some interest in
>> getting a JCR implementation for IMAP mailbox into trunk. Anyone
>> already started with some prototype ? If not I will just start from
>> scratch in trunk...
>
> i recommend using the framework. the JPA implementation should give
> you a good idea how to do it...
>
> - robert
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: JCR implementation for IMAP

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Mon, Jan 11, 2010 at 3:43 PM, Norman Maurer <no...@apache.org> wrote:
> Hi all,
>
> from the previous dicussions It seems like there is some interest in
> getting a JCR implementation for IMAP mailbox into trunk. Anyone
> already started with some prototype ? If not I will just start from
> scratch in trunk...

i recommend using the framework. the JPA implementation should give
you a good idea how to do it...

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org