|
From: Alef A. <ale...@in...> - 2006-01-16 15:20:32
|
Hi all, I'm currently investigating what kind of features we'd like to have in IDEA when it comes to integration with Spring. I've got the following on the list so far and I'd really like your input. So if you have any ideas about what kind of features IDEA could offer that will help you develop your Spring application, I'd really like to hear them! - An “add bean to applicationcontext option” that would work like the generate getter and setter dialog, pick one of the applicationcontexts (automatically detected by dtd ? ) and select the properties you want to have property elements generated for - Be able to click on a ref=”” attribute and automatically jump to that bean in the applicationcontext defined - Validation for bean properties eg : non existing refs, using a value instead of ref, something set on a property that cannot be handled by the associated property editor - Bean generation (xml -> java and backwards) ! thanks! Alef Arendsen |
|
From: Mark D. <ma...@ta...> - 2006-01-16 21:12:30
|
*delurking for a bit* Have you noticed that IDEA already includes some spring integration?=20 When adding a bean entry in your XML - IDEA will autocomplete any <property/> elements for the defined bean class. I'm sure theres some more things under the covers that IDEAs doing as well, but would be great seeing some additional support. Theres also an existing spring plugin which provides visualisation of the beans (I think - I've not tried it out).. Mark On 1/17/06, Alef Arendsen <ale...@in...> wrote: > I'm currently investigating what kind of features we'd like to have in > IDEA when it comes to integration with Spring. > > I've got the following on the list so far and I'd really like your > input. So if you have any ideas about what kind of features IDEA could > offer that will help you develop your Spring application, I'd really > like to hear them! |
|
From: James C. <jim...@do...> - 2006-01-17 14:25:58
|
FWIW, IDEA also notices multiple ID's with the same name. At least in = the same file. > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On = Behalf > Of Mark Derricutt > Sent: Monday, January 16, 2006 4:12 PM > To: spr...@li... > Subject: Re: [Springframework-developer] IDEA integration features >=20 > *delurking for a bit* >=20 > Have you noticed that IDEA already includes some spring integration? > When adding a bean entry in your XML - IDEA will autocomplete any > <property/> elements for the defined bean class. >=20 > I'm sure theres some more things under the covers that IDEAs doing as > well, but would be great seeing some additional support. >=20 > Theres also an existing spring plugin which provides visualisation of > the beans (I think - I've not tried it out).. >=20 > Mark >=20 > On 1/17/06, Alef Arendsen <ale...@in...> wrote: >=20 > > I'm currently investigating what kind of features we'd like to have = in > > IDEA when it comes to integration with Spring. > > > > I've got the following on the list so far and I'd really like your > > input. So if you have any ideas about what kind of features IDEA = could > > offer that will help you develop your Spring application, I'd really > > like to hear them! >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD = SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id=16865&op=3Dick > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Alef A. <ale...@in...> - 2006-01-17 15:26:56
|
Yes, this should just be the XML validation, since the bean identifier is an XML ID attribute. regards, Alef James Cook wrote: > FWIW, IDEA also notices multiple ID's with the same name. At least in the > same file. > > >> -----Original Message----- >> From: spr...@li... >> [mailto:spr...@li...] On Behalf >> Of Mark Derricutt >> Sent: Monday, January 16, 2006 4:12 PM >> To: spr...@li... >> Subject: Re: [Springframework-developer] IDEA integration features >> >> *delurking for a bit* >> >> Have you noticed that IDEA already includes some spring integration? >> When adding a bean entry in your XML - IDEA will autocomplete any >> <property/> elements for the defined bean class. >> >> I'm sure theres some more things under the covers that IDEAs doing as >> well, but would be great seeing some additional support. >> >> Theres also an existing spring plugin which provides visualisation of >> the beans (I think - I've not tried it out).. >> >> Mark >> >> On 1/17/06, Alef Arendsen <ale...@in...> wrote: >> >> >>> I'm currently investigating what kind of features we'd like to have in >>> IDEA when it comes to integration with Spring. >>> >>> I've got the following on the list so far and I'd really like your >>> input. So if you have any ideas about what kind of features IDEA could >>> offer that will help you develop your Spring application, I'd really >>> like to hear them! >>> >> ------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. Do you grep through log >> files >> for problems? Stop! Download the new AJAX search engine that makes >> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >> http://ads.osdn.com/?ad_idv37&alloc_id865&op=ick >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd_______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > -- Alef Arendsen Interface21 NL Spring Services from the Source http://www.interface21.com Spring Core Developer http://www.springframework.org Author, "Professional Java Development with the Spring Framework" (June 2005, with Rod Johnson, Juergen Hoeller, Colin Sampaleanu and Thomas Risberg) http://www.amazon.com/exec/obidos/ASIN/0764574833/ Interface21 NL B.V. Donker Curtiusstraat 7-400c 1051JL Amsterdam Phone: 020 486 20 36 Fax: 084 837 00 00 Mail: al...@in... Skype: aarendsen ************************************ DISCLAIMER ********************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. ********************************************************************* |
|
From: Peter M. <pmo...@gm...> - 2006-01-19 05:15:24
|
> >> > >> On 1/17/06, Alef Arendsen <alef.arendsen <at> interface21.com> wrote: > >> > >> > >>> I'm currently investigating what kind of features we'd like to have in > >>> IDEA when it comes to integration with Spring. > >>> > >>> I've got the following on the list so far and I'd really like your > >>> input. So if you have any ideas about what kind of features IDEA could > >>> offer that will help you develop your Spring application, I'd really > >>> like to hear them! > >>> Awesome that someone is working on this... It's popped up now and again on the intellij forums, but there hasn't been a ton of work done on it, though 5.0.2 and 5.1 beta/eap have some support re: bean properties, and the Jetbrains guys seem to be asking about it... Old feature request that has some ideas http://www.jetbrains.net/jira/browse/IDEABKL-2804 Threads with Spring Ideas (free registration) http://intellij.net/forums/thread.jsp?forum=18&thread=154563 http://intellij.net/forums/thread.jsp?forum=18&thread=158333 http://intellij.net/forums/thread.jsp?forum=22&thread=169554#4935687 IdeaSpring Plugin - seems active http://plugins.intellij.net/plugins/view/?id=IdeaSpring Hope that helps... --pete |