euh, now I did (damn electronic staples not working again) -marc=
Marc Portier wrote:
(was also: http://marc.theaimsgroup.com/?l=axis-dev&m=104799109606699&w=2)
For your convenience I added the new diff, after merge
regards, -marc=
Tom Jordahl wrote:
+1 Good stuff Steve!
-- Tom Jordahl Macromedia Server Development
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 6:20 PM
To: [EMAIL PROTECTED]
Subject: cvs commit: xml-axis/java/docs install.html user-guide.html
stevel 2003/03/19 15:20:26
Modified: java/docs install.html user-guide.html
Log:
I am moderately concerned about the java competence level of many of the ant-user postings. While it is good that people new to java are rushing to Apache products, I feel it is important they know what a ClassNF Exception is, what a 404 error is (we do need to fix AdminClient to be more explanatory here :), and generally people should know how to write server side code before they start writing web services.
This patch spells out the prerequisite knowledge people need. It does try and scare people, because some of these people need to know that they cannot learn these things on a big project; it is like learning crampon, ice axe and glacier skills on a heavily crevassed, high-objective-hazard alpine peak.
Also I try and get my retaliation in early on what Axis and SOAP is, and what soap isnt (RMI over XML).
-- Marc Portier http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center Read my weblog at http://radio.weblogs.com/0116284/ [EMAIL PROTECTED] [EMAIL PROTECTED]
? install.html.diff
? java/axis-1_1RC2
? java/lib/activation.jar
? java/lib/commons-httpclient.jar
? java/lib/JimiProClasses.jar
? java/lib/junit.jar
? java/lib/mailapi.jar
? java/lib/xercesImpl.jar
? java/lib/xml-apis.jar
? java/tools/lib
Index: java/docs/install.html
===================================================================
RCS file: /home/cvspublic/xml-axis/java/docs/install.html,v
retrieving revision 1.26
diff -u -r1.26 install.html
--- java/docs/install.html 19 Mar 2003 23:20:25 -0000 1.26
+++ java/docs/install.html 21 Mar 2003 09:51:25 -0000
@@ -228,7 +228,7 @@
<a name="start"/></a>
<h2>Step 3: starting the web server</h2>
- <p>This varies on a product-by-product basis. In many cases it it as
+ <p>This varies on a product-by-product basis. In many cases it is as
simple as double clicking on a startup icon or running a command from
the command line.</p>
@@ -304,7 +304,7 @@
Now let's test a JWS web service. Axis' JWS Web Services are java files
you save into the axis webapp <i>anywhere but the WEB-INF tree</i>,
- giving them the .java extension. When some requests the .jws file by
+ giving them the .jws extension. When some requests the .jws file by
giving its URL, it is compiled and executed. The user guide covers
JWS pages in detail.
@@ -463,7 +463,7 @@
Axis, by changing the URL you invoke it with.
</ol>
- The process is also covered in covered in chapter 15 of
+ The process is also covered in chapter 15 of
<A href="http://manning.com/antbook">Java Development with Ant</A>,
which can be downloaded as a
<A href="http://www.manning.com/hatcher/chap15.pdf">PDF file</A>.
Index: java/docs/user-guide.html
===================================================================
RCS file: /home/cvspublic/xml-axis/java/docs/user-guide.html,v
retrieving revision 1.83
diff -u -r1.83 user-guide.html
--- java/docs/user-guide.html 21 Mar 2003 00:54:04 -0000 1.83
+++ java/docs/user-guide.html 21 Mar 2003 09:51:29 -0000
@@ -160,7 +160,7 @@
<li>axis-1_1/lib/jaxrpc.jar</li>
<li>axis-1_1/lib/saaj.jar</li>
<li>axis-1_1/lib/commons-logging.jar</li>
-<li>axis-1_1/lib/commons-dicovery.jar</li>
+<li>axis-1_1/lib/commons-discovery.jar</li>
<li>axis-1_1/lib/wsdl4j.jar</li>
<li>axis-1_1/ <i><font color="#9966FF">(for the sample code)</font></i></li>
<li>A JAXP-1.1 compliant XML parser such as xerces or crimson</li>
