You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(21) |
Oct
(41) |
Nov
(18) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
(15) |
Apr
(17) |
May
(2) |
Jun
(6) |
Jul
(13) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
(3) |
| 2006 |
Jan
(3) |
Feb
|
Mar
(1) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
(2) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Steven D. <ste...@gm...> - 2005-08-11 21:04:11
|
Torsten, I won't have time to work on it right away but I still want to contribute. Steven On 8/11/05, Torsten Juergeleit <tor...@on...> wrote: > Steven, >=20 > are you still interested in developing wizards for Spring IDE? >=20 > How about this one http://springide.org/project/ticket/141 ? >=20 > Cheers, > Torsten >=20 > On 02.06.2005, at 09:28, Steven Devijver wrote: >=20 > > Hi, > > > > It struck me a few days ago while I was browsing the Weblogic > > administrative console that while J2EE artifacts can be configured in > > Spring just as in Weblogic or any other application server (data > > source, connection pools, Hibernate session factories, JDO persistence > > stores, message queues, ....) Spring doesn't have a console to manage > > those artifacts. > > > > Since Spring configuration happens off-line most of the time it would > > make sense to provide a number of wizards in an IDE environment to set > > up common J2EE artifacts. Examples would be: > > > > * generic bean configuration wizard. > > * data source configuration wizard. > > * Hibernate session factory configuration wizard. > > * JDO persistence store configuration wizard. > > * Acegi configuration wizard. > > * Service configuration wizard which would include transaction > > demarcation and security demarcation. > > * ActiveMQ configuration wizard. > > > > Spring IDE already offers a lot of core functionality to this end so > > it makes sense to me to add these wizards to the Spring IDE project. > > > > It would make sense to me to discuss these items on this list before > > implementation is started. The generic bean configuration wizard > > (GBCW) seems like a good starting point. I see this as an extension > > point for other wizards. > > > > The GBCW would ideally have these features: > > > > * a field for the bean ID. > > * a field for selecting a class. I've already looked at > > org.eclipse.jdt.ui.wizards.NewClassWizardPage for this. > > * other bean settings: abstract, lazy-init, singleton, parent, init > > and destroy methods, autowiring, ... . > > * property editing: simple values, beans, bean references, lists, > > maps, properties, sets, ... . > > > > To give you some background: I've done some experimenting with Eclipse > > plug-in development but basically I have little experience. I see this > > as an opportunity to improve my Eclipse development skills. > > > > Please send your feedback to the list. > > > > Kind regards > > > > Steven Devijver > > > > > > -- > > "If you want to be a different fish, you gotta jump out of the > > school." > > -- Captain Beefheart > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by Yahoo. > > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > > Search APIs Find out how you can build Yahoo! directly into your own > > Applications - visit http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg- > > q22005 > > _______________________________________________ > > Springide-eclip-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > > >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic= es > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer >=20 --=20 "If you want to be a different fish, you gotta jump out of the school." -- Captain Beefheart |
|
From: Torsten J. <tor...@on...> - 2005-08-11 20:56:53
|
Steven, are you still interested in developing wizards for Spring IDE? How about this one http://springide.org/project/ticket/141 ? Cheers, Torsten On 02.06.2005, at 09:28, Steven Devijver wrote: > Hi, > > It struck me a few days ago while I was browsing the Weblogic > administrative console that while J2EE artifacts can be configured in > Spring just as in Weblogic or any other application server (data > source, connection pools, Hibernate session factories, JDO persistence > stores, message queues, ....) Spring doesn't have a console to manage > those artifacts. > > Since Spring configuration happens off-line most of the time it would > make sense to provide a number of wizards in an IDE environment to set > up common J2EE artifacts. Examples would be: > > * generic bean configuration wizard. > * data source configuration wizard. > * Hibernate session factory configuration wizard. > * JDO persistence store configuration wizard. > * Acegi configuration wizard. > * Service configuration wizard which would include transaction > demarcation and security demarcation. > * ActiveMQ configuration wizard. > > Spring IDE already offers a lot of core functionality to this end so > it makes sense to me to add these wizards to the Spring IDE project. > > It would make sense to me to discuss these items on this list before > implementation is started. The generic bean configuration wizard > (GBCW) seems like a good starting point. I see this as an extension > point for other wizards. > > The GBCW would ideally have these features: > > * a field for the bean ID. > * a field for selecting a class. I've already looked at > org.eclipse.jdt.ui.wizards.NewClassWizardPage for this. > * other bean settings: abstract, lazy-init, singleton, parent, init > and destroy methods, autowiring, ... . > * property editing: simple values, beans, bean references, lists, > maps, properties, sets, ... . > > To give you some background: I've done some experimenting with Eclipse > plug-in development but basically I have little experience. I see this > as an opportunity to improve my Eclipse development skills. > > Please send your feedback to the list. > > Kind regards > > Steven Devijver > > > -- > "If you want to be a different fish, you gotta jump out of the > school." > -- Captain Beefheart > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg- > q22005 > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |
|
From: Torsten J. <tor...@on...> - 2005-07-26 20:43:09
|
Pierre-Antoine Gr=E9goire created nice logos for Spring IDE. Thanx a = lot. Now we are asking you: Which one should be used for Spring IDE, the =20 "normal" one or the sketchy one? Please take your vote to our poll. Cheers, Torsten= |
|
From: Sica, D. \(David\) <ds...@av...> - 2005-07-26 14:06:22
|
I'm trying to update SpringIDE from within Eclipse and it only finds 1.2.1. Does the site.xml file need to be updated at: http://springide.org/updatesite/ Thanks, David |
|
From: Torsten J. <tor...@on...> - 2005-07-19 22:28:22
|
All, did anyone have a chance to take a look at the current trunk version of Spring IDE? It fixes a few errors and introduces one new feature (BeansView now preserves it's state while config files are modified and the BeansModel is re-created). The details can be found here http:// springide.org/project/query?status=closed&milestone=Release+1.2.2 We are planning to release v1.2.2 this week. Any objections? Btw. v1.2.2 will be the last version of Spring IDE which supports Eclipse 3.0.x. Starting with the next version Spring IDE will require Eclipse 3.1 (due to the new Beans XML editor -> http://springide.org/ project/wiki/BeansXmlEditor). Cheers, Torsten |
|
From: Torsten J. <tor...@on...> - 2005-07-10 23:31:17
|
Haris, > I use wtp xml editor and next features doesn't work (because xml > editor is multipage) > - from graph editor - open in config file - it go to begin of > file, no to bean definition Fixed in http://springide.org/project/ticket/105 > - from editor key binding ctrl-alt-t and ctrl-alt-v Still investigating... http://springide.org/project/ticket/107 > I send you patch before for this features, but it isn't accepted.I > can write patch again, probably > 'open in config file' and ctrl-alt-t are cool features for me Your patch introduced dependencies to WST and Eclipse 3. This was not feasible last year. Now Spring IDE requires Eclipse 3 and the navigating issue was fixed by using a Eclipse 3 feature [IDE.openEditor()] -> http:// springide.org/project/ticket/105 > Can I try from current cvs ? Yes. But it's work in progess ;-) Cheers, Torsten On 11.07.2005, at 01:55, snpe wrote: > Torsten, > I use wtp xml editor and next features doesn't work (because xml > editor is multipage) > - from graph editor - open in config file - it go to begin of > file, no to bean definition > - from editor key binding ctrl-alt-t and ctrl-alt-v > > I send you patch before for this features, but it isn't accepted.I > can write patch again, probably > 'open in config file' and ctrl-alt-t are cool features for me > > - outline is great, I haven't seen outline first time (my outline > is right from editor, always) > > Can I try from current cvs ? > > Thanks > On Sunday 10 July 2005 07:19 pm, Torsten Juergeleit wrote: > >>> Does it mean that wtp will be required ? >>> >> >> Depends. Yes, if you want to use the beans XML editor. No, if only >> want to use Spring Beans view + validator. >> It's the same as with the beans graph. If you want to use it then you >> have to install GEF. >> >> WST (and all it dependencies) will be optional plugins. >> >> >>> Wish features : I like first attribute showing like hibernate >>> editor (screenshoot http://www.snpe.co.yu/reverseEditor.png ) >>> >> >> IMHO displaying only the first attribute in the outline is not >> enough. The bean XML editor will display the nodes in the outline >> view with the attributes which identify the artifacts from Spring >> beans config XML as best as possible. For example, for a bean we will >> display the ID / name and the class (if any). Please have a look at >> the outline view in the screen shoot here -> http://springide.org/ >> project/wiki/BeansXmlEditor >> >> Cheers >> Torsten >> >> >> On 10.07.2005, at 20:48, snpe wrote: >> >> >>> Hi, >>> Does it mean that wtp will be required ? >>> >>> Wish features : I like first attribute showing like hibernate >>> editor (screenshoot http://www.snpe.co.yu/reverseEditor.png ) >>> >>> Thanks >>> On Sunday 10 July 2005 01:48 pm, Torsten Juergeleit wrote: >>> >>> >>>> All, >>>> >>>> we started working on a new feature of Spring IDE - an XML >>>> editor for >>>> Spring beans config files. Some details and a first screenshoot can >>>> be found here. >>>> >>>> If you have any ideas, hints, experiences with regards to an XML >>>> editor based on the Eclipse Web Standard Tools (WST) project please >>>> share them with the list. >>>> >>>> Currently we need input for the following topics: >>>> How can we leverage JDT to provide code completion for the bean >>>> classes? Our current brute-force approach (traversing through the >>>> projects AST looking for packes + types matching a specific string) >>>> is too slow. >>>> How can we leverage JDT to provide code completion for bean >>>> properties? Ok, here we have the same brute-force option to >>>> traverse >>>> the AST of the bean class. But is there any JDT code we can >>>> leverage? >>>> The icons used in beans view are boring or totally wrong. Do you >>>> have >>>> ideas which icons are a better fit for the artefacts defined in the >>>> Spring beans config DTD? >>>> Btw. we need an icon for Spring IDE and it's website. Any >>>> suggestions? >>>> Cheers, >>>> Torsten >>>> >>>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by the 'Do More With Dual!' webinar >>> happening >>> July 14 at 8am PDT/11am EDT. We invite you to explore the latest in >>> dual >>> core and dual graphics technology at this free one hour event >>> hosted by HP, >>> AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar >>> _______________________________________________ >>> Springide-eclip-developer mailing list >>> Spr...@li... >>> https://lists.sourceforge.net/lists/listinfo/springide-eclip- >>> developer >>> >>> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by the 'Do More With Dual!' webinar >> happening >> July 14 at 8am PDT/11am EDT. We invite you to explore the latest >> in dual >> core and dual graphics technology at this free one hour event >> hosted by HP, >> AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar >> _______________________________________________ >> Springide-eclip-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springide-eclip- >> developer >> > |
|
From: <sn...@sn...> - 2005-07-10 22:59:36
|
On Sunday 10 July 2005 11:55 pm, snpe wrote: > - outline is great, I haven't seen outline first time (my outline is right from editor, always) > > Can I try from current cvs ? > I try it.Cool screenshoot : http://www.snpe.co.yu/springEditor.png see http://springide.org/project/ticket/106 Thanks |
|
From: snpe <sn...@sn...> - 2005-07-10 21:55:05
|
Torsten, I use wtp xml editor and next features doesn't work (because xml editor is multipage) - from graph editor - open in config file - it go to begin of file, no to bean definition - from editor key binding ctrl-alt-t and ctrl-alt-v I send you patch before for this features, but it isn't accepted.I can write patch again, probably 'open in config file' and ctrl-alt-t are cool features for me - outline is great, I haven't seen outline first time (my outline is right from editor, always) Can I try from current cvs ? Thanks On Sunday 10 July 2005 07:19 pm, Torsten Juergeleit wrote: > > Does it mean that wtp will be required ? > > Depends. Yes, if you want to use the beans XML editor. No, if only > want to use Spring Beans view + validator. > It's the same as with the beans graph. If you want to use it then you > have to install GEF. > > WST (and all it dependencies) will be optional plugins. > > > Wish features : I like first attribute showing like hibernate > > editor (screenshoot http://www.snpe.co.yu/reverseEditor.png ) > > IMHO displaying only the first attribute in the outline is not > enough. The bean XML editor will display the nodes in the outline > view with the attributes which identify the artifacts from Spring > beans config XML as best as possible. For example, for a bean we will > display the ID / name and the class (if any). Please have a look at > the outline view in the screen shoot here -> http://springide.org/ > project/wiki/BeansXmlEditor > > Cheers > Torsten > > > On 10.07.2005, at 20:48, snpe wrote: > > > Hi, > > Does it mean that wtp will be required ? > > > > Wish features : I like first attribute showing like hibernate > > editor (screenshoot http://www.snpe.co.yu/reverseEditor.png ) > > > > Thanks > > On Sunday 10 July 2005 01:48 pm, Torsten Juergeleit wrote: > > > >> All, > >> > >> we started working on a new feature of Spring IDE - an XML editor for > >> Spring beans config files. Some details and a first screenshoot can > >> be found here. > >> > >> If you have any ideas, hints, experiences with regards to an XML > >> editor based on the Eclipse Web Standard Tools (WST) project please > >> share them with the list. > >> > >> Currently we need input for the following topics: > >> How can we leverage JDT to provide code completion for the bean > >> classes? Our current brute-force approach (traversing through the > >> projects AST looking for packes + types matching a specific string) > >> is too slow. > >> How can we leverage JDT to provide code completion for bean > >> properties? Ok, here we have the same brute-force option to traverse > >> the AST of the bean class. But is there any JDT code we can leverage? > >> The icons used in beans view are boring or totally wrong. Do you have > >> ideas which icons are a better fit for the artefacts defined in the > >> Spring beans config DTD? > >> Btw. we need an icon for Spring IDE and it's website. Any > >> suggestions? > >> Cheers, > >> Torsten > >> > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by the 'Do More With Dual!' webinar > > happening > > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in > > dual > > core and dual graphics technology at this free one hour event > > hosted by HP, > > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > > _______________________________________________ > > Springide-eclip-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |
|
From: snpe <sn...@sn...> - 2005-07-10 21:47:40
|
Hello Christian,
It is simple - when I open editor , I see outline with element name, for example, beans , bean etc
We have now in outline view :
beans
bean
property
bean
...
I want like this :
beans
bean name="myBean1"
property name="prop1"
bean id="MyBean2"
...
I can easy navigate to any bean with this.
You have example in hibernate-tools (tools.hibernate.org) - it work with wtp, too and work with *.cfg.xml and *.hbm.xml
(hibernate configuration file).I think that is enough add file association for (example) *.xml, but we will another features in
spring editor (syntax highlighting, etc)
Thanks
On Sunday 10 July 2005 04:54 pm, Christian Dupuis wrote:
> Hi snpe,
>
> yes indeed wtp will be required!
> Regarding your screenshot can you give a little more information on what
> extactly you are requesting, please?
>
> Thanks
>
> Christian
>
> snpe wrote:
>
> >Hi,
> >Does it mean that wtp will be required ?
> >
> >Wish features : I like first attribute showing like hibernate editor (screenshoot http://www.snpe.co.yu/reverseEditor.png )
> >
> >Thanks
> >On Sunday 10 July 2005 01:48 pm, Torsten Juergeleit wrote:
> >
> >
> >>All,
> >>
> >>we started working on a new feature of Spring IDE - an XML editor for
> >>Spring beans config files. Some details and a first screenshoot can
> >>be found here.
> >>
> >>If you have any ideas, hints, experiences with regards to an XML
> >>editor based on the Eclipse Web Standard Tools (WST) project please
> >>share them with the list.
> >>
> >>Currently we need input for the following topics:
> >>How can we leverage JDT to provide code completion for the bean
> >>classes? Our current brute-force approach (traversing through the
> >>projects AST looking for packes + types matching a specific string)
> >>is too slow.
> >>How can we leverage JDT to provide code completion for bean
> >>properties? Ok, here we have the same brute-force option to traverse
> >>the AST of the bean class. But is there any JDT code we can leverage?
> >>The icons used in beans view are boring or totally wrong. Do you have
> >>ideas which icons are a better fit for the artefacts defined in the
> >>Spring beans config DTD?
> >>Btw. we need an icon for Spring IDE and it's website. Any suggestions?
> >>Cheers,
> >>Torsten
> >>
> >>
> >
> >
> >-------------------------------------------------------
> >This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
> >July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
> >core and dual graphics technology at this free one hour event hosted by HP,
> >AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
> >_______________________________________________
> >Springide-eclip-developer mailing list
> >Spr...@li...
> >https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer
> >
> >
> >
>
>
|
|
From: Torsten J. <tor...@on...> - 2005-07-10 19:19:40
|
> Does it mean that wtp will be required ? Depends. Yes, if you want to use the beans XML editor. No, if only want to use Spring Beans view + validator. It's the same as with the beans graph. If you want to use it then you have to install GEF. WST (and all it dependencies) will be optional plugins. > Wish features : I like first attribute showing like hibernate > editor (screenshoot http://www.snpe.co.yu/reverseEditor.png ) IMHO displaying only the first attribute in the outline is not enough. The bean XML editor will display the nodes in the outline view with the attributes which identify the artifacts from Spring beans config XML as best as possible. For example, for a bean we will display the ID / name and the class (if any). Please have a look at the outline view in the screen shoot here -> http://springide.org/ project/wiki/BeansXmlEditor Cheers Torsten On 10.07.2005, at 20:48, snpe wrote: > Hi, > Does it mean that wtp will be required ? > > Wish features : I like first attribute showing like hibernate > editor (screenshoot http://www.snpe.co.yu/reverseEditor.png ) > > Thanks > On Sunday 10 July 2005 01:48 pm, Torsten Juergeleit wrote: > >> All, >> >> we started working on a new feature of Spring IDE - an XML editor for >> Spring beans config files. Some details and a first screenshoot can >> be found here. >> >> If you have any ideas, hints, experiences with regards to an XML >> editor based on the Eclipse Web Standard Tools (WST) project please >> share them with the list. >> >> Currently we need input for the following topics: >> How can we leverage JDT to provide code completion for the bean >> classes? Our current brute-force approach (traversing through the >> projects AST looking for packes + types matching a specific string) >> is too slow. >> How can we leverage JDT to provide code completion for bean >> properties? Ok, here we have the same brute-force option to traverse >> the AST of the bean class. But is there any JDT code we can leverage? >> The icons used in beans view are boring or totally wrong. Do you have >> ideas which icons are a better fit for the artefacts defined in the >> Spring beans config DTD? >> Btw. we need an icon for Spring IDE and it's website. Any >> suggestions? >> Cheers, >> Torsten >> > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar > happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in > dual > core and dual graphics technology at this free one hour event > hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |
|
From: Christian D. <chr...@sp...> - 2005-07-10 16:55:17
|
Hi snpe, yes indeed wtp will be required! Regarding your screenshot can you give a little more information on what extactly you are requesting, please? Thanks Christian snpe wrote: >Hi, >Does it mean that wtp will be required ? > >Wish features : I like first attribute showing like hibernate editor (screenshoot http://www.snpe.co.yu/reverseEditor.png ) > >Thanks >On Sunday 10 July 2005 01:48 pm, Torsten Juergeleit wrote: > > >>All, >> >>we started working on a new feature of Spring IDE - an XML editor for >>Spring beans config files. Some details and a first screenshoot can >>be found here. >> >>If you have any ideas, hints, experiences with regards to an XML >>editor based on the Eclipse Web Standard Tools (WST) project please >>share them with the list. >> >>Currently we need input for the following topics: >>How can we leverage JDT to provide code completion for the bean >>classes? Our current brute-force approach (traversing through the >>projects AST looking for packes + types matching a specific string) >>is too slow. >>How can we leverage JDT to provide code completion for bean >>properties? Ok, here we have the same brute-force option to traverse >>the AST of the bean class. But is there any JDT code we can leverage? >>The icons used in beans view are boring or totally wrong. Do you have >>ideas which icons are a better fit for the artefacts defined in the >>Spring beans config DTD? >>Btw. we need an icon for Spring IDE and it's website. Any suggestions? >>Cheers, >>Torsten >> >> > > >------------------------------------------------------- >This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening >July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual >core and dual graphics technology at this free one hour event hosted by HP, >AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar >_______________________________________________ >Springide-eclip-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > > > |
|
From: snpe <sn...@sn...> - 2005-07-10 16:47:39
|
Hi, Does it mean that wtp will be required ? Wish features : I like first attribute showing like hibernate editor (screenshoot http://www.snpe.co.yu/reverseEditor.png ) Thanks On Sunday 10 July 2005 01:48 pm, Torsten Juergeleit wrote: > All, > > we started working on a new feature of Spring IDE - an XML editor for > Spring beans config files. Some details and a first screenshoot can > be found here. > > If you have any ideas, hints, experiences with regards to an XML > editor based on the Eclipse Web Standard Tools (WST) project please > share them with the list. > > Currently we need input for the following topics: > How can we leverage JDT to provide code completion for the bean > classes? Our current brute-force approach (traversing through the > projects AST looking for packes + types matching a specific string) > is too slow. > How can we leverage JDT to provide code completion for bean > properties? Ok, here we have the same brute-force option to traverse > the AST of the bean class. But is there any JDT code we can leverage? > The icons used in beans view are boring or totally wrong. Do you have > ideas which icons are a better fit for the artefacts defined in the > Spring beans config DTD? > Btw. we need an icon for Spring IDE and it's website. Any suggestions? > Cheers, > Torsten |
|
From: Torsten J. <tor...@on...> - 2005-07-10 13:48:36
|
All, we started working on a new feature of Spring IDE - an XML editor for Spring beans config files. Some details and a first screenshoot can be found here. If you have any ideas, hints, experiences with regards to an XML editor based on the Eclipse Web Standard Tools (WST) project please share them with the list. Currently we need input for the following topics: How can we leverage JDT to provide code completion for the bean classes? Our current brute-force approach (traversing through the projects AST looking for packes + types matching a specific string) is too slow. How can we leverage JDT to provide code completion for bean properties? Ok, here we have the same brute-force option to traverse the AST of the bean class. But is there any JDT code we can leverage? The icons used in beans view are boring or totally wrong. Do you have ideas which icons are a better fit for the artefacts defined in the Spring beans config DTD? Btw. we need an icon for Spring IDE and it's website. Any suggestions? Cheers, Torsten |
|
From: Torsten J. <tor...@on...> - 2005-07-08 21:18:12
|
Fixed http://springide.org/project/ticket/99 Thanx for spotting this. Cheers, Torsten PS. Next time please create a ticket in the project's bug tracking system (via http://springide.org/project/newticket ) instead sending a mail to the mailing list :-) On 08.07.2005, at 15:19, snpe wrote: > Hello, > I'm sorry for double post, but I don't receive first message > There is yet one problem with this method > > scenario : type A have 2 public constructor : > > public A () { > // impl > } > > public A (...any number of parameter..) { > // impl > } > > When we define bean with no parameter spring-ide return error > 'no constructor with argument 0 ...' > Problem exists only when no argument constructor is last (second > if we have more constructors) > > This is patch. Please apply > > --- /u2/spring-ide/trunk/org.springframework.ide.eclipse.beans.core/ > src/org/springframework/ide/eclipse/beans/core/internal/ > Introspector.java 2005-06-09 05:03:53.000000000 +0000 > +++ ./org.springframework.ide.eclipse.beans.core/src/org/ > springframework/ide/eclipse/beans/core/internal/Introspector.java > 2005-07-08 03:28:27.000000000 +0000 > @@ -48,9 +48,7 @@ > return true; > } > } > - if (hasImplicitConstructor) { > - return false; > - } > + hasImplicitConstructor = false; > } > } > return hasImplicitConstructor; > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar > happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in > dual > core and dual graphics technology at this free one hour event > hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |
|
From: snpe <sn...@sn...> - 2005-07-08 11:48:41
|
Hello,
I'm sorry for double post, but I don't receive first message
=C2=A0 There is yet one problem with this method=20
scenario : type A have 2 public constructor :
=C2=A0 =C2=A0public A () {
=C2=A0 =C2=A0 =C2=A0 // impl
=C2=A0 =C2=A0}
=C2=A0 =C2=A0public A (...any number of parameter..) {
=C2=A0 =C2=A0 =C2=A0 // impl
=C2=A0 =C2=A0}
=C2=A0 =C2=A0When we define bean with no parameter spring-ide return error =
'no constructor with argument 0 ...'
Problem exists only when no argument constructor =C2=A0is last (second if w=
e have more constructors)
This is patch. Please apply
=2D-- /u2/spring-ide/trunk/org.springframework.ide.eclipse.beans.core/src/o=
rg/springframework/ide/eclipse/beans/core/internal/Introspector.java 2005-0=
6-09 05:03:53.000000000 +0000
+++ ./org.springframework.ide.eclipse.beans.core/src/org/springframework/id=
e/eclipse/beans/core/internal/Introspector.java 2005-07-08 03:28:27.0000000=
00 +0000
@@ -48,9 +48,7 @@
=C2=A0 =C2=A0 =C2=A0 =C2=A0return true;
=C2=A0 =C2=A0 =C2=A0 }
=C2=A0 =C2=A0 =C2=A0}
=2D =C2=A0 =C2=A0if (hasImplicitConstructor) {
=2D =C2=A0 =C2=A0 return false;
=2D =C2=A0 =C2=A0}
+ =C2=A0 =C2=A0hasImplicitConstructor =3D false;
=C2=A0 =C2=A0 }
=C2=A0 =C2=A0}
=C2=A0 =C2=A0return hasImplicitConstructor;
|
|
From: Torsten J. <tor...@on...> - 2005-06-08 23:52:30
|
Fixed http://springide.org/project/ticket/86 Thanx for spotting this. Cheers, Torsten On 05.06.2005, at 03:40, snpe wrote: > I use lats springide trunk and have problem when bena have implicit > constructor > (no defined constructor). > spring ide return error " no constructor with 0 argument > > I change > org.springframework.ide.eclipse.beans.core.internal.Introspector#hasCo > nstructor > method and it work now > > public static boolean hasConstructor(IType type, int argCount) > throws JavaModelException { > boolean haveImplicitCursor = (argCount == 0); > IMethod[] methods = type.getMethods(); > for (int i = 0; i < methods.length; i++) { > IMethod method = methods[i]; > if (method.isConstructor() && > method.getNumberOfParameters() == argCount) { > int flags = method.getFlags(); > if (Flags.isPublic(flags) ) { > return true; > } > if (haveImplicitCursor) > return false; > } > } > return haveImplicitCursor; > } > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can > you shotput > a projector? How fast can you ride your desk chair down the office > luge track? > If you want to score the big prize, get to know the little guy. > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |
|
From: snpe <sn...@sn...> - 2005-06-04 22:43:51
|
I use lats springide trunk and have problem when bena have implicit constructor
(no defined constructor).
spring ide return error " no constructor with 0 argument
I change org.springframework.ide.eclipse.beans.core.internal.Introspector#hasConstructor
method and it work now
public static boolean hasConstructor(IType type, int argCount)
throws JavaModelException {
boolean haveImplicitCursor = (argCount == 0);
IMethod[] methods = type.getMethods();
for (int i = 0; i < methods.length; i++) {
IMethod method = methods[i];
if (method.isConstructor() &&
method.getNumberOfParameters() == argCount) {
int flags = method.getFlags();
if (Flags.isPublic(flags) ) {
return true;
}
if (haveImplicitCursor)
return false;
}
}
return haveImplicitCursor;
}
|
|
From: Steven D. <ste...@gm...> - 2005-06-02 08:46:44
|
Hi, I've added a J2EE wizards page to the wiki: http://springide.org/project/wiki/JtwoEeWizards Steven --=20 "If you want to be a different fish, you gotta jump out of the school." -- Captain Beefheart |
|
From: Steven D. <ste...@gm...> - 2005-06-02 07:28:30
|
Hi, It struck me a few days ago while I was browsing the Weblogic administrative console that while J2EE artifacts can be configured in Spring just as in Weblogic or any other application server (data source, connection pools, Hibernate session factories, JDO persistence stores, message queues, ....) Spring doesn't have a console to manage those artifacts. Since Spring configuration happens off-line most of the time it would make sense to provide a number of wizards in an IDE environment to set up common J2EE artifacts. Examples would be: * generic bean configuration wizard. * data source configuration wizard. * Hibernate session factory configuration wizard. * JDO persistence store configuration wizard. * Acegi configuration wizard. * Service configuration wizard which would include transaction demarcation and security demarcation. * ActiveMQ configuration wizard. Spring IDE already offers a lot of core functionality to this end so it makes sense to me to add these wizards to the Spring IDE project. It would make sense to me to discuss these items on this list before implementation is started. The generic bean configuration wizard (GBCW) seems like a good starting point. I see this as an extension point for other wizards. The GBCW would ideally have these features: * a field for the bean ID. * a field for selecting a class. I've already looked at org.eclipse.jdt.ui.wizards.NewClassWizardPage for this. * other bean settings: abstract, lazy-init, singleton, parent, init and destroy methods, autowiring, ... . * property editing: simple values, beans, bean references, lists, maps, properties, sets, ... . To give you some background: I've done some experimenting with Eclipse plug-in development but basically I have little experience. I see this as an opportunity to improve my Eclipse development skills. Please send your feedback to the list. Kind regards Steven Devijver --=20 "If you want to be a different fish, you gotta jump out of the school." -- Captain Beefheart |
|
From: Christian D. <ic...@ch...> - 2005-06-02 07:17:27
|
Hello Stefen, the wiki can be edited by everybody for now. To create a new page head your browser to http://springide.org/project/wiki/NewWikiPageName with NewWikiPageName being the name of your new page. Greetings Christian - chr...@sp... http://springide.org Quoting Steven Devijver <ste...@gm...>: > Hi, > > How can I create a wiki user account? There doesn't seem to be a link > for this purpose. > > Thanks > > Steven > > -- > "If you want to be a different fish, you gotta jump out of the school." > -- Captain Beefheart > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > > |
|
From: Steven D. <ste...@gm...> - 2005-06-02 07:03:09
|
Hi, How can I create a wiki user account? There doesn't seem to be a link for this purpose. Thanks Steven --=20 "If you want to be a different fish, you gotta jump out of the school." -- Captain Beefheart |
|
From: Christian D. <chr...@sp...> - 2005-05-21 01:37:23
|
Dear Spring Community,
we have just released the first preview version of the
Spring IDE WebFlow support. Please use this release to
give us feedback.
Features
* Full featured graphical editor for String WebFlow Xml
configurations files.
- Support for latest Spring WebFlow PR 3 features
- Drag'n'Drop editing
- Validation during edit
- Print and Export (jpg and bmp) functionality
- Automated lay outing of Spring WebFlow config file including
connection routing
- Side-by-side editing of the same configuration file in
your favorite Xml Editor Plugin and in the WebFlow Editor
* Integration with Spring IDE Beans View and Beans Graph
- Beans ConfigSet can be associated with a WebFlow ConfigSet
for validation
The Preview Release 1 is available from Spring IDE's developer
update site at http://springide.org/updatesite_dev. Make sure
you have installed Eclipse 3.0 along with Spring IDE 1.2.0 and
GEF 3.0.1.
Documentation is available at
http://springide.org/project/wiki/WebFlowEditor and
http://springide.org/project/wiki/WebFlowEditorUsage.
If you find any bugs or you have feature requests please file
a ticket at http://springide.org/project/newticket specifying
the version 'webflow.PR1'.
Thanks for your effort
Greetings Christian
-
chr...@sp...
http://springide.org
|
|
From: snpe <sn...@sn...> - 2005-05-07 22:20:31
|
Hello,
=C2=A0 I get NPE for configSets (when dependencies beans are in different c=
onfig files).
This is patch and it work for me with eclipse 3.1M6 and webtools M4
=2D-- /u2/spring-ide/trunk/org.springframework.ide.eclipse.beans.ui.graph/s=
rc/org/springframework/ide/eclipse/beans/ui/graph/model/Bean.java 2005-04-1=
3 12:48:16.000000000 +0000
+++ org.springframework.ide.eclipse.beans.ui.graph/src/org/springframework/=
ide/eclipse/beans/ui/graph/model/Bean.java 2005-05-08 00:30:44.000000000 +0=
000
@@ -47,6 +47,8 @@
}
=20
public String getName() {
+ if (bean =3D=3D null)
+ return "empty";
return bean.getElementName();
}
=20
|
|
From: Christian D. <chr...@sp...> - 2005-04-17 21:02:29
|
Thanks Haris, I attached the supplied patch to the open trac ticket. For followup please visit http://springide.org/project/ticket/11. Thank you very much for your support. Greetings Christian Quoting snpe <sn...@sn...>: > Hello, > this is patch for eclipse 3.1m6 and last cvs webtools (work with any > webtools) > Webtools isn't necessary > > regards > Haris Peco > |
|
From: snpe <sn...@sn...> - 2005-04-17 20:39:48
|
Hello, this is patch for eclipse 3.1m6 and last cvs webtools (work with any webtools) Webtools isn't necessary regards Haris Peco |