JBoss Cache SVN: r7993 - in benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0: conf and 5 other directories.
by jbosscache-commits@lists.jboss.org
Author: galder.zamarreno(a)jboss.com
Date: 2009-04-22 15:42:02 -0400 (Wed, 22 Apr 2009)
New Revision: 7993
Added:
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/.classpath
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/.project
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/local-RC.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/local-RR.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync-RR.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/config.sh
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/commons-logging.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/infinispan-core.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jboss-common-core.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jboss-logging-spi.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jcip-annotations.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jgroups.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jta.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/log4j.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/marshalling-api.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/river.jar
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/src/
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/src/org/
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/src/org/cachebench/
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/src/org/cachebench/cachewrappers/
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/src/org/cachebench/cachewrappers/InfinispanWrapper.java
Log:
Initial import.
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/.classpath
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/.classpath (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/.classpath 2009-04-22 19:42:02 UTC (rev 7993)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="lib" path="lib/commons-logging.jar"/>
+ <classpathentry kind="lib" path="lib/infinispan-core.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-common-core.jar"/>
+ <classpathentry kind="lib" path="lib/jcip-annotations.jar"/>
+ <classpathentry kind="lib" path="lib/jgroups.jar"/>
+ <classpathentry kind="lib" path="lib/jta.jar"/>
+ <classpathentry kind="lib" path="lib/log4j.jar"/>
+ <classpathentry kind="lib" path="lib/marshalling-api.jar"/>
+ <classpathentry kind="lib" path="lib/river.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/framework"/>
+ <classpathentry kind="output" path="output/eclipse"/>
+</classpath>
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/.project
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/.project (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/.project 2009-04-22 19:42:02 UTC (rev 7993)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>infinispan-4.0.0</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/local-RC.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/local-RC.xml (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/local-RC.xml 2009-04-22 19:42:02 UTC (rev 7993)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:infinispan:config:4.0">
+ <default>
+ <locking concurrencyLevel="10000" isolationLevel="READ_COMMITTED" />
+ </default>
+</infinispan>
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/local-RR.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/local-RR.xml (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/local-RR.xml 2009-04-22 19:42:02 UTC (rev 7993)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:infinispan:config:4.0">
+ <default>
+ <locking concurrencyLevel="10000" isolationLevel="REPEATABLE_READ" />
+ </default>
+</infinispan>
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync-RR.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync-RR.xml (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync-RR.xml 2009-04-22 19:42:02 UTC (rev 7993)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:infinispan:config:4.0">
+
+ <!-- *************************** -->
+ <!-- System-wide global settings -->
+ <!-- *************************** -->
+
+ <global>
+
+ <!--
+ If the transport is omitted, there is no way to create distributed or clustered caches.
+ There is no added cost to defining a transport but not creating a cache that uses one, since the transport
+ is created and initialized lazily.
+ -->
+ <transport transportClass="org.infinispan.remoting.transport.jgroups.JGroupsTransport" clusterName="infinispan-cluster"
+ distributedSyncTimeout="5000">
+ <!-- Note that the JGroups transport uses sensible defaults if no configuration property is defined. -->
+ <property name="configurationFile" value="tcp.xml"/>
+ <!-- See the JGroupsTransport javadocs for more flags -->
+ </transport>
+
+ </global>
+
+ <!-- *************************** -->
+ <!-- Default "template" settings -->
+ <!-- *************************** -->
+ <!-- this is used as a "template" configuration for all caches in the system. -->
+ <default>
+ <!--
+ isolation levels supported: READ_COMMITTED and REPEATABLE_READ
+ -->
+ <locking
+ isolationLevel="REPEATABLE_READ"
+ lockAcquisitionTimeout="20000"
+ writeSkewCheck="false"
+ concurrencyLevel="500"/>
+
+ <!--
+ Used to register a transaction manager and participate in ongoing transactions.
+ -->
+ <transaction
+ transactionManagerLookupClass="org.infinispan.transaction.GenericTransactionManagerLookup"
+ syncRollbackPhase="false"
+ syncCommitPhase="false"/>
+
+ <!--
+ This element specifies that the cache is clustered.
+ modes supported: replication (r) or invalidation (i).
+ -->
+ <clustering mode="replication">
+
+ <!--
+ Defines whether to retrieve state on startup
+ -->
+ <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
+
+ <!--
+ Network calls are synchronous.
+ -->
+ <sync replTimeout="20000"/>
+ <!--
+ Uncomment this for async replication.
+ -->
+ <!--<async useReplQueue="true" replQueueInterval="10000" replQueueMaxElements="500"/>-->
+ </clustering>
+ </default>
+
+</infinispan>
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/config.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/config.sh (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/config.sh 2009-04-22 19:42:02 UTC (rev 7993)
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+#see "$CACHE_ROOT/cache-products/cache.sh" for details
+
+THIS_DIR="./cache-products/infinispan-4.0.0"
+
+#setting up classpath
+for JAR in $THIS_DIR/lib/*
+do
+ CLASSPATH=$CLASSPATH:$JAR
+done
+
+CLASSPATH="$CLASSPATH:./classes/production/infinispan"
+CLASSPATH="$CLASSPATH:$THIS_DIR/conf"
+#--classpath was set
+
+#additional JVM options
+JVM_OPTIONS="$JVM_OPTIONS -Djava.net.preferIPv4Stack=true"
+JVM_OPTIONS="$JVM_OPTIONS -DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.InfinispanWrapper"
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/commons-logging.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/commons-logging.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/infinispan-core.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/infinispan-core.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jboss-common-core.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jboss-common-core.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jboss-logging-spi.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jboss-logging-spi.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jcip-annotations.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jcip-annotations.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jgroups.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jgroups.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jta.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/jta.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/log4j.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/log4j.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/marshalling-api.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/marshalling-api.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/river.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/lib/river.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/src/org/cachebench/cachewrappers/InfinispanWrapper.java
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/src/org/cachebench/cachewrappers/InfinispanWrapper.java (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/src/org/cachebench/cachewrappers/InfinispanWrapper.java 2009-04-22 19:42:02 UTC (rev 7993)
@@ -0,0 +1,106 @@
+package org.cachebench.cachewrappers;
+
+import org.cachebench.CacheWrapper;
+import org.infinispan.Cache;
+import org.infinispan.factories.DefaultCacheFactory;
+import org.infinispan.manager.CacheManager;
+import org.infinispan.manager.DefaultCacheManager;
+
+import javax.transaction.TransactionManager;
+import java.util.Map;
+import java.util.List;
+
+public class InfinispanWrapper implements CacheWrapper
+{
+ CacheManager cacheManager;
+ Cache cache;
+ TransactionManager tm;
+ boolean started = false;
+ String config;
+
+ public void init(Map parameters) throws Exception
+ {
+ config = (String) parameters.get("config");
+ setUp();
+ }
+
+ public void setUp() throws Exception
+ {
+ if (!started)
+ {
+ cacheManager = new DefaultCacheManager(config);
+ // use the default cache
+ cache = cacheManager.getCache();
+ started = true;
+ }
+ }
+
+ public void tearDown() throws Exception
+ {
+ if (started)
+ {
+ cacheManager.stop();
+ started = false;
+ }
+ }
+
+ public void put(List<String> path, Object key, Object value) throws Exception
+ {
+ cache.put(key, value);
+ }
+
+ public Object get(List<String> path, Object key) throws Exception
+ {
+ return cache.get(key);
+ }
+
+ public void empty() throws Exception
+ {
+ cache.clear();
+ }
+
+ public int getNumMembers()
+ {
+ return cacheManager.getMembers() == null ? 0 : cacheManager.getMembers().size();
+ }
+
+ public String getInfo()
+ {
+ return cache.getVersion();
+ }
+
+ public Object getReplicatedData(List<String> path, String key) throws Exception
+ {
+ return get(null, key);
+ }
+
+ public Object startTransaction()
+ {
+ if (tm == null) return null;
+ try
+ {
+ tm.begin();
+ return tm.getTransaction();
+ }
+ catch (Exception e)
+ {
+ throw new RuntimeException(e);
+ }
+ }
+
+ public void endTransaction(boolean successful)
+ {
+ if (tm == null) return;
+ try
+ {
+ if (successful)
+ tm.commit();
+ else
+ tm.rollback();
+ }
+ catch (Exception e)
+ {
+ throw new RuntimeException(e);
+ }
+ }
+}
15 years, 10 months
JBoss Cache SVN: r7991 - in benchmarks/benchmark-fwk/trunk/cache-products: jbosscache-1.4.1 and 1 other directory.
by jbosscache-commits@lists.jboss.org
Author: galder.zamarreno(a)jboss.com
Date: 2009-04-22 12:41:04 -0400 (Wed, 22 Apr 2009)
New Revision: 7991
Added:
benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.classpath
benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.project
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.classpath
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.project
Log:
Added Eclipse project and classpath files.
Added: benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.classpath
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.classpath (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.classpath 2009-04-22 16:41:04 UTC (rev 7991)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="lib" path="lib/backport-util-concurrent-3.0.jar"/>
+ <classpathentry kind="lib" path="lib/commons-logging.jar"/>
+ <classpathentry kind="lib" path="lib/ehcache.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/framework"/>
+ <classpathentry kind="lib" path="/framework/lib/common/testng-5.1-jdk15.jar"/>
+ <classpathentry kind="output" path="output/eclipse"/>
+</classpath>
Added: benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.project
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.project (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.project 2009-04-22 16:41:04 UTC (rev 7991)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>ehcache-1.5.0</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.classpath
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.classpath (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.classpath 2009-04-22 16:41:04 UTC (rev 7991)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="lib" path="lib/commons-logging.jar"/>
+ <classpathentry kind="lib" path="lib/concurrent.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-aop.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-cache.jar" sourcepath="/home/galder/jboss/code/cache/core-1.4.1.sp8/src"/>
+ <classpathentry kind="lib" path="lib/jboss-common.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-j2ee.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-jmx.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-minimal.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-serialization.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-system.jar"/>
+ <classpathentry kind="lib" path="lib/jgroups.jar"/>
+ <classpathentry kind="lib" path="lib/trove.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/framework"/>
+ <classpathentry kind="output" path="output/eclipse"/>
+</classpath>
Added: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.project
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.project (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.project 2009-04-22 16:41:04 UTC (rev 7991)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jbosscache-1.4.1</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
15 years, 10 months
JBoss Cache SVN: r7990 - enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE.
by jbosscache-commits@lists.jboss.org
Author: jdimanos(a)jboss.com
Date: 2009-04-22 08:29:06 -0400 (Wed, 22 Apr 2009)
New Revision: 7990
Modified:
enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po
Log:
update
Modified: enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po
===================================================================
--- enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po 2009-04-22 00:00:26 UTC (rev 7989)
+++ enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po 2009-04-22 12:29:06 UTC (rev 7990)
@@ -8,7 +8,7 @@
"Project-Id-Version: Introduction\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2008-09-21 04:57+0000\n"
-"PO-Revision-Date: 2009-04-22 09:59+1000\n"
+"PO-Revision-Date: 2009-04-22 22:28+1000\n"
"Last-Translator: \n"
"Language-Team: <en(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -125,17 +125,17 @@
#. Tag: para
#: Introduction.xml:44
#, no-c-format
-#, fuzzy
msgid ""
"Declare POJO to be \"prepared\" (in Aop parlance) either through an external "
"xml file (i.e., <literal>jboss-aop.xml</literal>), or through annotation "
"inside the POJO. Depending on your preference, you can either pre-instrument "
"your POJO (compile time) or have JBossAop do it at load time."
msgstr ""
-"Deklarieren POJO to be \"prepared\" (in Aop parlance) either through an external "
-"xml file (i.e., <literal>jboss-aop.xml</literal>), or through annotation "
-"inside the POJO. Depending on your preference, you can either pre-instrument "
-"your POJO (compile time) or have JBossAop do it at load time."
+"Deklarierung des POJO zur \"Vorbereitung\" (in Aop Jargon) entweder durch eine externe "
+"xml-Datei (d.h. <literal>jboss-aop.xml</literal>) oder durch Annotation "
+"innerhalb des POJO. Je nach Ihrer Präferenz können Sie Ihr POJO entweder "
+"prä-instrumentieren (Kompilierzeit) oder es JBossAop zum Zeitpunkt des "
+"Ladens tun lassen."
#. Tag: para
#: Introduction.xml:47
@@ -310,6 +310,12 @@
"accordingly to the internal TreeCache nodes. This feature is explained in "
"full details later."
msgstr ""
+"Objekt-Cache nach Erreichbarkeit, d.h. rekursives Objekt-Mapping in den Cache-Speicher. "
+"Besitzt ein POJO etwa eine Referenz zu einem anderen angegebenen POJO, so "
+"managt <literal>PojoCache</literal> auf transparente Weise auch die Sub-Objekt Stati. "
+"Während des ersten <literal>putObject()</literal>-Aufrufs durchläuft "
+"<literal>PojoCache</literal> den Objektbaum und mappt entsprechend zu den internen "
+"TreeCache-Nodes. Dieses Feature wird später noch ausführlich erläutert."
#. Tag: para
#: Introduction.xml:92
@@ -321,6 +327,10 @@
"the cache. Therefore, there is no need to specify object relationship via "
"xml file."
msgstr ""
+"Objektreferenz-Handhabung. In PojoCache werden mehrfache und rekursive "
+"Objektreferenzen automatisch gehandhabt. Das heißt, der Nutzer muss keine Objektbeziehung "
+"deklarieren (z.B. \"one-to-one\" oder \"one-to-many\"), um das Cache zu benutzenache. "
+"Es ist daher nicht notwendig, die Objektbeziehung via xml-Datei festzulegen."
#. Tag: para
#: Introduction.xml:97
@@ -334,6 +344,13 @@
"literal>). The objects retrieved from <literal>joe.getAddress()</literal> "
"and <literal>mary.getAddress()</literal> should be identical."
msgstr ""
+"Automatischer Support von Objektidentität. In PojoCache wird jedes Objekt "
+"eindeutig durch eine interne FQN identifiziert. Der Client kann die Objektgleichheit "
+"durch die übliche <literal>equal</literal>-Methode bestimmen. Zum Beispiel kann ein "
+"Objekt wie <literal>Address</literal> durch zwei "
+"<literal>Person</literal>en mehrfach referenziert sein (z.B. <literal>joe</literal> und <literal>mary</"
+"literal>). Die von <literal>joe.getAddress()</literal> "
+"und <literal>mary.getAddress()</literal> abgerufenen Objekte sollten identisch sein."
#. Tag: para
#: Introduction.xml:100
@@ -343,6 +360,9 @@
"as well, and its identity is still preserved when retrieved from both places "
"(after replication)."
msgstr ""
+"Schließlich kann ein POJO auch unter mehreren <code>Fqn</code>s im Cache "
+"gespeichert und dessen Identität weiterhin gewahrt sein, wenn von beiden Orten abgerufen "
+"(nach Replikation)."
#. Tag: para
#: Introduction.xml:105
@@ -355,6 +375,12 @@
"g., <literal>putObject</literal> call), the attributes in base class "
"<literal>Person</literal> is \"aspectized\" as well."
msgstr ""
+"Vererbungsbeziehung. PojoCache wahrt die POJO-Vererbungshierarchie "
+"nachdem der Objektposten im Cache gespeichert wurde. Erbt etwa eine "
+"<literal>Student</literal>-Klasse von einer <keycode>Person</keycode>-Klasse "
+"wenn ein <literal>Student</literal>-Objekt nach PojoCache gemappt wurde (z.B. "
+"<literal>putObject</literal>-Aufruf), so werden die Attribute in der Basisklasse (auch: Grundklasse) "
+"<literal>Person</literal> ebenfalls \"aspektiert\"."
#. Tag: para
#: Introduction.xml:110
@@ -366,11 +392,15 @@
"as \"aspectized\". In addition, it supports runtime swapping of the proxy "
"reference as well."
msgstr ""
+"Support von Collection-Klassen (z.B. List-, Set- und Map-basierten Objekten) "
+"automatisch, ohne dass diese als aop-aktiviert deklariert werden. Das bedeutet, Sie können diese "
+"entweder als ein einfaches POJO oder ein Sub-Objekt zu POJO verwenden, ohne diese als "
+"\"aspektiert\" zu deklarieren. Außerdem wird Runtime-Swapping der Proxy-Referenz "
+"ebenfalls unterstützt."
#. Tag: para
#: Introduction.xml:115
#, no-c-format
-#, fuzzy
msgid ""
"Support pre-compiling of POJOs. The latest JBossAop has a feature to pre-"
"compile (called <literal>aopc</literal>, so-called compile-time mode in "
@@ -380,13 +410,13 @@
"JBossAop system classloader. A user can treat the pre-generated classes as "
"regular ones and use PojoCache in a non-intrusive way."
msgstr ""
-"Support pre-compiling of POJOs. The latest JBossAop has a feature to pre-"
-"compile (called <literal>aopc</literal>, so-called compile-time mode in "
-"JBossAop) and generate the byte code necessary for AOP system. By pre-"
-"compiling the user-specified POJOs, there is no need for additional "
-"declaration file (e.g., <literal>jboss-aop.xml</literal> ) or specifying a "
-"JBossAop system classloader. A user can treat the pre-generated classes as "
-"regular ones and use PojoCache in a non-intrusive way."
+"Support von Vorkompilierung von POJOs. Die aktuellste JBossAop besitzt ein Feature "
+"zur Vorkompilierung (namens <literal>aopc</literal>, so genannter Kompilierzeit-Modus "
+"oder \"Compile-Time Mode in JBossAop) und Generierung des für das AOP-System nötigen "
+"Byte-Codes. Durch Vorkompilierung der Nutzer-spezifizierten POJOs, entfällt die"
+"Notwendigkeit einer zusätzlichen Deklarationsdatei (z.B. <literal>jboss-aop.xml</literal>) "
+"oder Festlegung eines JBossAop Systemklassenladers. Ein Nutzer kann die vorgenerierten "
+"Klassen wie reguläre behandeln und PojoCache auf nicht-intrusive Weise zu nutzen."
#. Tag: para
#: Introduction.xml:118
15 years, 10 months
JBoss Cache SVN: r7989 - enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE.
by jbosscache-commits@lists.jboss.org
Author: jdimanos(a)jboss.com
Date: 2009-04-21 20:00:26 -0400 (Tue, 21 Apr 2009)
New Revision: 7989
Modified:
enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po
Log:
update
Modified: enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po
===================================================================
--- enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po 2009-04-20 12:50:18 UTC (rev 7988)
+++ enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po 2009-04-22 00:00:26 UTC (rev 7989)
@@ -8,7 +8,7 @@
"Project-Id-Version: Introduction\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2008-09-21 04:57+0000\n"
-"PO-Revision-Date: 2009-04-20 22:13+1000\n"
+"PO-Revision-Date: 2009-04-22 09:59+1000\n"
"Last-Translator: \n"
"Language-Team: <en(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -171,6 +171,11 @@
"transaction automatically. When the transaction is either committed or "
"rolled back, your POJO operations will act accordingly."
msgstr ""
+"<literal>PojoCache</literal> erweitert die Funktionalität von TreeCache zu "
+"objektbasiert. Das bedeutet, dass TreeCache Features wie Transaktion, "
+"Replikation, Eviction Policy und Cache Lader auf POJO-Ebene erweitert wurden. "
+"Wenn Sie etwa unter einem Transaktionskontext an einem POJO arbeiten (sagen wir <literal>pojo.setName()"
+"</literal>), so nimmt es automatisch an dieser Transaktion teil. Wird die Transaktion entweder festgeschrieben oder zurückgesetzt, so agieren Ihre POJO-Operationen dementsprechend."
#. Tag: para
#: Introduction.xml:60
@@ -183,6 +188,11 @@
"the cache states. Of course, users will need to consider the extra cost "
"(albeit slight) in doing this."
msgstr ""
+"Und schließlich kann <literal>PojoCache</literal> auch als ein einfaches "
+"<literal>TreeCache</literal> verwendet werden. Zum Beispiel kann ein Nutzer die "
+"<literal>TreeCache</literal>-API verwenden [z.B. <literal>get(String fqn)</literal> "
+"und <literal>set(String fqn, String-Schlüssel, String-Wert)</literal> ], um die Cache-Stati zu managen. "
+"Natürlich sollten Nutzer die (wenn auch geringen) Extra-Kosten dieser Vorgehensweise berücksichtigen."
#. Tag: title
#: Introduction.xml:63
@@ -212,6 +222,17 @@
"<ulink url=\"TreeCache.html\">JBossCache</ulink> for more details on cache "
"mode."
msgstr ""
+"Feinkörnige Replikation. Der unterstützte Replikationsmodus ist derselbe wie der "
+"des TreeCache: <literal>LOCAL</literal> , <literal>REPL_SYNC</literal> "
+"und <literal>REPL_ASYNC</literal>. Die Replikationsebene ist feinkörnig und "
+"erfolgt automatisch wenn das POJO in den internen Cache-Speicher gemappt ist. "
+"Wird ein POJO-Feld aktualisiert, so wird eine Replikationsanfrage nur an den "
+"mit diesem modifizierten Attribut übereinstimmenden Node herausgeschickt (statt das "
+"gesamte Objekt). Dies kann einen potenziellen Performance-Boost während des "
+"Replikationsvorgangs bedeuten, z.B. repliziert die Aktualisierung eines einzelnen Schlüssels "
+"in einem großen HashMap nur das einzelne Feld statt der gesamten Map! "
+"Weitere Informationen zum Cache-Modus entnehmen Sie bitte der Dokumentation von "
+"<ulink url=\"TreeCache.html\">JBossCache</ulink>."
#. Tag: para
#: Introduction.xml:74
@@ -228,6 +249,15 @@
"transaction context. So you can start another transaction on pojo2 and it "
"will succeed."
msgstr ""
+"Transaktion. Die Transaktion der POJO-Operation kann erfolgen, nachdem der TransactionManager "
+"ordnungsgemäß spezifiziert wurde. Beim User-Rollback werden auch alle POJO-Operationen "
+"zurückgesetzt. Beachten Sie, dass der Transaktionkontext allerdings nur für die Node-Ebene gilt. "
+"Das heißt, in einem komplexen Objektdiagramm mit mehreren Unter-Nodes sind nur diejenigen Nodes "
+"(oder Felder) unter Transaktionskontext, auf die durch einen Nutzer zugegriffen wird. "
+"Wenn Sie etwa ein POJO haben, das Feldreferenzen zu zwei weiteren POJOs (etwa pojo1 und pojo2) "
+"besitzt. Wird pojo1 verändert und ist unter Transaktionskontext, so ist pojo2 nicht unter demselben "
+"Transaktionskontext. Das bedeutet, Sie können eine weitere Transaktion an pojo2 beginnen, die erfolgreich "
+"ist."
#. Tag: para
#: Introduction.xml:77
@@ -238,6 +268,9 @@
"<literal>commit</literal> phase. And if it is rolled back, we will simply "
"discard the modifications."
msgstr ""
+"Desweiteren ist feinkörnige Operation (Replikation oder Persistenz) unter "
+"Transaktion gebatcht. Das heißt, die Aktualisierung wird bis zur "
+"<literal>commit</literal>-Phase nicht durchgeführt. Und beim eventuellen Zurücksetzen werden die Änderungen einfach verworfen."
#. Tag: para
#: Introduction.xml:82
@@ -254,6 +287,16 @@
"\"Region\" is used to define the eviction policy, if you define a \"Region\" "
"inside a POJO sub-tree, it may not be desirable."
msgstr ""
+"Eviction Policy. PojoCache unterstützt eine Eviction Policy, die das gesamte "
+"POJO-Objekt (und rekursiv jede Feldobjektreferenzen) verwerfen kann. Derzeit existiert eine "
+"Eviction Policy Klasse namens <literal>org.jboss.cache.aop.eviction."
+"AopLRUPolicy</literal> (die Subklasse von <literal>org.jboss.cache."
+"eviction.LRUPolicy</literal> ist). Die Konfigurationsparameter sind dieselben wie die des "
+"TreeCache Gegenstücks. Beachten Sie, dass das Konzept von \"Region\" in "
+"Eviction an der Spitze der Objekt FQN-Ebene sorgfältig definiert werden muss. "
+"Andernfalls funktioniert die Eviction Policy nicht ordnungsgemäß. Das heißt, da "
+"\"Region\" zur Definition der Eviction Policy verwendet wird, ist es möglicherweise nicht "
+"wünschenswert, eine \"Region\" innerhalb eines POJO-Unterbaums zu definieren."
#. Tag: para
#: Introduction.xml:87
15 years, 10 months
JBoss Cache SVN: r7988 - /.
by jbosscache-commits@lists.jboss.org
Author: manik.surtani(a)jboss.com
Date: 2009-04-20 08:50:18 -0400 (Mon, 20 Apr 2009)
New Revision: 7988
Removed:
test/
Log:
15 years, 10 months
JBoss Cache SVN: r7987 - /.
by jbosscache-commits@lists.jboss.org
Author: manik.surtani(a)jboss.com
Date: 2009-04-20 08:48:27 -0400 (Mon, 20 Apr 2009)
New Revision: 7987
Added:
test/
Log:
test
15 years, 10 months
JBoss Cache SVN: r7986 - enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE.
by jbosscache-commits@lists.jboss.org
Author: jdimanos(a)jboss.com
Date: 2009-04-20 08:15:10 -0400 (Mon, 20 Apr 2009)
New Revision: 7986
Modified:
enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po
Log:
update
Modified: enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po
===================================================================
--- enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po 2009-04-15 11:58:06 UTC (rev 7985)
+++ enterprise-docs/tags/JBoss_EAP_4_3/Cache_Pojo_Cache_Guide/de-DE/Introduction.po 2009-04-20 12:15:10 UTC (rev 7986)
@@ -8,7 +8,7 @@
"Project-Id-Version: Introduction\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2008-09-21 04:57+0000\n"
-"PO-Revision-Date: 2009-04-14 22:15+1000\n"
+"PO-Revision-Date: 2009-04-20 22:13+1000\n"
"Last-Translator: \n"
"Language-Team: <en(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -74,7 +74,7 @@
"replication. If we have two <literal>Person</literal> instances that share "
"the same <literal>Address</literal> , upon replication, it will be split "
"into two separate <literal>Address</literal> instances (instead of just one)."
-msgstr ""
+msgstr "Die Objektstruktur kann keine Diagrammbeziehung haben. Das heißt, das Objekt kann keine geteilten Unterobjekte besitzen (mehrfach referenziert) oder auf sich selbst verweisen (zyklisch). Andernfalls wird die Beziehung bei Serialisierung gebrochen. Abbildung 1 zum Beispiel illustriert dieses Problem während Replikation. Haben wir zwei <literal>Person</literal>-Instanzen, die sich dieselbe <literal>Address</literal> teilen, so wird dies in zwei separate <literal>Address</literal>-Instanzen aufgeteilt (statt in nur eine)."
#. Tag: title
#: Introduction.xml:21
@@ -90,12 +90,14 @@
"By \"object-oriented\", we mean that PojoCache provides tight integration "
"with the object-oriented Java language paradigm, specifically,"
msgstr ""
+"Bei PojoCache hingegen handelt es sich um ein feinkörniges, objektorientiertes Cache. "
+"Mit \"objektorientiert\" meinen wir, dass PojoCache speziell mit dem an der objektorientierten Java-Sprache orientierten Paradigma enge Integration bietet."
#. Tag: para
#: Introduction.xml:31
#, no-c-format
msgid "no need to implement <literal>Serializable</literal> interface for the POJOs."
-msgstr ""
+msgstr "keine Notwendigkeit zur Implementierung des <literal>Serializable</literal>-Interface für die POJOs."
#. Tag: para
#: Introduction.xml:34
@@ -103,7 +105,7 @@
msgid ""
"replication (or even persistency) is done on a per-field basis (as opposed "
"to the whole object binary level)."
-msgstr ""
+msgstr "Replikation (oder sogar Persistenz) erfolgt auf pro-Feld Basis (im Gegensatz zur gesamten Objekt-Binärebene)."
#. Tag: para
#: Introduction.xml:37
@@ -112,7 +114,7 @@
"the object relationship and identity are preserved automatically in a "
"distributed, replicated environment. It enables transparent usage behavior "
"and increases software performance."
-msgstr ""
+msgstr "die Objektbeziehung und Identität werden automatisch in einer distribuierten, replizierten Umgebung verwahrt. Es ermöglicht ein transparentes Anwendungsverhalten und erhöht die Software-Performance."
#. Tag: para
#: Introduction.xml:41
@@ -123,12 +125,17 @@
#. Tag: para
#: Introduction.xml:44
#, no-c-format
+#, fuzzy
msgid ""
"Declare POJO to be \"prepared\" (in Aop parlance) either through an external "
"xml file (i.e., <literal>jboss-aop.xml</literal>), or through annotation "
"inside the POJO. Depending on your preference, you can either pre-instrument "
"your POJO (compile time) or have JBossAop do it at load time."
msgstr ""
+"Deklarieren POJO to be \"prepared\" (in Aop parlance) either through an external "
+"xml file (i.e., <literal>jboss-aop.xml</literal>), or through annotation "
+"inside the POJO. Depending on your preference, you can either pre-instrument "
+"your POJO (compile time) or have JBossAop do it at load time."
#. Tag: para
#: Introduction.xml:47
@@ -320,6 +327,7 @@
#. Tag: para
#: Introduction.xml:115
#, no-c-format
+#, fuzzy
msgid ""
"Support pre-compiling of POJOs. The latest JBossAop has a feature to pre-"
"compile (called <literal>aopc</literal>, so-called compile-time mode in "
@@ -329,6 +337,13 @@
"JBossAop system classloader. A user can treat the pre-generated classes as "
"regular ones and use PojoCache in a non-intrusive way."
msgstr ""
+"Support pre-compiling of POJOs. The latest JBossAop has a feature to pre-"
+"compile (called <literal>aopc</literal>, so-called compile-time mode in "
+"JBossAop) and generate the byte code necessary for AOP system. By pre-"
+"compiling the user-specified POJOs, there is no need for additional "
+"declaration file (e.g., <literal>jboss-aop.xml</literal> ) or specifying a "
+"JBossAop system classloader. A user can treat the pre-generated classes as "
+"regular ones and use PojoCache in a non-intrusive way."
#. Tag: para
#: Introduction.xml:118
@@ -338,6 +353,9 @@
"eliminating the need for ad-hoc specification of a system class loader, for "
"example. Details will be provided later."
msgstr ""
+"Dies ermöglicht einfach Integration mit bestehenden Java Runtime-Programmern und "
+"erübrigt zum Beispiel Ad-hoc Spezifikation eines Systemklassenladers. "
+"Einzelheiten hierzu werden später erläutert."
#. Tag: para
#: Introduction.xml:123
@@ -356,6 +374,12 @@
"literal> file declaration for POJOs, if annotation is preferred. The JDK5.0 "
"annotation will be supported in the next release."
msgstr ""
+"Gebrauch von Support-Annotation. Seit Release 1.2.3 unterstützt PojoCache auch "
+"die Deklaration von POJO durch Annotation unter JDK1.4. JBossAop "
+"bietet einen Annotationsvorkompilierer, den ein Nutzer zur Vorverarbeitung der "
+"Annotation verwenden kann. In Folge wird keine <literal>jboss-aop.xml</"
+"literal>-Dateideklarierung für POJOs benötigt, falls Annotation bevorzugt wird. "
+"Die JDK5.0 Annotation wird in der nächsten Release unterstützt."
#. Tag: para
#: Introduction.xml:133
@@ -366,6 +390,9 @@
"Client will have no need to manage any object relationship and cache "
"contents synchronization."
msgstr ""
+"Einfache Verwendung und Transparenz. Wurde ein POJO für als vom Cache "
+"zu verwaltendes deklariert, so wird das POJO-Objekt hinter den Kulissen in den Cache-Speicher gemappt. "
+"Der Client muss keine Objektbeziehung und und Synchronisierung von Cache-Inhalten managen."
#. Tag: title
#: Introduction.xml:138
@@ -383,6 +410,11 @@
"cache life cycle method to start the cache. Below is a code snippet that "
"creates and starts the cache through an external xml file:"
msgstr ""
+"Die Verwendung von PojoCache ist ähnlich der des TreeCache Gegenstücks. Im Wesentlichen "
+"instantiieren Sie zunächst eine PojoCache-Instanz. Dann können Sie sie entweder "
+"programmatisch oder durch eine externe xml-Datei konfigurieren. Schließlich rufen Sie "
+"die Cache-Lebenszyklusmethode zum Starten des Cache auf. Unten ist ein Code-Schnipsel, der das "
+"Cache durch eine externe xml-Datei erstellt und startet:"
#. Tag: programlisting
#: Introduction.xml:140
@@ -415,45 +447,44 @@
#. Tag: para
#: Introduction.xml:143
#, no-c-format
-#, fuzzy
msgid ""
"<literal>PojoCache</literal> is currently supported on both JDK1.4 and "
"JDK50. For JDK1.4, it requires the following libraries (in addition to jboss-"
"cache.jar and the required libraries for the plain TreeCache) to start up:"
msgstr ""
"<literal>PojoCache</literal> wird aktuell sowohl auf JDK1.4 als auch "
-"JDK50 . For JDK1.4, it requires the following libraries (in addition to jboss-"
-"cache.jar and the required libraries for the plain TreeCache) to start up:"
+"JDK50 unterstützt. Für JDK1.4 werden folgende Bibliotheken benötigt (zusätzlich zu jboss-"
+"cache.jar und den benötigten Bibliotheken für das einfache TreeCache), um zu starten:"
#. Tag: para
#: Introduction.xml:148
#, no-c-format
msgid "Library:"
-msgstr ""
+msgstr "Bibliothek:"
#. Tag: para
#: Introduction.xml:153
#, no-c-format
msgid "jboss-aop.jar. Main JBossAop library."
-msgstr ""
+msgstr "jboss-aop.jar. Die JBossAop-Hauptbibliothek"
#. Tag: para
#: Introduction.xml:156
#, no-c-format
msgid "javassist.jar. Java byte code manipulation library."
-msgstr ""
+msgstr "javassist.jar. Java Byte-Code Manipulationsbibliothek."
#. Tag: para
#: Introduction.xml:159
#, no-c-format
msgid "trove.jar. High performance collections for Java."
-msgstr ""
+msgstr "trove.jar. High Performance Collections für Java."
#. Tag: para
#: Introduction.xml:162
#, no-c-format
msgid "qdox.jar. Javadoc parser for annotation."
-msgstr ""
+msgstr "qdox.jar. Javadoc Parser für Annotation."
#. Tag: para
#: Introduction.xml:167
@@ -463,4 +494,7 @@
"jboss-cache.jar with jboss-cache-jdk50.jar and jboss-aop.jar with jboss-aop-"
"jdk50.jar from lib-50 directory."
msgstr ""
+"Für JDK5.0 werden Sie zusätzlich zu den oben genannten Bibliotheken "
+"jboss-cache.jar durch jboss-cache-jdk50.jar und jboss-aop.jar durch jboss-aop-"
+"jdk50.jar aus dem lib-50-Verzeichnis ersetzen müssen."
15 years, 10 months
JBoss Cache SVN: r7985 - core/trunk/src/main/java/org/jboss/cache.
by jbosscache-commits@lists.jboss.org
Author: manik.surtani(a)jboss.com
Date: 2009-04-15 07:58:06 -0400 (Wed, 15 Apr 2009)
New Revision: 7985
Modified:
core/trunk/src/main/java/org/jboss/cache/Cache.java
Log:
JBCACHE-1506 (javadoc)
Modified: core/trunk/src/main/java/org/jboss/cache/Cache.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/Cache.java 2009-04-15 11:35:24 UTC (rev 7984)
+++ core/trunk/src/main/java/org/jboss/cache/Cache.java 2009-04-15 11:58:06 UTC (rev 7985)
@@ -56,7 +56,7 @@
* A simple example of usage:
* <pre>
* // creates with default settings and starts the cache
- * Cache cache = DefaultCacheFactory.getInstance().createCache();
+ * Cache cache = new DefaultCacheFactory().createCache();
* Fqn personRecords = Fqn.fromString("/org/mycompany/personRecords");
* <p/>
* Node rootNode = cache.getRoot();
15 years, 11 months
JBoss Cache SVN: r7984 - benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/conf.
by jbosscache-commits@lists.jboss.org
Author: galder.zamarreno(a)jboss.com
Date: 2009-04-15 07:35:24 -0400 (Wed, 15 Apr 2009)
New Revision: 7984
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/conf/pess-repl-async.xml
Log:
Updated to JGroups 2.4.x configuration.
Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/conf/pess-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/conf/pess-repl-async.xml 2009-04-15 11:34:36 UTC (rev 7983)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/conf/pess-repl-async.xml 2009-04-15 11:35:24 UTC (rev 7984)
@@ -15,29 +15,49 @@
<attribute name="ClusterName">TreeCache-Cluster</attribute>
<attribute name="ClusterConfig">
<config>
- <UDP mcast_addr="232.1.2.3" mcast_port="48866"
- ip_ttl="64" ip_mcast="true"
- mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
- ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
- loopback="false"/>
- <PING timeout="2000" num_initial_members="3"
- up_thread="false" down_thread="false"/>
- <MERGE2 min_interval="10000" max_interval="20000"/>
- <FD_SOCK/>
- <VERIFY_SUSPECT timeout="1500"
- up_thread="false" down_thread="false"/>
- <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800"
- max_xmit_size="8192" up_thread="false" down_thread="false"/>
- <UNICAST timeout="600,1200,2400" window_size="100" min_threshold="10"
- down_thread="false"/>
- <pbcast.STABLE desired_avg_gossip="20000"
- up_thread="false" down_thread="false"/>
- <FRAG frag_size="8192"
- down_thread="false" up_thread="false"/>
- <pbcast.GMS join_timeout="5000" join_retry_timeout="2000"
- shun="true" print_local_addr="true"/>
- <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>
- </config>
+ <UDP mcast_addr="232.1.2.3"
+ mcast_port="48866"
+ tos="8"
+ ucast_recv_buf_size="20000000"
+ ucast_send_buf_size="640000"
+ mcast_recv_buf_size="25000000"
+ mcast_send_buf_size="640000"
+ loopback="false"
+ discard_incompatible_packets="true"
+ enable_bundling="true"
+ max_bundle_size="64000"
+ max_bundle_timeout="30"
+ use_incoming_packet_handler="true"
+ use_outgoing_packet_handler="false"
+ ip_ttl="2"
+ down_thread="false" up_thread="false"/>
+ <PING timeout="2000"
+ down_thread="false" up_thread="false" num_initial_members="3"/>
+ <MERGE2 max_interval="100000"
+ down_thread="false" up_thread="false" min_interval="20000"/>
+ <FD_SOCK down_thread="false" up_thread="false"/>
+ <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>
+ <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
+ <pbcast.NAKACK max_xmit_size="60000"
+ use_mcast_xmit="false" gc_lag="0"
+ retransmit_timeout="300,600,1200,2400,4800"
+ down_thread="false" up_thread="false"
+ discard_delivered_msgs="true"/>
+ <UNICAST timeout="300,600,1200,2400,3600"
+ down_thread="false" up_thread="false"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
+ down_thread="false" up_thread="false"
+ max_bytes="400000"/>
+ <pbcast.GMS print_local_addr="true" join_timeout="3000"
+ down_thread="false" up_thread="false"
+ join_retry_timeout="2000" shun="true"
+ view_bundling="true"
+ view_ack_collection_timeout="5000"/>
+ <FC max_credits="2000000" down_thread="false" up_thread="false"
+ min_threshold="0.10"/>
+ <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
+ <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>
+ </config>
</attribute>
<attribute name="FetchInMemoryState">false</attribute>
<attribute name="InitialStateRetrievalTimeout">15000</attribute>
15 years, 11 months