Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP and Spring Framework
RCP and Spring Framework [message #459532] Mon, 04 December 2006 17:20 Go to next message
Eclipse UserFriend
Originally posted by: jelgolfnut.gmail.com

I've started developing an RCP application and I want to use the Spring
framework for JDBC access initially. Does anyone have any
suggestions/recommendations for adding Spring to my RCP? It seems I need
to take the spring.jar and convert it to a "plugin"....is that the way to
go or is there some other?
Re: RCP and Spring Framework [message #459537 is a reply to message #459532] Mon, 04 December 2006 18:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kapilan_e.rediffmail.com

I hope this is of some help to you...
http://www.devx.com/Java/Article/31763?trk=DXRSS_LATEST

"JimL" <jelgolfnut@gmail.com> wrote in message
news:201c68167910ac7dd45db6bc64ca829c$1@www.eclipse.org...
> I've started developing an RCP application and I want to use the Spring
> framework for JDBC access initially. Does anyone have any
> suggestions/recommendations for adding Spring to my RCP? It seems I need
> to take the spring.jar and convert it to a "plugin"....is that the way to
> go or is there some other?
Re: RCP and Spring Framework [message #459541 is a reply to message #459532] Mon, 04 December 2006 19:34 Go to previous messageGo to next message
Eclipse UserFriend
It's already on the radar, but there's nothing available yet AFAIK:

http://www.springframework.org/osgi

You'll need to be careful with classloaders -- using buddy classloaders are one way of solving that kind of problem. I'd suggest using Eclipse's 'new plugin from existing jar files' and then have your bundle depend on that. If you need to use buddy classloading, you can look at the article which talked about it:

http://eclipsezone.com/articles/eclipse-vms/?source=archives

Alex.
Re: RCP and Spring Framework [message #459621 is a reply to message #459532] Mon, 04 December 2006 22:05 Go to previous message
Eclipse UserFriend
I am using spring, hibernate, SWTForms and many other commons libraries.
I just made a plugin (new plugin from existing jars) with all the 3rd
party libs I need and create a dependency on this plugin and use the
buddy system with the other plugins that need that including my main
application plugin. Everything seems to work fine so far.

JimL wrote:
> I've started developing an RCP application and I want to use the Spring
> framework for JDBC access initially. Does anyone have any
> suggestions/recommendations for adding Spring to my RCP? It seems I
> need to take the spring.jar and convert it to a "plugin"....is that the
> way to go or is there some other?
Previous Topic:views in same space
Next Topic:BIRT Help - xml file as data source
Goto Forum:
  


Current Time: Tue Mar 18 00:59:57 EDT 2025

Powered by FUDForum. Page generated in 0.03721 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top