Package jakarta-commons-javaflow: Information

    Source package: jakarta-commons-javaflow
    Version: 1.0-alt1_0.r618928.1jpp5
    Build time:  Mar 4, 2009, 11:06 AM
    Category: Development/Java
    Report package bug
    License: Apache License 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:
    jakarta-commons-javaflow (noarch)
    jakarta-commons-javaflow-javadoc (noarch)
    jakarta-commons-javaflow-manual (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko


      1. ant >= 0:1.6.5
      2. asm2 >= 0:2.2.3
      3. bcel
      4. /proc
      5. subversion
      6. maven-surefire-plugin
      7. maven2 >= 0:2.0.7
      8. maven2-common-poms
      9. maven2-default-skin
      10. maven2-plugin-ant
      11. maven2-plugin-antrun
      12. maven2-plugin-changelog
      13. maven2-plugin-compiler
      14. maven2-plugin-idea
      15. maven2-plugin-install
      16. maven2-plugin-jar
      17. maven2-plugin-javadoc
      18. maven2-plugin-pmd
      19. maven2-plugin-project-info-reports
      20. maven2-plugin-resources
      21. maven2-plugin-site
      22. maven2-plugin-surefire-report
      23. mojo-maven2-plugin-cobertura
      24. mojo-maven2-plugin-taglist
      25. jakarta-commons-io >= 0:1.3.2
      26. jakarta-commons-jci
      27. jakarta-commons-logging
      28. jpackage-compat
      29. jpackage-utils >= 0:1.7.4
      30. junit
      31. junit-addons

    Last changed


    March 3, 2009 Igor Vlasenko 0:1.0-alt1_0.r618928.1jpp5
    - new version