Development/Libraries/Java

jakarta-commons-javaflow: Commons JavaFlow

Name:jakarta-commons-javaflow Vendor:JPackage Project
Version:0.0 License:Apache License 2.0
Release:0.20051002.1jpp URL:http://jakarta.apache.org/commons/sandbox/javaflow/
Summary
Sometimes it is usefull if we can capture the state of the application, its stack of function calls, which includes local variables, the global variables and the program counter, and save them into an object. If this object would give us the ability to restart the processing from the point stored in it. A continuation is exactly the type of object that we need. Think of a continuation as an object that, for a given point in your program, contains a snapshot of the stack trace, including all the local variables, and the program counter. You can not only store these things in the continuation object, but also restore the execution of the program from a continuation object. This means that the stack trace and the program counter of the running program become the ones stored in a continuation. Continuations are powerful concepts from the world of functional languages, like Scheme, but they are becoming popular in other languages as well.

Arch: noarch

Download:jakarta-commons-javaflow-0.0-0.20051002.1jpp.noarch.rpm
Build Date:Wed Oct 19 16:04:11 2005
Packager:Ralph Apel <[email protected]>
Size:97 KiB

Arch: noarch

Download:jakarta-commons-javaflow-0.0-0.20051002.1jpp.src.rpm
Build Date:Wed Oct 19 16:04:11 2005
Packager:Ralph Apel <[email protected]>
Size:947 KiB

Changelog

* Tue Oct 18 12:00:00 2005 Ralph Apel <r{*}apel{%}r-apel{*}de> 0:0.0-0.20051002.1jpp
- First release

Listing created by RepoView-0.4.1