Package apache-commons-javaflow: Information

    Source package: apache-commons-javaflow
    Version: 1.0-alt7_0.2.20120509SNAPSHOTjpp7
    Build time:  Sep 13, 2012, 11:15 PM
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    Summary: Commons Javaflow
    Description: 
    Sometimes it is useful 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.

    List of rpms provided by this srpm:
    apache-commons-javaflow (noarch)
    apache-commons-javaflow-ant (noarch)
    apache-commons-javaflow-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. ant
      2. apache-commons-io
      3. apache-commons-jci-core
      4. apache-commons-logging
      5. bcel
      6. maven
      7. maven-compiler-plugin
      8. maven-install-plugin
      9. maven-jar-plugin
      10. maven-javadoc-plugin
      11. maven-resources-plugin
      12. maven-surefire-plugin
      13. maven-surefire-provider-junit4
      14. /proc
      15. objectweb-asm
      16. jpackage-compat
      17. jpackage-utils
      18. junit
      19. junit-addons

    Last changed


    Sept. 13, 2012 Igor Vlasenko 0:1.0-alt7_0.2.20120509SNAPSHOTjpp7
    - new version
    Aug. 24, 2012 Igor Vlasenko 0:1.0-alt6_0.r618928.1jpp5
    - build w/new jci
    Aug. 23, 2012 Igor Vlasenko 0:1.0-alt5_0.r618928.1jpp5
    - fixed build w/new commons-parent