|
From: Cameron B. <ca...@da...> - 2004-05-23 04:36:50
|
As many of you may know, Eclipse 3.0 M9 is out, and they don't supply the xerces plugin anymore. Are there plans for a new release of the Spring IDE that will work with M9 ? Thanks, Cameron |
|
From: Thomas R. <tho...@tr...> - 2004-05-23 06:28:03
|
Cameron, It's already available - and it works well - see my comment on this thread http://sourceforge.net/forum/message.php?msg_id=2581562 Thomas Cameron Braid wrote: > As many of you may know, Eclipse 3.0 M9 is out, and they don’t supply > the xerces plugin anymore. > > Are there plans for a new release of the Spring IDE that will work > with M9 ? > > Thanks, > > Cameron > |
|
From: Torsten J. <tju...@ya...> - 2004-05-23 17:24:13
|
The new version (1.0.2) of Spring IDE is nearly finished. I am preparing the documentation right now and waiting for Spring 1.0.2 to be released (today) to include an updated spring-core.jar as well. With this new version of Spring IDE you will get the following changes: * to support Eclipse 3.0 (final) Spring IDE has to bring it's own version of the Apache Xerces XML parser (Xerces is not shipped with the Eclipse platform anymore) * to support external beans configs the beans configs are now handled by their full path instead of their project-relative path * double-clicking a bean or a reference part in the Beans Graph now opens the corresponding beans config file * config set properties page now supports external beans config files from referenced Spring projects * new overlay indicator for beans in config sets which are defined in an external config file * documention for Spring IDE is now provided as a new plugin which leverages Eclipse's help system * both features (Spring Framework and Spring IDE) are providing now information for Eclipse's about dialog * both features (Spring Framework and Spring IDE) are providing now a welcome page with some Quick Start information Depending on Spring's release today I will upload the new version today. Due to the unchanged feature/plugin version number you have to uninstall the old version 1.0.2 which is currently available on the unpdate site and re-install the new version. Cheers, Torsten --- Thomas Risberg <tho...@tr...> wrote: > Cameron, > > It's already available - and it works well - see my > comment on this thread > > http://sourceforge.net/forum/message.php?msg_id=2581562 > > Thomas > > > > Cameron Braid wrote: > > > As many of you may know, Eclipse 3.0 M9 is out, > and they dont supply > > the xerces plugin anymore. > > > > Are there plans for a new release of the Spring > IDE that will work > > with M9 ? > > > > Thanks, > > > > Cameron > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the > market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the > exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer __________________________________ Do you Yahoo!? Yahoo! Domains Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer |
|
From: Colin S. <col...@ex...> - 2004-05-23 17:41:11
|
Torsten, This sounds great. Can you clarify one thing? The external beans configs sounds like what we were talking about at the TSS Symposium, that is allowing bean config sets across projects. But are you saying that you are actually including the hard (absolute) path to the files in this case? If this is the case this is a bit problematic when these projects need to be checked into CVS. Can you clarify? Regards, Colin Torsten Juergeleit wrote: >The new version (1.0.2) of Spring IDE is nearly >finished. I am preparing the documentation right now >and waiting for Spring 1.0.2 to be released (today) to >include an updated spring-core.jar as well. > >With this new version of Spring IDE you will get the >following changes: > >* to support Eclipse 3.0 (final) Spring IDE has to >bring it's own version of the Apache Xerces XML parser >(Xerces is not shipped with the Eclipse platform >anymore) > >* to support external beans configs the beans configs >are now handled by their full path instead of their >project-relative path > >* double-clicking a bean or a reference part in the >Beans Graph now opens the corresponding beans config >file > >* config set properties page now supports external >beans config files from referenced Spring projects > >* new overlay indicator for beans in config sets which >are defined in an external config file > >* documention for Spring IDE is now provided as a new >plugin which leverages Eclipse's help system > >* both features (Spring Framework and Spring IDE) are >providing now information for Eclipse's about dialog > >* both features (Spring Framework and Spring IDE) are >providing now a welcome page with some Quick Start >information > >Depending on Spring's release today I will upload the >new version today. > >Due to the unchanged feature/plugin version number you >have to uninstall the old version 1.0.2 which is >currently available on the unpdate site and re-install >the new version. > >Cheers, >Torsten > >--- Thomas Risberg <tho...@tr...> wrote: > > >>Cameron, >> >>It's already available - and it works well - see my >>comment on this thread >> >> >> >> >http://sourceforge.net/forum/message.php?msg_id=2581562 > > >>Thomas >> >> >> >>Cameron Braid wrote: >> >> >> >>>As many of you may know, Eclipse 3.0 M9 is out, >>> >>> >>and they don’t supply >> >> >>>the xerces plugin anymore. >>> >>>Are there plans for a new release of the Spring >>> >>> >>IDE that will work >> >> >>>with M9 ? >>> >>>Thanks, >>> >>>Cameron >>> >>> |
|
From: Torsten J. <tju...@ya...> - 2004-05-23 19:09:03
|
Colin, not "absolute" but "full" path ;-) This is the path of an Eclise resource including it's project name. In previous versions of Spring IDE the "project-relative" path of a Spring beans config was used. So no hardcoded OS-specific path ;-) But by using a config file's full path makes Spring IDE project configurations vulnerable to renaming of Spring projects. This is not handled in v1.0.2 - needs to be addressed in v1.0.3!!! Torsten --- Colin Sampaleanu <col...@ex...> wrote: > Torsten, > > This sounds great. Can you clarify one thing? The > external beans configs > sounds like what we were talking about at the TSS > Symposium, that is > allowing bean config sets across projects. But are > you saying that you > are actually including the hard (absolute) path to > the files in this > case? If this is the case this is a bit problematic > when these projects > need to be checked into CVS. Can you clarify? > > Regards, > Colin > > Torsten Juergeleit wrote: > > >The new version (1.0.2) of Spring IDE is nearly > >finished. I am preparing the documentation right > now > >and waiting for Spring 1.0.2 to be released (today) > to > >include an updated spring-core.jar as well. > > > >With this new version of Spring IDE you will get > the > >following changes: > > > >* to support Eclipse 3.0 (final) Spring IDE has to > >bring it's own version of the Apache Xerces XML > parser > >(Xerces is not shipped with the Eclipse platform > >anymore) > > > >* to support external beans configs the beans > configs > >are now handled by their full path instead of their > >project-relative path > > > >* double-clicking a bean or a reference part in the > >Beans Graph now opens the corresponding beans > config > >file > > > >* config set properties page now supports external > >beans config files from referenced Spring projects > > > >* new overlay indicator for beans in config sets > which > >are defined in an external config file > > > >* documention for Spring IDE is now provided as a > new > >plugin which leverages Eclipse's help system > > > >* both features (Spring Framework and Spring IDE) > are > >providing now information for Eclipse's about > dialog > > > >* both features (Spring Framework and Spring IDE) > are > >providing now a welcome page with some Quick Start > >information > > > >Depending on Spring's release today I will upload > the > >new version today. > > > >Due to the unchanged feature/plugin version number > you > >have to uninstall the old version 1.0.2 which is > >currently available on the unpdate site and > re-install > >the new version. > > > >Cheers, > >Torsten > > > >--- Thomas Risberg <tho...@tr...> > wrote: > > > > > >>Cameron, > >> > >>It's already available - and it works well - see > my > >>comment on this thread > >> > >> > >> > >> > >http://sourceforge.net/forum/message.php?msg_id=2581562 > > > > > >>Thomas > >> > >> > >> > >>Cameron Braid wrote: > >> > >> > >> > >>>As many of you may know, Eclipse 3.0 M9 is out, > >>> > >>> > >>and they dont supply > >> > >> > >>>the xerces plugin anymore. > >>> > >>>Are there plans for a new release of the Spring > >>> > >>> > >>IDE that will work > >> > >> > >>>with M9 ? > >>> > >>>Thanks, > >>> > >>>Cameron > >>> > >>> > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the > market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the > exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer __________________________________ Do you Yahoo!? Yahoo! Domains Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer |
|
From: snpe <sn...@sn...> - 2004-05-23 18:22:08
|
Now all plugins include own xerces (>1mb download) - can you use xml parser from J2SE ? regards On Sunday 23 May 2004 05:24 pm, Torsten Juergeleit wrote: > The new version (1.0.2) of Spring IDE is nearly > finished. I am preparing the documentation right now > and waiting for Spring 1.0.2 to be released (today) to > include an updated spring-core.jar as well. > > With this new version of Spring IDE you will get the > following changes: > > * to support Eclipse 3.0 (final) Spring IDE has to > bring it's own version of the Apache Xerces XML parser > (Xerces is not shipped with the Eclipse platform > anymore) > > * to support external beans configs the beans configs > are now handled by their full path instead of their > project-relative path > > * double-clicking a bean or a reference part in the > Beans Graph now opens the corresponding beans config > file > > * config set properties page now supports external > beans config files from referenced Spring projects > > * new overlay indicator for beans in config sets which > are defined in an external config file > > * documention for Spring IDE is now provided as a new > plugin which leverages Eclipse's help system > > * both features (Spring Framework and Spring IDE) are > providing now information for Eclipse's about dialog > > * both features (Spring Framework and Spring IDE) are > providing now a welcome page with some Quick Start > information > > Depending on Spring's release today I will upload the > new version today. > > Due to the unchanged feature/plugin version number you > have to uninstall the old version 1.0.2 which is > currently available on the unpdate site and re-install > the new version. > > Cheers, > Torsten > > --- Thomas Risberg <tho...@tr...> wrote: > > Cameron, > > > > It's already available - and it works well - see my > > comment on this thread > > > > > http://sourceforge.net/forum/message.php?msg_id=2581562 > > > > Thomas > > > > > > > > Cameron Braid wrote: > > > > > As many of you may know, Eclipse 3.0 M9 is out, > > and they dont supply > > > the xerces plugin anymore. > > > > > > Are there plans for a new release of the Spring > > IDE that will work > > > with M9 ? > > > > > > Thanks, > > > > > > Cameron > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the > > market... Oracle 10g. > > Take an Oracle 10g class now, and we'll give you the > > exam FREE. > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Domains Claim yours for only $14.70/year > http://smallbusiness.promotions.yahoo.com/offer > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Torsten J. <tju...@ya...> - 2004-05-23 18:49:54
|
No, the XML parser shipped with J2SE (Apache Crimson) doesn't support DOM Level 3 (user data in DOM node -> used to track line numbers of Spring bean definitions). I don't know any XML parser other than Xerces which supports DOM Level 3 yet. Maybe this is the reason why plugins like XmlBuddy ship with their own copy of Xerces ;-) Cheers, Torsten --- snpe <sn...@sn...> wrote: > Now all plugins include own xerces (>1mb download) - > can you use xml parser from J2SE ? > > regards > On Sunday 23 May 2004 05:24 pm, Torsten Juergeleit > wrote: > > The new version (1.0.2) of Spring IDE is nearly > > finished. I am preparing the documentation right > now > > and waiting for Spring 1.0.2 to be released > (today) to > > include an updated spring-core.jar as well. > > > > With this new version of Spring IDE you will get > the > > following changes: > > > > * to support Eclipse 3.0 (final) Spring IDE has to > > bring it's own version of the Apache Xerces XML > parser > > (Xerces is not shipped with the Eclipse platform > > anymore) > > > > * to support external beans configs the beans > configs > > are now handled by their full path instead of > their > > project-relative path > > > > * double-clicking a bean or a reference part in > the > > Beans Graph now opens the corresponding beans > config > > file > > > > * config set properties page now supports external > > beans config files from referenced Spring projects > > > > * new overlay indicator for beans in config sets > which > > are defined in an external config file > > > > * documention for Spring IDE is now provided as a > new > > plugin which leverages Eclipse's help system > > > > * both features (Spring Framework and Spring IDE) > are > > providing now information for Eclipse's about > dialog > > > > * both features (Spring Framework and Spring IDE) > are > > providing now a welcome page with some Quick Start > > information > > > > Depending on Spring's release today I will upload > the > > new version today. > > > > Due to the unchanged feature/plugin version number > you > > have to uninstall the old version 1.0.2 which is > > currently available on the unpdate site and > re-install > > the new version. > > > > Cheers, > > Torsten > > > > --- Thomas Risberg <tho...@tr...> > wrote: > > > Cameron, > > > > > > It's already available - and it works well - see > my > > > comment on this thread > > > > > > > > > http://sourceforge.net/forum/message.php?msg_id=2581562 > > > > > > Thomas > > > > > > > > > > > > Cameron Braid wrote: > > > > > > > As many of you may know, Eclipse 3.0 M9 is > out, > > > and they dont supply > > > > the xerces plugin anymore. > > > > > > > > Are there plans for a new release of the > Spring > > > IDE that will work > > > > with M9 ? > > > > > > > > Thanks, > > > > > > > > Cameron > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: Oracle 10g > > > Get certified on the hottest thing ever to hit > the > > > market... Oracle 10g. > > > Take an Oracle 10g class now, and we'll give you > the > > > exam FREE. > > > > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > > _______________________________________________ > > > Springframework-developer mailing list > > > Spr...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Domains Claim yours for only $14.70/year > > http://smallbusiness.promotions.yahoo.com/offer > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the > market... Oracle 10g. > > Take an Oracle 10g class now, and we'll give you > the exam FREE. > > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the > market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the > exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer __________________________________ Do you Yahoo!? Yahoo! Domains Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer |