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 <[EMAIL PROTECTED]>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 <[EMAIL PROTECTED]>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 >> > > >
