[Smartcc-cvs] smartcc/soap README,NONE,1.1
Brought to you by:
hengels
|
From: <he...@us...> - 2002-06-18 09:48:53
|
Update of /cvsroot/smartcc/smartcc/soap In directory usw-pr-cvs1:/tmp/cvs-serv20821 Added Files: README Log Message: o read it ;-) --- NEW FILE: README --- How to get it run ----------------- o compile jboss with the jboss.net plugin (described on their homepage) o deploy the Hello sample from the jboss.net module o the ejb interfaces are mirrored in the soap/src directory o copy axis beta2 jars to and smartcc/dist/client (jboss uses an older version). You need: axis.jar commons-logging.jar log4j-core.jar o build the example by simply calling 'ant' o run the client with an absolute file url to 'build/local/JBossNetClient.jar' $SMARTCC_HOME/bin/run file:$SMARTCC_HOME/soap/build/local/JBossNetClient.jar |