Пакет 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

    Права:
    Igor Vlasenko
    @everybody

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

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


    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