[jboss-cvs] JBossCache/docs/faq/en ...

Manik Surtani manik at jboss.org
Mon Apr 23 10:15:07 EDT 2007


  User: msurtani
  Date: 07/04/23 10:15:07

  Modified:    docs/faq/en  master.xml
  Log:
  Removed dependency on JBoss Serialization
  
  Revision  Changes    Path
  1.51      +11 -32    JBossCache/docs/faq/en/master.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: master.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/faq/en/master.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -b -r1.50 -r1.51
  --- master.xml	20 Apr 2007 17:40:29 -0000	1.50
  +++ master.xml	23 Apr 2007 14:15:07 -0000	1.51
  @@ -944,40 +944,18 @@
   
            <qandaentry>
               <question>
  -               <para>What is jboss-serialization.jar, introduced in JBoss Cache 1.4.x and do I need this?</para>
  -            </question>
  -            <answer>
  -               <para>jboss-serialization.jar is the
  -                  <ulink
  -                        url="http://labs.jboss.org/portal/index.html?ctrl:id=page.default.info&amp;project=serialization">
  -                     JBoss Serialization
  -                  </ulink>
  -                  library, which is much more efficient in terms
  -                  of speed and CPU usage as well as the generated byte stream size than standard Java serialization.
  -                  This
  -                  very
  -                  significantly improves replication performance of custom objects placed in the cache.
  -               </para>
  -               <para>
  -                  From 1.4.x, JBoss Cache relies on this library and it is needed to run JBoss Cache.
  -               </para>
  -            </answer>
  -         </qandaentry>
  -
  -         <qandaentry>
  -            <question>
  -               <para>Can I disable JBoss Serialization and revert back to standard Java serialization?</para>
  +               <para>What happened to jboss-serialization.jar?</para>
               </question>
   
               <answer>
  -               <para>Yes you can, by passing in the
  -                  <literal>-Djboss.serialization=false</literal>
  -                  environment variable to your JVM.
  +               <para>
  +                  As of JBoss Cache 2.0.0, the dependency on JBoss Serialization has been dropped since most of the
  +                  benefits of JBoss Serialization are available in updated Java 5 VMs. Since JBoss Cache 2.0.0 is
  +                  baselined on Java 5, there was no need to provide these benefits separately.
                  </para>
               </answer>
            </qandaentry>
   
  -
            <qandaentry>
               <question>
                  <para>Does JBoss Cache support partitioning?</para>
  @@ -1561,7 +1539,8 @@
            <qandaentry>
               <question>
                  <para>Can I migrate a JDBCacheLoader or FileCacheLoader based cache store containing data formatted with
  -                  JBoss Cache 1.x.x to JBoss Cache 2.0 format?</para>
  +                  JBoss Cache 1.x.x to JBoss Cache 2.0 format?
  +               </para>
               </question>
   
               <answer>
  
  
  



More information about the jboss-cvs-commits mailing list