From dev-return-25047-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Apr 23 20:29:55 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 58049 invoked from network); 23 Apr 2008 20:29:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 20:29:55 -0000 Received: (qmail 91267 invoked by uid 500); 23 Apr 2008 20:29:53 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 91227 invoked by uid 500); 23 Apr 2008 20:29:53 -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 91208 invoked by uid 99); 23 Apr 2008 20:29:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 13:29:53 -0700 X-ASF-Spam-Status: No, hits=2.0 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 209.85.162.181 as permitted sender) Received: from [209.85.162.181] (HELO el-out-1112.google.com) (209.85.162.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 20:29:08 +0000 Received: by el-out-1112.google.com with SMTP id s27so1105954ele.5 for ; Wed, 23 Apr 2008 13:29:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=/sojknYTutItHfeV6yfLUVUdO0wzJMuQpmmY3NiNEqI=; b=AHpb2MbhQj4bv6VIeE7rq6Ko0Fws6MkZ9/0p6dMkXjU+2FIWX5vVQj+9VVVfhiQwHa6q8sIs4Sf0H5ud+ZB5ZNEHi5Kvk+yEIE7BvmrvnzvRyhNbWRNatRV9mwelETgKSgVwDTd1CQjkd7hg1fwOcrgfJBwzNvg1mfv3Vk1wMRo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=gJnfiMyNujLzgm8xq96gZgN4yO5Sb8ZfcEiwcY1Pm0hRysowH6x5Sk9tIJAybn7OEhaXaMQPFkLLA9S9Vu80hvtQsQyPJb8L/wx+W6eyqlTzqs5DWRHCg0YwArVWEezPDbFa4piZz6ZohmzjNW0oRsWBMsAXBPR+06CmLEXu6jE= Received: by 10.140.132.8 with SMTP id f8mr662994rvd.122.1208982560802; Wed, 23 Apr 2008 13:29:20 -0700 (PDT) Received: by 10.141.113.13 with HTTP; Wed, 23 Apr 2008 13:29:20 -0700 (PDT) Message-ID: Date: Wed, 23 Apr 2008 16:29:20 -0400 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: "Apache Directory Developers List" Subject: Re: [Studio] Starting a new Apache Directory Server plugin In-Reply-To: <98d8c0860804230310rf717b62vc4d04858a40c1603@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20011_18073528.1208982560776" References: <98d8c0860804230310rf717b62vc4d04858a40c1603@mail.gmail.com> X-Google-Sender-Auth: f9f52f3a9d59a962 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_20011_18073528.1208982560776 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Pierre, On Wed, Apr 23, 2008 at 6:10 AM, Pierre-Arnaud Marcelot wrote: > Hi all, > > After a few discussions with a part of the Directory Team that was at > ApacheCon Europe in Amsterdam, we've been thinking on an idea of a new > plugin for Studio. > > This plugin would be an Apache Directory Server plugin. It would allow the > user to organize and launch Apache Directory Server configurations within > Studio, and this, without having to install Apache DS on the machine (the > plugin would package Apache DS 1.5.2 jars). > Great to see you whipping this together. Thanks for updating us on the ML. > > I think this is a great idea for a plugin (original credits go to Stefan > Zoerner who put the idea on the table during a discussion). Go Zoerner !!! > It can be very helpful for developpers who are working on projects > including an LDAP layer. > Wouldn't it be great to launch a server for verifying a piece of code > (Java or not) in two clicks? A few steps of simple configuration, a clic on > the run button, and you're set to go... > That's PHAT! > > I believe it may also give more visibility to Apache DS. Maybe some people > who are using Studio don't know that the Apache Directory project is also > hosting a powerful LDAP server... > Ah yeah. > > I think a first version of such a plugin should be released as soon as > possible... Probably as part of a 1.2.0 Studio release. > Just perfect we'll probably be able to release ADS 1.5.3 by then with some additional features for delegated authentication to AD. Hoping to. > In a near future, we could also imagine to include support for managing > Apache DS instances installed on the machine itself (installed using the > Apache DS installers). > +1 that would be great. I was going to write an ApacheDS tools command for that too. Maybe we can reuse some code here when we get to that stage. > I also started to write a specific Log4J logger that would report log in > the Console view of Eclipse. > > Any thoughts on this? > Just excited that you're going to make it real. Can't wait to take it for a test drive. Thanks! Alex ------=_Part_20011_18073528.1208982560776 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Pierre,

On Wed, Apr 23, 2008 at 6:10 AM, Pierre-Arnaud Marcelot <pa@marcelot.net> wrote:
Hi all,

After a few discussions with a part of the Directory Team that was at ApacheCon Europe in Amsterdam, we've been thinking on an idea of a new plugin for Studio.

This plugin would be an Apache Directory Server plugin. It would allow the user to organize and launch Apache Directory Server configurations within Studio, and this, without having to install Apache DS on the machine (the plugin would package Apache DS 1.5.2 jars).

Great to see you whipping this together.  Thanks for updating us on the ML.
 

I think this is a great idea for a plugin (original credits go to Stefan Zoerner who put the idea on the table during a discussion).

Go Zoerner !!!
 
It can be very helpful for developpers who are working on projects including an LDAP layer.
Wouldn't it be great to launch a server for verifying a piece of code (Java or not) in two clicks? A few steps of simple configuration, a clic on the run button, and you're set to go...

That's PHAT!
 

I believe it may also give more visibility to Apache DS. Maybe some people who are using Studio don't know that the Apache Directory project is also hosting a powerful LDAP server...

Ah yeah.
 

I think a first version of such a plugin should be released as soon as possible... Probably as part of a 1.2.0 Studio release.

Just perfect we'll probably be able to release ADS 1.5.3 by then with some additional features for delegated authentication to AD.  Hoping to.


In a near future, we could also imagine to include support for managing Apache DS instances installed on the machine itself (installed using the Apache DS installers).

+1 that would be great.  I was going to write an ApacheDS tools command for that too.  Maybe we can reuse some code here when we get to that stage.
 
I also started to write a specific Log4J logger that would report log in the Console view of Eclipse.

Any thoughts on this?

Just excited that you're going to make it real.  Can't wait to take it for a test drive. Thanks!

Alex

------=_Part_20011_18073528.1208982560776--