Posts Tagged ‘task api’

Task API (3 of 5) – Monitoring HTTP POST operations

Posted May 27th, 2008 by
Summary

Using Task API to perform HTTP POST operation in the background, while monitoring the request and response I/O operation data streams.

Click here to read this tutorial...   |  

Task API (2 of 5) – Task API in-depth

Posted April 8th, 2008 by
Summary

More details on the Task API introduced in the first Task API tutorial. SampleApp from the first tutorial is dissected under a microscope along with the API itself. Also contains information on which external libraries are optional and which are required.

Click here to read this tutorial...   |  

Task API (1 of 5) – Quick Start Guide

Posted April 6th, 2008 by
Summary

Introducing the Task API. Easy to use background task API for Swing. Android and JavaME implementation coming soon. Easily create tasks and monitor their progress and cancel them at any time. Easily manage multiple tasks. Create network aware tasks and recurring tasks, and much much more! The API is open source (Apache 2.0 license). Enjoy!!!

Click here to read this tutorial...   |