Are there any ideas?
Type: Posts; User: ahtokca; Keyword(s):
Are there any ideas?
I'd advice to use java.util.concurrent instead. http://download.oracle.com/javase/6/docs/api/java/util/concurrent/package-summary.html
Configure an executor in spring and submit tasks from clients...
Hey!
We are using Spring for a fat client. And now we reached the edge when the startup time is not acceptable for users. Basically startup is a process of joining/loading different spring...