Package jboss-serialization: Information

    Source package: jboss-serialization
    Version: 1.0.3-alt1_8jpp6
    Build time:  Feb 9, 2011, 06:08 PM
    Category: Development/Java
    Report package bug
    License: LGPLv2+
    Summary: JBoss Serialization
    Description: 
    We (java developers) have accepted over the years
    java.io.ObjectInputStream and java.io.ObjectOutputStream
    being slow when dealing with writeObject operations.
    We then started using Externalizable objects as a faster
    approach for serialization, but even that way was slow when
    using writeObject operations inside externalizable classes.
    Recently we discovered that most of the problems in
    JavaSerialization are related to static synchronized caching,
    what causes CPU spikes and also diminishes scaling capabilities.
    With JBossSerialization we have done internal benchmarks and we
    have realized at least 2 times faster serialization with this
    library. These benchmarks are commited into our CVS repository
    (as testcases) and they are publicly available.
    The main feature in JBossSerialization besides performance, is
    Smart Cloning. Smart cloning is the capability of the reuse of
    final fields among different class loaders doing exactly what
    serialization does, without the need of convert every field into
    a byteArray. This approach is at least 10 times faster than using
    serialization over a byte array.

    List of rpms provided by this srpm:
    jboss-serialization (noarch)
    jboss-serialization-javadoc (noarch)
    jboss-serialization-repolib (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. ant >= 0:1.6
      2. asm
      3. /proc
      4. cglib
      5. concurrent
      6. gnu-trove
      7. hibernate3
      8. jakarta-commons-logging
      9. joda-time
      10. jpackage-compat
      11. jpackage-utils
      12. javassist
      13. jboss-aop2
      14. jboss-common-core
      15. jboss-jrunit
      16. jboss-profiler
      17. jcommon
      18. jfreechart
      19. jgroups >= 0:2.2.9.2

    Last changed


    Feb. 9, 2011 Igor Vlasenko 0:1.0.3-alt1_8jpp6
    - new version
    March 6, 2010 Igor Vlasenko 0:1.0.3-alt1_5jpp5
    - rebuild with default profile
    Sept. 6, 2008 Igor Vlasenko 0:1.0.3-alt1_2jpp5
    - converted from JPackage by jppimport script