swing « Thread « Spring Q&A





1. lazy-init="true". What does it do?Why I can not get a Spring bean from a Swing app without lazy-init set to true?    stackoverflow.com

I have an application that in the back-end deploys a lightweight HTTP server (Jetty).
The servlets basically update a MySQL database.
I have wired everything using Spring. So far ok. I have a ...

2. Swing Event Dispatching Thread    forum.springsource.org

Hello, I' m happy to see a new release of Spring RCP, but I have a question about the instantiation of the swing component. I think that the rule with swing ...