I am new to understanding Spring RCP so forgive me if this question is misguided. I am writing an applet and am interested in discovering how Spring RCP might make my life easier since the general Spring framework has certainly done this in the past. I've reviewed ApplicationLauncher and LifeCycleAdvisor and from what I can tell these work only with a JFrame? Since my outer container is JApplet then I guess they're of no help?
What parts of Spring RCP can be or are intended to be useful with developing an applet? Anything that helps me manage the MVC pattern is what I am looking for.


Reply With Quote
