java/cewolf-1.0/src/site/tutorial/step1.html
changeset 1 639991d0808a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/cewolf-1.0/src/site/tutorial/step1.html	Sat Feb 28 21:31:02 2009 +0100
     1.3 @@ -0,0 +1,44 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title>Cewolf Tutorial(1): Prepare Your Application</title>
     1.8 +  <meta name="author" content="Guido Laures">
     1.9 +  <link href="../cewolf.css" rel="stylesheet" type="text/css">
    1.10 +</head>
    1.11 +<body>
    1.12 +<p> </p>
    1.13 +<h1>Tutorial: Step 1</h1>
    1.14 +<h2>Prepare Your Application</h2>
    1.15 +<p> If you have not downloaded the Cewolf distribution yet, this is the
    1.16 +point to do it (look at <a
    1.17 + href="http://sourceforge.net/project/showfiles.php?group_id=57282"
    1.18 + target="new">Download</a>). Put the following JAR files of the <tt>/lib</tt>
    1.19 +directory into your web application's <tt>/WEB-INF/lib</tt> directory: </p>
    1.20 +<ul>
    1.21 +  <li>jfreechart-*-demo.jar</li>
    1.22 +  <li>jfreechart-*.jar</li>
    1.23 +  <li>jcommon-*.jar</li>
    1.24 +  <li>commons-logging.jar</li>
    1.25 +  <li>cewolf.jar</li>
    1.26 +  <li>batik-xml.jar</li>
    1.27 +  <li>batik-util.jar</li>
    1.28 +  <li>batik-svggen.jar</li>
    1.29 +  <li>batik-dom.jar</li>
    1.30 +  <li>batik-awt-util.jar</li>
    1.31 +</ul>
    1.32 +<p> Put the file overlib.js from the <tt>/example</tt> directory into
    1.33 +your webapps root directory. This file is needed to provide tooltips for
    1.34 +image maps for Mozilla based browsers. </p>
    1.35 +<p> That should be all you have to do to prepare your application for
    1.36 +Cewolf usage. If you encounter any problems in using the Cewolf tags
    1.37 +(e.g. "No Tags" is displayed in your containers console) you can
    1.38 +additionally put the <tt>cewolf.tld</tt> (or <tt>cewolf-1.1.tld</tt> for
    1.39 +JSP 1.1 containers) file from the distribution's <tt>etc</tt> directory
    1.40 +into a directory of your choice under your web application's root and
    1.41 +reference this file as the cewolf tag library from your JSPs. </p>
    1.42 +<p> <a href="step2.html">Step 2: Provide a DatasetProducer&gt;&gt;</a> </p>
    1.43 +<a height="30" target="new" href="http://sourceforge.net"><img
    1.44 + alt="SourceForge Logo" border="0" height="30"
    1.45 + src="http://sourceforge.net/sflogo.php?group_id=57282&amp;type=5"></a>
    1.46 +</body>
    1.47 +</html>