I have an Spring 2.5 / JDK1.5 application (framework actually) with multiple source directories that I am generating multiple jar files for.
In the source, I use @Component annotations and...
Type: Posts; User: mmc; Keyword(s):
I have an Spring 2.5 / JDK1.5 application (framework actually) with multiple source directories that I am generating multiple jar files for.
In the source, I use @Component annotations and...
Thank you all. Glad that my interest in combining Spring + eclipse OSGi is shared and that the Spring team are looking at supporting this in the future (Spring 3.0? Where/When :-))
Anyone used Spring together with OSGI (eclipse 3.2) ?
I am evaluationg which component architecture to use and am unsure if OSGI and Spring would play together now and in the future. For now I...
Well, I still think that Eclipse RCP is great (SWT is not as OO-beautiful as Swing but it is generally faster and integrates better with the underlaying native platform).
However I would be very...
Thanks for the reply! I understand and agree with the compability issues.
As you write new spring projects may benefit from using 1.5 features and examples of that would be very useful!
...
I also find the subject of using spring with eclipse plugins / RCP applications interesting and potentially very useful (spring should "join" eclipse RCP instead of reventing the wheel as some people...
I am wondering what changes are planned for Spring to better support the new JDK 1.5 features (especially Generics and Annotation meta-data) ?
Hi, I am looking at Spring with great interest for new projects (not worked with it before - but I think I am going to). I also like the idea that Spring tend not to reinvent the wheel but wraps...