From directory-dev-return-349-apmail-incubator-directory-dev-archive=incubator.apache.org@incubator.apache.org Fri Dec 05 19:52:54 2003 Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 21833 invoked from network); 5 Dec 2003 19:52:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Dec 2003 19:52:54 -0000 Received: (qmail 29315 invoked by uid 500); 5 Dec 2003 19:52:41 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 29253 invoked by uid 500); 5 Dec 2003 19:52:41 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Apache Directory Developers List" Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 29198 invoked from network); 5 Dec 2003 19:52:41 -0000 Received: from unknown (HELO imf25aec.mail.bellsouth.net) (205.152.59.73) by daedalus.apache.org with SMTP; 5 Dec 2003 19:52:41 -0000 Received: from franklin ([68.218.166.76]) by imf25aec.mail.bellsouth.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031205195241.HWDU1936.imf25aec.mail.bellsouth.net@franklin> for ; Fri, 5 Dec 2003 14:52:41 -0500 From: "Alex Karasulu" To: "'Apache Directory Developers List'" Subject: RE: [eve] Event Notification Service ( Was Event Manager ) Date: Fri, 5 Dec 2003 14:52:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <200312051400.03350.wmckean@logictrends.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcO7YiUXMD7MIGCmQdO4vs6zow9ytgABrGaA Message-Id: <20031205195241.HWDU1936.imf25aec.mail.bellsouth.net@franklin> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Wes, The aspect stuff is actually unrelated and reside within the backend subsystem which is separate from the frontend discussion. I'll post and email right after this one on the interceptor framework within the backend subsystem just to clarify. Alex > -----Original Message----- > From: Wes McKean [mailto:wmckean@logictrends.com] > Sent: Friday, December 05, 2003 2:00 PM > To: Apache Directory Developers List > Subject: Re: [eve] Event Notification Service ( Was Event Manager ) > > Cool. So we are going to implement a synchronous event queue, and provide > an > Asychronous attachment, if thats what we decide we need. > > Question: Are we still planning on doing the before and after channels > with > AspectJ? If so, how does that fit into this architecture? > > Wes > > > On Thursday 04 December 2003 11:49 pm, Alex Karasulu wrote: > > Looks like Wes we get to implement this stuff anyway. It will > > be more fun I think. > > > > Anyway I'm done massaging the old LDAPd projects that just got > > imported and don't think I can get them to fully build and deploy > > using phoenix with the new maven stuff without wasting more time. > > The problem has to do with the sar building etc. > > > > Instead I'd rather focus on this stuff and leave it as is. We can't > > release it until we're out of the incubator anyway. > > > > So what I did was this. I created a directory/ldap/eve parent and > > under that created the frontend and backend directories. Basically > > these are the two major subsystems within the server. > > > > All our components should be built as separate maven projects unless > > Brett has objects :-). For example the event stuff would be a project > > under directory/ldap/eve/frontend/event and so on. > > > > I will start moving some of my code from the sandboxs here as well as > > the new things I've been exploring locally with the frontend. > > > > Alex