User: jung
Date: 00/08/11 07:43:45
Added: . examples.html
Log:
added comments how to run the testsuite with jboss.
an scl file was wrongly named and had to be moved.
added a special urn resolver that uses the bean-context
classloader to find the meta-data.
Revision Changes Path
1.1 zoap/examples.html
Index: examples.html
===================================================================
<!--
=========================================================================================================
-->
<!-- $Id: examples.html,v 1.1 2000/08/11 14:43:44 jung Exp $ -->
<!-- Copyright (c) 2000 infor:business solutions AG, Hauerstrasse 12, -->
<!-- D-66299 Friedrichsthal, Germany. All Rights Reserved. -->
<!-- -->
<!-- This program is free software; you can redistribute it and/or -->
<!-- modify it under the terms of the GNU General Public License -->
<!-- as published by the Free Software Foundation; either version 2 -->
<!-- of the License, or (at your option) any later version. -->
<!-- -->
<!-- This program is distributed in the hope that it will be useful, -->
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
<!-- GNU General Public License for more details. -->
<!-- -->
<!-- You should have received a copy of the GNU General Public License -->
<!-- along with this program; if not, write to the Free Software -->
<!-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -->
<!--
=========================================================================================================
-->
<html>
<head>
<title>
ZOAP Tests/Examples
</title>
</head>
<body>
<a href="http://www.infor.de"><img src="lib/resources/images/infor_logo.jpg"
height="72"></a>
<a href="http://www.jboss.org"><img
src="lib/resources/images/powered_by_jboss_flat_blue.gif" height="72"></a>
<hr>
<h2>Comments to the Tests/Examples </h2>
Currently, ZOAP comes with a builtin unit test suite (real examples follow later).
In the built binary
distribution, there is a <a href="dist/bin/test.bat">bin/test.bat</a> that runs this
test suite. In order to
do so successfully, you need to:
<ul>
<li>
tell the test suite where the source distribution runs. In the Java file <a
href="src/test/Test.java">src/test/Test.java</a>, there
is a variable called absolutePath which should point to the directory, where you put
your source distribution to. Set it and
call <a href="bin/make.bat">bin/make.bat</a> again.
</li>
<li>
run a ZOAP-enabled jBoss Server with the ZOAP test bean in it. For that you have to:
<ul>
<li> copy <a href="dist/lib/ext/zoap.jar">zoap.jar</a> into your jboss/lib/ext
directory. </li>
<li> copy <a href="dist/conf/zoap.conf">zoap.conf</a> into your jboss/conf
directory. </li>
<li> add the lines of <a href="dist/conf/jboss.conf">jboss.conf</a> to you
jboss/conf/jboss.conf file (before the
containerfactory mlet is started).
<li> run the jboss server </li>
<li> drop <a href="dist/deploy/test-bean.jar">test-bean.jar</a> into your
jboss/deploy directory to deploy the test
bean. The auto-deployer should now successfully create a new ZOAP-enabled session
bean.
</ul>
</li>
<li> run <a href="dist/bin/test.bat">test.bat</a> which normally should go through
without errors!. </li>
</ul>
<hr>
<a href="http://www.infor.de"><img src="lib/resources/images/infor_logo.jpg"
height="72"></a>
<a href="http://www.jboss.org"><img
src="lib/resources/images/powered_by_jboss_flat_blue.gif" height="72"></a>
<hr>
<small> Last change of $RCSfile: examples.html,v $ by $Author: jung $ on $Date:
2000/08/11 14:43:44 $;
See source for logging information.
<p>
Copyright (c) 2000 <a href="http://www.infor.de">infor:business solutions AG</a>,
Hauerstrasse 12,
D-66299 Friedrichsthal, Germany. All Rights Reserved.
</p>
<p>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
</p>
<p>
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
</p>
<p>
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</p>
</small>
</body>
</html>
<!--
$Log: examples.html,v $
Revision 1.1 2000/08/11 14:43:44 jung
added comments how to run the testsuite with jboss.
an scl file was wrongly named and had to be moved.
added a special urn resolver that uses the bean-context
classloader to find the meta-data.
Revision 1.2 2000/08/11 08:37:18 jung
adopted html pages to reflect Alpha-Status.
added an announcement document folder with the
release mailings
Revision 1.1.1.1 2000/08/10 21:04:48 jung
Initial import.
-->