|
From: Torsten J. <tor...@on...> - 2005-03-31 00:16:59
|
Christian, you can go for it ;-) Right now I successfully commited all of the =20 refactored stuff. The bean config validator is totally redesigned. It uses an extended =20 version of Spring's AbstractBeanFactory which additionally implements =20= the BeanDefintitionRegistry interface. By using this we are able to put =20= some information (mainly the bean's internal BeanDefinitionHolder) =20 Spring IDE's core model into this BeanDefinitionRegistry and let Spring =20= resolve all the constructor argument value, bean inheritance (parent =20 beans) and property value magic (bean references). During refactoring I fixed a few glitches, e.g. - inner classes are supported as beans classes now (label decoration, =20= bean class name map, ...) - added support for migrating from Spring beans projects (v1.0.x and =20 v1.1.0) to new generic Spring project (>=3D v1.2) Haris, now you can get the CVS head and give it a try ;-) Cheers, Torsten On 30.03.2005, at 18:44, Christian Dupuis wrote: > Hi David, > > I will finilly migrate the sourceforge CVS to the subversion = repository > as soon as Torsten has finished his refactoring. Until now the SVN =20 > repository > only contains a pretty old CVS checkout. > > Greetings Christian > > Quoting "Watkins, David" <dav...@fa...>: > >> Hi Torsten, >> Yeah, I'm still keen to contribute to this project! Haven't had much >> time to work on things recently, things are very busy at work (new >> release of our software is imminent). However I have been working =20= >> away >> on some internal plugins for our development team which utilise the >> spring plugin stuff and I've got a few things I'd like to see if I = can >> add >> into the base project (#1 is seeing how to get the import tag >> recognized) >> >> I'll go and take a look at the subversion repository this evening. >> >> Cheers, >> dw >> >> >> >> >>> -----Original Message----- >>> From: spr...@li... >>> [mailto:spr...@li...] >>> On Behalf Of Torsten Juergeleit >>> Sent: 29 March 2005 22:53 >>> To: Spring IDE Developer List >>> Subject: Re: [Springide-eclip-developer] springide compile >>> problem (last cvs) >>> >>> Haris, >>> >>> I'm in the process of refactoring the Spring IDE plugins >>> right now. So the CVS head isn't compilable yet. >>> >>> The plan / status is as follows: >>> >>> - Migration to Eclipse 3 (native code, no compatibility >>> plugins required), remove all deprecation warnings >>> -> done >>> >>> - Refactoring the core Spring / Eclipse stuff (project >>> nature, basic / generic incremental builder, globally >>> needed jars) into separate plugins >>> (org.springframework.ide.eclipse.core, >>> org.springframework.ide.eclipse.ui) >>> -> done >>> >>> - Adding an Eclipse extension point to plug-in your own >>> incremental builder for Spring projects, e.g. for a >>> Spring Webflow validator >>> -> done >>> >>> - fixing Bean Core's config validator >>> -> ongoing (this stuff is really complicated :-( ) >>> >>> - Adding an Eclipse extension point to plug-in your own bean >>> config file validator to the Beans Core's >>> config validator >>> -> not started yet >>> >>> - Migration of the Spring IDE source code to a Subversion >>> repository, Christian Dupuis (a colleague of mine) >>> already set up the corresponding site (SVN repository with >>> Trac frontend [Wiki, source browsing and >>> issue tracking]) on his server >>> (https://svn.christiandupuis.de/spring-ide/ , >>> http://trac.christiandupuis.de/spring-ide/ ) >>> -> ongoing >>> >>> - Support for Spring Web Flow -> Christian is volunteering to >>> use his GEF knowledge (he already implemented an >>> Eclipse plugin with a nice graphical Eclipse editor for >>> workflow definition files of a B2B application's backend >>> services) to create a graphical editor for the config >>> files of Spring Webflow (coming with the new Spring 1.2) >>> -> ongoiing >>> >>> - Integration of Dave's search extension into Spring IDE >>> -> Dave, are you interested? ;-) >>> >>> Cheers, >>> Torsten >>> >>> On 28.03.2005, at 22:04, snpe wrote: >>> >>> > Hello, >>> > I try compile last cvs eclipseide and get next error (class not >>> > found) : >>> > import >>> > >>> = org.springframework.ide.eclipse.beans.core.internal.model.validator.B=20 >>> e >>> > a >>> > nsConfigValidator; >>> > import >>> > >>> = org.springframework.ide.eclipse.beans.core.internal.model.validator.B=20 >>> e >>> > a >>> > nsValidatorUtil; >>> > import >>> > >>> = org.springframework.ide.eclipse.beans.core.internal.model.validator.I=20 >>> B >>> > e >>> > ansConfigValidator; >>> > >>> > There isn't complete package >>> > = org.springframework.ide.eclipse.beans.core.internal.model.validator >>> > >>> > What is a problem ? >>> > >>> > Regards >>> > Haris Peco >>> > >>> > >>> > ------------------------------------------------------- >>> > SF email is sponsored by - The IT Product Guide Read honest >>> & candid >>> > reviews on hundreds of IT Products from real users. >>> > Discover which products truly live up to the hype. Start >>> reading now. >>> > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick >>> > _______________________________________________ >>> > Springide-eclip-developer mailing list >>> > Spr...@li... >>> > >>> https://lists.sourceforge.net/lists/listinfo/springide-eclip-=20 >>> developer >>> > >>> >>> >>> >>> ------------------------------------------------------- >>> SF email is sponsored by - The IT Product Guide Read honest & >>> candid reviews on hundreds of IT Products from real users. >>> Discover which products truly live up to the hype. Start reading = now. >>> http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick >>> _______________________________________________ >>> Springide-eclip-developer mailing list >>> Spr...@li... >>> https://lists.sourceforge.net/lists/listinfo/springide-eclip-=20 >>> developer >>> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real =20 >> users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick >> _______________________________________________ >> Springide-eclip-developer mailing list >> Spr...@li... >> = https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer >> >> > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real =20 > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |