You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2010/02/11 12:46:54 UTC

svn commit: r908939 - /jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: sebb
Date: Thu Feb 11 11:46:51 2010
New Revision: 908939

URL: http://svn.apache.org/viewvc?rev=908939&view=rev
Log:
Clarifications

Modified:
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=908939&r1=908938&r2=908939&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Feb 11 11:46:51 2010
@@ -433,7 +433,8 @@
 <component name="Java Request" index="&sect-num;.1.4"  width="406" height="307" screenshot="java_request.png">
 
 <description><p>This sampler lets you control a java class that implements the
-JavaSamplerClient interface.  By writing your own implementation of this interface,
+<b><code>org.apache.jmeter.protocol.java.sampler.JavaSamplerClient</code></b> interface.
+By writing your own implementation of this interface,
 you can use JMeter to harness multiple threads, input parameter control, and
 data collection.</p>
 <p>The pull-down menu provides the list of all such implementations found by
@@ -4371,8 +4372,17 @@
 [The option does not affect CSV result files, which cannot currently store such information.]
 </p>
 <p>Also, an option exists here to instruct JMeter to run the <complink name="Thread Group"/> serially rather than in parallel.</p>
-<p>Test plan now provides an easy way to add classpath setting to a specific test plan. The feature is additive, meaning that you can add jar files or directories, but removing an entry requires restarting JMeter. In the past, users had to copy all the jar files to jmeter/lib/ directory. Now that is not necessary. JMeter properties also provides an entry for loading additional classpaths.</p>
-<p>In jmeter.properties, edit "user.classpath" to include additional libraries.</p></description>
+<p>
+Test plan now provides an easy way to add classpath setting to a specific test plan. 
+The feature is additive, meaning that you can add jar files or directories, but removing an entry requires restarting JMeter.
+Note that this cannot be used to add JMeter GUI plugins, because they are processed earlier.
+However it can be useful for utility jars such as JDBC drivers. 
+</p>
+<p>
+JMeter properties also provides an entry for loading additional classpaths.
+In jmeter.properties, edit "user.classpath" to include additional libraries.
+</p>
+</description>
 </component>
 
 <component name="Thread Group" index="&sect-num;.9.2"  width="411" height="419" screenshot="threadgroup.png">



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org