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

    Исходный пакет: sun-txw2
    Версия: 0.1-alt2_0.20070624.2jpp5
    Собран:  20 мая 2010 г. 18:00
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: https://txw.dev.java.net/

    Лицензия: CDDL
    О пакете: Typed XML writer
    Описание: 
    TXW is a library that allows you to write XML documents.
    TXW has the following benefits compared to the other XML
    writer libraries:
    1. TXW gets rid of string constants for element/attribute
       names. Those constant names become method names.
    2. TXW manages the namespace binding for you. It automatically
       declares the necessary URIs.
    3. TXW allows you to use typed values (such as ints, booleans,
       or QNames), eliminating cumbersome String.valueOf or the
       use of toString methods.
    4. TXW allows you to stream the writing process (IOW, it starts
       generating pieces as soon as data is available), while at
       the same time allowing you to work out-of-order when you need to.
    5. TXW is very small (<50KB)
    6. TXW allows you to control various low-level aspects of XML
       writing, such as comments, PIs, and prefix assignments.

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

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

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

    Права:
    Igor Vlasenko

      1. /proc
      2. ant >= 0:1.6.5
      3. args4j10
      4. stax_1_0_api
      5. sun-codemodel
      6. sun-xsom
      7. relaxngDatatype
      8. rngom
      9. msv-xsdlib
      10. jpackage-1.5.0-compat
      11. jpackage-utils >= 0:1.7.4
      12. javatools-package-rename-task

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


    19 мая 2010 г. Igor Vlasenko 0:0.1-alt2_0.20070624.2jpp5
    - selected java5 compiler explicitly
    6 марта 2010 г. Igor Vlasenko 0:0.1-alt1_0.20070624.2jpp5
    - new jpp release
    29 сентября 2008 г. Igor Vlasenko 0:0.1-alt1_0.20070624.1jpp5
    - converted from JPackage by jppimport script