Java Queue and Agents Framework News
Status: Beta
Brought to you by:
jominyu
Here is the easily extendible queue and agents library. You can easily extend QItem, QAgent to process the QItem and QManager that creates the queue of QItem's and dispatches them to QAgents. There is also a subclass that can be used for database interactions.
This is the first release of Java queue and agents which includes the original programs that I wrote and used in teaching Introduction to Parallel Programming which includes: multithreading & RMI examples, queue and agents and remote queue and agents. To follow is the generic and easily extendible queue and agents.