Пакет cometd-java: Информация

    Исходный пакет: cometd-java
    Версия: 1.0-alt3_0.b4.1jpp6
    Собран:  29 марта 2012 г. 21:31
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: http://maven.apache.org/

    Лицензия: Apache Software License 2.0
    О пакете: Cometd Java API
    Описание: 
    Cometd is a scalable HTTP-based event routing bus that uses
    a Ajax Push technology pattern known as Comet. The term
    'Comet' was coined by Alex Russell in his post Comet: Low
    Latency Data for the Browser.
    
    The org.cometd java package is intended to be the standard
    java server-side API and implementation for cometd.
    Currently there is only the API as a standard component,
    which is implemented by:
    * Jetty-6 which provides the current cometd-java
      implementation. The Jetty-6 release contains the
      org.mortbay.cometd.continuation.ContinuationCometdServlet
      class which is written against the Jetty-specific
      Continuation API, which will run scalably only on the
      Jetty server.
    * Jetty-7 pre-release contains an implementation of the
      cometd-java API written against the proposed standard
      servlet-3.0 suspend/resume API. This
      org.mortbay.cometd.continuation.SuspendingCometdServlet
      will eventually be the cometd-java implementation and
      will work on all servlet-3.0 compliant browser.
    * Glassfish Grizzly currently has a java implementation of
      bayeux based on an early version of the dojox.servlet API.
    * Tomcat 6 has a prototype working against a modified
      version of this API

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    cometd-java-api (noarch)
    cometd-java-javadoc (noarch)

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

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

    Права:
    Igor Vlasenko
    @java

      1. ant >= 0:1.6.5
      2. /proc
      3. maven-release
      4. maven-surefire-plugin
      5. maven2 >= 0:2.0.7
      6. maven2-common-poms
      7. maven2-plugin-ant
      8. maven2-plugin-compiler
      9. maven2-plugin-install
      10. maven2-plugin-jar
      11. maven2-plugin-javadoc
      12. maven2-plugin-resources
      13. maven2-plugin-source
      14. jakarta-slide-webdavclient
      15. jpackage-compat
      16. jpackage-utils >= 0:1.7.5

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


    29 марта 2012 г. Igor Vlasenko 0:1.0-alt3_0.b4.1jpp6
    - fixed build with maven3
    30 сентября 2010 г. Igor Vlasenko 0:1.0-alt2_0.b4.1jpp6
    - fixed build with new maven 2.0.8
    5 мая 2009 г. Igor Vlasenko 0:1.0-alt1_0.b4.1jpp6
    - new version