From dev-return-29902-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Apr 06 14:05:48 2009 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 36678 invoked from network); 6 Apr 2009 14:05:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2009 14:05:48 -0000 Received: (qmail 34193 invoked by uid 500); 6 Apr 2009 14:05:47 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 34115 invoked by uid 500); 6 Apr 2009 14:05:47 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 34107 invoked by uid 99); 6 Apr 2009 14:05:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2009 14:05:47 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akarasulu@gmail.com designates 74.125.92.26 as permitted sender) Received: from [74.125.92.26] (HELO qw-out-2122.google.com) (74.125.92.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2009 14:05:40 +0000 Received: by qw-out-2122.google.com with SMTP id 9so1895793qwb.31 for ; Mon, 06 Apr 2009 07:05:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=WanmPbnfOwCPz7MbOXgkvyxaC5co/Z8QsbplKwO5VH0=; b=umpxVBuMeExmkozoSzQfuYvVLGOIbVOyTvlzZul+hTzD3ZrqpStyOVcf6psOsUqem/ Mgn+zEX+uPquAFl1rKssvBo3O+D/M6+wzVMByVjrXjhGDtFcdlkOXIFZlnWRbj5sJCPb OUNMGHuvAWkRlXu0Y3KVchcrXBff9Mfc8vAy4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=mDuXcrtqonkEM3L7ZueV6SggvxxHYuSc5cS1mc42nzUUd0Hw/T3gP5uggJnh8nlCkB laG1u72QUf1SXhVq7X9nf13uCowIC9kmtmIqOmDXizSqSsS43pNB0unEjBso+9nWo9ec G9z3HfwnYFAzD9VaR2SnqCqJZxD2zGKZ3mgWw= MIME-Version: 1.0 Received: by 10.231.10.68 with SMTP id o4mr915507ibo.33.1239026719147; Mon, 06 Apr 2009 07:05:19 -0700 (PDT) In-Reply-To: <49D9B557.3090300@hot-shot.com> References: <43b026c70904051401x34158ca4k9853361fd906eed1@mail.gmail.com> <49D9B557.3090300@hot-shot.com> Date: Mon, 6 Apr 2009 10:05:19 -0400 Message-ID: Subject: Re: SLP DA status From: Alex Karasulu To: Apache Directory Developers List Content-Type: multipart/alternative; boundary=0022152d62f17648de0466e363d6 X-Virus-Checked: Checked by ClamAV on apache.org --0022152d62f17648de0466e363d6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Mon, Apr 6, 2009 at 3:55 AM, Lorenz Breu wrote: > Hi Chris > > jSLP 2.0, which includes the DA, is basically finished and should be > released within the next few weeks. The current implementation can use > an embedded ADS as a backend, but currently jSLP is still a standalone > project. The out-of-the-box jSLP DA uses a simple in-memory HashMap, but > the code for the ADS (1.5) backend will also be released as a separate > package. That's great. How about contributing it to Directory? > > jSLP 2.0 was developed on top of MINA, which does not support multicast > as of yet. I did however whip up the necessary MINA code for > multicasting over APR. The code was posted to the MINA issue tracker a > while back, but no news from the MINA guys yet. I will contact some people to make sure we can add this code to MINA before 2.0. Emmanuel also may comment on this. > I don't know what we > will do there, maybe release that code on the jSLP page as well. That > multicasting code didn't work for me under windows, probably due to a > problem in tomcat native, but it worked fine under linux (32 and 64 bit). > jSLP is an extension of jSLP and a lot of changes were made. While the > DA part seems to work well, some features have still to be implemented, > such as localization support and SLP security functionality (which also > seems to be FUBAR in OpenSLP). > > I guess "reversing the roles" by using jSLP to build an ApacheDS DA > shouldn't be too hard, just a matter of retrieving a DirectoryAgent von > jSLP within ADS... > Yes this can be done. Was just hoping something can form about SLP here at Apache. Regardless the story goes on and anything is possible. Thanks, Alex --0022152d62f17648de0466e363d6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Mon, Apr 6, 2009 at 3:55 AM, Lorenz B= reu <bru@hot-shot.= com> wrote:
Hi Chris

jSLP 2.0, which includes the DA, is basically finished and should be
released within the next few weeks. The current implementation can use
an embedded ADS as a backend, but currently jSLP is still a standalone
project. The out-of-the-box jSLP DA uses a simple in-memory HashMap, but the code for the ADS (1.5) backend will also be released as a separate
package.

That's great.=A0 How about contributing i= t to Directory?
=A0

jSLP 2.0 was developed on top of MINA, which does not support multicast
as of yet. I did however whip up the necessary MINA code for
multicasting over APR. The code was posted to the MINA issue tracker a
while back, but no news from the MINA guys yet.

I wil= l contact some people to make sure we can add this code to MINA before 2.0.= =A0 Emmanuel also may comment on this.
=A0
I don't know what we
will do there, maybe release that code on the jSLP page as well. That
multicasting code didn't work for me under windows, probably due to a problem in tomcat native, but it worked fine under linux (32 and 64 bit). jSLP is an extension of jSLP and a lot of changes were made. While the
DA part seems to work well, some features have still to be implemented,
such as localization support and SLP security functionality (which also
seems to be FUBAR in OpenSLP).

I guess "reversing the roles" by using jSLP to build an ApacheDS = DA
shouldn't be too hard, just a matter of retrieving a DirectoryAgent von=
jSLP within ADS...

Yes this can be done.=A0 Was just hoping something ca= n form about SLP here at Apache.=A0 Regardless the story goes on and anythi= ng is possible.

Thanks,
Alex


--0022152d62f17648de0466e363d6--