Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 51097 invoked from network); 27 Aug 2008 00:56:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2008 00:56:23 -0000 Received: (qmail 38417 invoked by uid 500); 27 Aug 2008 00:56:16 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 38375 invoked by uid 500); 27 Aug 2008 00:56:16 -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 38364 invoked by uid 99); 27 Aug 2008 00:56:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 17:56:16 -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 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 00:55:19 +0000 Received: by py-out-1112.google.com with SMTP id d32so1803123pye.19 for ; Tue, 26 Aug 2008 17:55:31 -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=pETNRNiklvWB+9XebmmXBAQJ8jLtHMTCo/87R9hS7QA=; b=phyh0ZYOoLlz2Ov7SwJz/F+OAUBFN4dQJ+ErkO9jLA1AyMKUxyEXpFzdpjKqx5BUGx Gyb5t69V86h0rWdVLt6qYBMbclbbkEsAnQiJld9NBdDNihr8J4Bv0+yTRh1cPoMJ2HH9 0AJQmEWh0jo3FsyDqHLHBsmZDZgMb3NY4F9Jw= 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=Qp8f7KVIFJpEuDYuU+LoB33WXlVTnNzIvcntT+Vo3/dVe5q+KmuGm5t4sff1M1tp6o /YHbWi1yJtZehxQ9PTA72PCbVxEWzgR69aAlT5agkkNlMQzf4ve7PoISbmAL23952/2i sEc00OB16D6JwxSEbEbBlnYB6t4ALRkbaTu6g= Received: by 10.114.234.13 with SMTP id g13mr5416999wah.176.1219798531226; Tue, 26 Aug 2008 17:55:31 -0700 (PDT) Received: by 10.114.66.3 with HTTP; Tue, 26 Aug 2008 17:55:25 -0700 (PDT) Message-ID: Date: Tue, 26 Aug 2008 20:55:25 -0400 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: "Apache Directory Developers List" Subject: Re: [ApacheDS] [XBeans] [Spring] Any issue with moving to spring 2.5? In-Reply-To: <6A0633B4-6D79-442C-A151-FE3FB1A41847@yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10563_1036823.1219798526045" References: <6A0633B4-6D79-442C-A151-FE3FB1A41847@yahoo.com> X-Google-Sender-Auth: 81d9ca8ac3e76023 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10563_1036823.1219798526045 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline David, one more question: If I have an inheritance hierarchy say Foo implementing Bar and Bar interface has a destroy() method. How do I mark up the Javadocs so Foo.destroy() is called as XBean DestroyMethod? Thanks, Alex On Tue, Aug 26, 2008 at 3:07 PM, David Jencks wrote: > Unfortunately I don't know how compatible spring 2.5 is with xbean-spring > and AFAIK no one has changed the documentation recently. I've heard rumors > that spring now has something sort of similar and almost as good as > xbean-spring so if true it might be worth switching. > If I was doing it over again I'd look into using jaxb rather than spring > but I don't know of any actual projects that have succeeded in doing > something like this.... it also might tie you to xml more than you like. > > Sorry I don't know more > david jencks > > On Aug 26, 2008, at 11:53 AM, Alex Karasulu wrote: > > Also Dave could you point me in the direction of some XBean documentation. > Last time I checked there was not much - hoping that some might have been > added since then. If not I guess I can look at test cases to get a better > understanding of how to use it. > > Thanks, > Alex > > On Tue, Aug 26, 2008 at 2:28 PM, Alex Karasulu wrote: > >> Hi David, >> >> Do you see any potential issue with moving to Spring 2.5.x WRT XBean? I >> was thinking of upgrading but thought I'd check with you first. >> >> Thanks, >> Alex >> > > > ------=_Part_10563_1036823.1219798526045 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
David, one more question:

   If I have an inheritance hierarchy say Foo implementing Bar and Bar interface has a destroy() method.  How do I mark up the Javadocs so Foo.destroy() is called as XBean DestroyMethod?

Thanks,
Alex

On Tue, Aug 26, 2008 at 3:07 PM, David Jencks <david_jencks@yahoo.com> wrote:
Unfortunately I don't know how compatible spring 2.5 is with xbean-spring and AFAIK no one has changed the documentation recently.  I've heard rumors that spring now has something sort of similar and almost as good as xbean-spring so if true it might be worth switching.

If I was doing it over again I'd look into using jaxb rather than spring but I don't know of any actual projects that have succeeded in doing something like this.... it also might tie you to xml more than you like.

Sorry I don't know more
david jencks

On Aug 26, 2008, at 11:53 AM, Alex Karasulu wrote:

Also Dave could you point me in the direction of some XBean documentation.  Last time I checked there was not much - hoping that some might have been added since then.  If not I guess I can look at test cases to get a better understanding of how to use it.

Thanks,
Alex

On Tue, Aug 26, 2008 at 2:28 PM, Alex Karasulu <akarasulu@apache.org> wrote:
Hi David,

Do you see any potential issue with moving to Spring 2.5.x WRT XBean? I was thinking of upgrading but thought I'd check with you first.

Thanks,
Alex



------=_Part_10563_1036823.1219798526045--