Showing posts with label javabeans. Show all posts
Showing posts with label javabeans. Show all posts

Tuesday, February 28, 2012

Spring 3 setting ThreadFactory for ThreadPoolTaskExecutor


Is this possible or is it managed by the Application Server? Passing the ThreadPoolTaskExecutor ref to a bean is a no-brainer but trying to set the threadfactory on the aforementioned executor seems to have no effect ...

Friday, February 10, 2012

Using GWT"s "shared” folder for storing EJB beans


It is possible to use GWT's "shared" folder for storing beans, that will be used by EJB, GWT servlet and gwt client(javascript) side?