|
JPPF is a Grid toolkit for Java that makes it easy to run applications in parallel, and speed up their execution by orders of magnitude. Write once, deploy once, execute everywhere.
Features include:
- an easy to use API to submit tasks for execution in parallel
- a set of APIs and user interface tools to administrate and monitor the servers and nodes
- scalability up to an arbitrary number of processing nodes
- the framework is deployment-free: no need to install your application code on a server, just connect to the server and any new or updated code is automatically loaded.
- built-in failover and recovery for all components of the framework (clients, servers and nodes)
- opportunistic Grid capabilities with JPPF@Home
- J2EE Integration: JPPF Grid services are available for market-leading application servers
- fully documented APIs, administration guide and developer guide
- runs on any platform supporting Java 2 Platform Standard Edition 5.0 (J2SE 1.5) or later
The files for this release can be dowloaded at http://sourceforge.net/project/showfiles.php?group_id=135654
The project home page can be found at http://jppf-project.sourceforge.net/
|