Does any body ever use spring framework in swt/jface or eclipse rcp application, can spring be used in swt/jface or eclipse rcp appliction?
are there some simple or articles about how to use spring in swt/jface application?
Does any body ever use spring framework in swt/jface or eclipse rcp application, can spring be used in swt/jface or eclipse rcp appliction?
are there some simple or articles about how to use spring in swt/jface application?
I do not have any experience myself, but you may want to look at: http://www.springframework.org/spring-rcp.html
Christoph
thanks ,but spring-rcp aimed at Swing applications。i don‘t whether my swt application can use it? :?:Originally Posted by chenrici
Look through the RCP forum. Looks like some people have done basic integration work, but for now SWT is definatly a second-class citizen. However, you should still be able to use the spring-core and other frameworks from with a SWT or eclipse-rcp app.