Link to the reference manual is gone?

View: New views
2 Messages — Rating Filter:   Alert me  

Link to the reference manual is gone?

by Geoffrey De Smet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys,

Why is the link to the reference manual removed from the main
spring-richclient website?
I did a lot of effort to write documentation on the exception handling
in there once and I need to share it with others.

--
With kind regards
Geoffrey De Smet


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Springframework-rcp-dev mailing list
Springframework-rcp-dev@...
https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev

Spring Dynamic Modules

by petar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I would like to know if somebody of you has already tried out to make
Spring RC working with Spring Dynamic Modules [1] ?

I tried yesterday to create a standard swing application with OSGi
successfully (with maven)[2].

And today I could simply replace the
SwingUtilities.invokeLater(new Runnable() {
 public void run() {
   frame = new MainFrame();
   ...
}});

with Spring RC's new ApplicationLauncher(..) call and start Spring RC as
an OSGi bundle.

One of my further goals will be to use Spring DM directly instead of
OSGi for Spring RC to be independend of OSGi and for possible better
integration of context files etc. although it could be more complicated ...

Now I have 3 questions

A) How can change the menu from the plugin? E.g. the following is not
working: Application.instance().getApplicationContext().getBean("algoMenu");
.... will throw a
NoSuchBeanDefinitionException: No bean named 'algoMenu' is defined,
because it is defined in the command-context.xml file and not in the
app-context file. Is there a way to get it? Only for a show case ...

B) And how a plugin could inject the information into the host that a
new menuitem has been added? Should this happen in the plugins
command-context.xml file?
And if yes, how should this context file be merged with the host's
command-context.xml file? Maybe this should be done programmatically ala
JavaConfig?

C) And what could be the correct sequence for all the involved frameworks?
1. initialize spring dm => read all context files + context files of plugins
2. then start spring rc which could now use the merged context files
Or should I start Spring RC first and then init OSGi which allows me to
used plugins?

What would you suggest? Or has somebody a better understanding or better
ideas for Spring DM?

Your comment would be very appreciated ;-)!

Regards,
Peter.

[1]
http://www.springsource.org/osgi

[2]
http://karussell.wordpress.com/2009/09/16/plugable-swing-a-hello-world-osgi-example/


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Springframework-rcp-dev mailing list
Springframework-rcp-dev@...
https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev