Results 1 to 1 of 1

Thread: Please, update the Reference Documentation

  1. #1
    Join Date
    May 2006
    Location
    Madrid
    Posts
    382

    Default Please, update the Reference Documentation

    Hello,

    I'd like to see an up to date reference documentation whenever I use it to find any Spring feature that I've never use before.

    For instance, I used to use TaskExecutor for deferred tasks in an application that uses Spring 2.5, but now I need to create a deferred task that returns a value and there is no clue of the new support for Callable from Spring 3 onwards in the AsyncTaskExecutor interface

    Note that I need to test the functionality in a local environment (using SimpleAsyncTaskExecutor, for instance) but I need to deploy the application to a WebSphere Application Server, so I'll use a WorkManagerTaskExecutor in production.

    That's the reason I use Spring, to use dependency injection

    But I need to know what are my actual chances when I read the documentation.

    Thank you very much.
    Last edited by jbbarquero; Mar 28th, 2012 at 06:13 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •