Пакет apache-commons-proxy: Информация

    Исходный пакет: apache-commons-proxy
    Версия: 1.0-alt6_4jpp6
    Собран:  22 марта 2013 г. 20:10
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://commons.apache.org/proxy/

    Лицензия: Apache Software License 2.0
    О пакете: Apache Commons Proxy Component
    Описание: 
    The Proxy design pattern (GoF ) allows you to provide "a
    surrogate or placeholder for another object to control
    access to it". Proxies can be used in many ways. Some of
    which are:
    * Deferred Initialization - the proxy acts as a "stand-in"
      for the actual implementation allowing it to be
      instantiated only when absolutely necessary.
    * Security - the proxy object can verify that the user
      actually has the permission to execute the method (a la
      EJB).
    * Logging - the proxy can log evey method invocation,
      providing valuable debugging information.
    * Performance Monitoring - the proxy can log each method
      invocation to a performance monitor allowing system
      administrators to see what parts of the system are
      potentially bogged down.
    Commons Proxy supports dynamic proxy generation using proxy
    factories, object providers, invokers, and interceptors.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    apache-commons-proxy (noarch)
    apache-commons-proxy-javadoc (noarch)
    apache-commons-proxy-repolib (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    @qa_p7

      1. ant >= 0:1.7
      2. aopalliance
      3. apache-commons-parent12
      4. axis
      5. /proc
      6. hessian
      7. maven-surefire-maven-plugin
      8. maven-surefire-provider-junit
      9. maven2 >= 0:2.0.8
      10. maven2-default-skin
      11. maven2-plugin-antrun
      12. maven2-plugin-assembly
      13. maven2-plugin-checkstyle
      14. maven2-plugin-compiler
      15. maven2-plugin-idea
      16. maven2-plugin-install
      17. maven2-plugin-jar
      18. maven2-plugin-javadoc
      19. maven2-plugin-resources
      20. caucho-services
      21. cglib
      22. concurrent
      23. java-javadoc
      24. javassist
      25. jmock1
      26. jpackage-compat
      27. jpackage-utils >= 0:1.7.5
      28. junit
      29. fonts-ttf-liberation
      30. xmlrpc2

    Последнее изменение


    22 марта 2013 г. Igor Vlasenko 0:1.0-alt6_4jpp6
    - use jmock1 (TODO: try jmock2)
    11 октября 2012 г. Igor Vlasenko 0:1.0-alt5_4jpp6
    - build without burlap
    18 сентября 2012 г. Igor Vlasenko 0:1.0-alt4_4jpp6
    - fixed requires