Re: [IMAP] Hibernate mailbox [WAS Re: Developer environment]

2007-09-09 Thread Robert Burrell Donkin
(apologies for being slow on this: my tendons in my shoulder became inflamed and required rest) On 8/18/07, Zsombor <[EMAIL PROTECTED]> wrote: > On 8/12/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > > > IMHO the mailbox design suffers from being a compromise between a good > > IMAP API

Re: [IMAP] Hibernate mailbox [WAS Re: Developer environment]

2007-08-17 Thread Zsombor
On 8/12/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > > > IMHO the mailbox design suffers from being a compromise between a good > IMAP API and a good general API. the interface and implementation is > over-complicated but there are many features which are likely to be > IMAP specific in

Re: [IMAP] Hibernate mailbox [WAS Re: Developer environment]

2007-08-12 Thread Robert Burrell Donkin
On 8/11/07, Zsombor <[EMAIL PROTECTED]> wrote: > > > On 8/10/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > On 8/10/07, Zsombor <[EMAIL PROTECTED]> wrote: > > (i'm interested in JDO and would be much more likely to contribute to > > a OpenJPA implementation than to a plain hibernate on

Re: [IMAP] Hibernate mailbox [WAS Re: Developer environment]

2007-08-11 Thread Zsombor
On 8/10/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > On 8/10/07, Zsombor <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Finally i've been able to run James with the Spring container, it's a > much > > simpler environment for me to develop. > > cool > > > My plan is to write a > > Hiberna

Re: [IMAP] Hibernate mailbox [WAS Re: Developer environment]

2007-08-10 Thread Norman Maurer
Robert Burrell Donkin schrieb: On 8/10/07, Zsombor <[EMAIL PROTECTED]> wrote: Hi, Finally i've been able to run James with the Spring container, it's a much simpler environment for me to develop. cool My plan is to write a Hibernate/Spring based IMAP backend, with a 'dbfile' a

Re: Developer environment

2007-08-10 Thread Bernd Fondermann
Hi Zsombor, On 8/10/07, Zsombor <[EMAIL PROTECTED]> wrote: > > Finally i've been able to run James with the Spring container, it's a much > simpler environment for me to develop. Good to hear! > My plan is to write a > Hibernate/Spring based IMAP backend, with a 'dbfile' and pure 'db' > semant

Re: [IMAP] Hibernate mailbox [WAS Re: Developer environment]

2007-08-10 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: > On 8/10/07, Zsombor <[EMAIL PROTECTED]> wrote: >> My plan is to write a >> Hibernate/Spring based IMAP backend, with a 'dbfile' and pure 'db' >> semantics. I will happily share it (contribute it), if someone interested >> when it's finished. > > interested, yes

Re: [IMAP] Hibernate mailbox [WAS Re: Developer environment]

2007-08-10 Thread Ahmed Mohombe
(i'm interested in JDO and would be much more likely to contribute to a OpenJPA implementation than to a plain hibernate one. the OpenJPA team is also very friendly so i'm sure that they'd be happy to help out with architecture.) IMHO a much better strategy would be to use Cayenne as an ORM: http

[IMAP] Hibernate mailbox [WAS Re: Developer environment]

2007-08-10 Thread Robert Burrell Donkin
On 8/10/07, Zsombor <[EMAIL PROTECTED]> wrote: > Hi, > > Finally i've been able to run James with the Spring container, it's a much > simpler environment for me to develop. cool > My plan is to write a > Hibernate/Spring based IMAP backend, with a 'dbfile' and pure 'db' > semantics. I will hap

Re: Developer environment

2007-08-10 Thread Zsombor
On 8/2/07, Bernd Fondermann <[EMAIL PROTECTED]> wrote: > > On 8/2/07, Zsombor <[EMAIL PROTECTED]> wrote: > > On 8/1/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > > > > > On 8/1/07, Zsombor <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > > > > What is the simplest way to start James in

Re: Developer environment

2007-08-02 Thread Robert Burrell Donkin
On 8/2/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Zsombor ha scritto: > > You mean, that every time you made a change, you create a new sar file, copy > > that to a phoenix lib, and you start with that script ? It's a little bit > > elaborate process, isn't it ? > > > > Zsombor > > Most time

Re: Developer environment

2007-08-02 Thread Stefano Bagnara
Zsombor ha scritto: > You mean, that every time you made a change, you create a new sar file, copy > that to a phoenix lib, and you start with that script ? It's a little bit > elaborate process, isn't it ? > > Zsombor Most time when you make a change you also write a unit test for it and the uni

Re: Developer environment

2007-08-02 Thread Bernd Fondermann
On 8/2/07, Zsombor <[EMAIL PROTECTED]> wrote: > On 8/1/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > > > On 8/1/07, Zsombor <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > What is the simplest way to start James in debug mode in Eclipse > > currently? > > > Is it possible, or everyone

Re: Developer environment

2007-08-01 Thread Zsombor
On 8/1/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > On 8/1/07, Zsombor <[EMAIL PROTECTED]> wrote: > > Hi, > > > > What is the simplest way to start James in debug mode in Eclipse > currently? > > Is it possible, or everyone runs/test it outside of a VM? To figure out > the > > whole SA

Re: Developer environment

2007-08-01 Thread Robert Burrell Donkin
On 8/1/07, Zsombor <[EMAIL PROTECTED]> wrote: > Hi, > > What is the simplest way to start James in debug mode in Eclipse currently? > Is it possible, or everyone runs/test it outside of a VM? To figure out the > whole SAR/Phoenix/classloader mess is not simple. i run it in a separate VM and ask e

Developer environment

2007-08-01 Thread Zsombor
Hi, What is the simplest way to start James in debug mode in Eclipse currently? Is it possible, or everyone runs/test it outside of a VM? To figure out the whole SAR/Phoenix/classloader mess is not simple. Thanks Zsombor