sebb 2005/09/05 16:57:17 Modified: xdocs/usermanual Tag: rel-2-1 get-started.xml Log: Add links for optional software downloads Revision Changes Path No revision No revision 1.22.6.1 +14 -3 jakarta-jmeter/xdocs/usermanual/get-started.xml Index: get-started.xml =================================================================== RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/get-started.xml,v retrieving revision 1.22 retrieving revision 1.22.6.1 diff -u -r1.22 -r1.22.6.1 --- get-started.xml 14 Feb 2004 01:19:42 -0000 1.22 +++ get-started.xml 5 Sep 2005 23:57:17 -0000 1.22.6.1 @@ -26,9 +26,20 @@ <section name="2. Getting Started" anchor="get_started"> <p>The easiest way to begin using JMeter is to first <a href="http://jakarta.apache.org/builds/jakarta-jmeter/release/">download the latest production release</a> and install it. -The release contains all of the files you need to build and run Web, FTP, JDBC, and JNDI tests. If you want to perform JDBC testing, +The release contains all of the files you need to build and run Web, FTP, JDBC, and JNDI tests.</p> +<p>If you want to perform JDBC testing, then you will, of course, need the appropriate JDBC driver from your vendor. JMeter does not come with any JDBC drivers.</p> +<p> +Other software that you may want to download: +<ul> +<li><a href="http://www.beanshell.org/">BeanShell</a></li> +<li><a href="http://java.sun.com/products/javabeans/glasgow/jaf.html">Java Activation Framework</a> - needed for JavaMail</li> +<li><a href="http://java.sun.com/products/javamail/index.jsp">Java Mail</a> - needed for mail visualiser and SOAP tests</li> +<li><a href="http://java.sun.com/products/jms/docs.html">JMS</a> - for JMS samplers</li> +<li><a href="http://java.sun.com/downloads/">General Java download page</a></li> +</ul> +</p> <p>Next, start JMeter and go through the <a href="build-test-plan.html">Building a Test Plan</a> section of the User Guide to familiarize yourself with JMeter basics (for example, adding and removing elements).</p> <p>Finally, go through the appropriate section on how to build a specific type of Test Plan.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
