stevel 2002/11/06 23:31:05
Modified: java/docs reading.html
Added: java/docs axis.css
Log:
that style sheet
Revision Changes Path
1.10 +18 -26 xml-axis/java/docs/reading.html
Index: reading.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/reading.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- reading.html 5 Nov 2002 07:43:24 -0000 1.9
+++ reading.html 7 Nov 2002 07:31:05 -0000 1.10
@@ -3,19 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Axis: further reading</title>
-<style type="text/css">
-<!--
-.example { background:#ccccff }
-.xml { background:#eeeeee }
-body { font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 40px}
-h2 { text-decoration: underline; background-color: #DCE1FF; background-position:
left; margin-left: -30px}
-h3 { margin-left: -10px}
-h1 { margin-left: -30px}
--->
-
-</style>
+<link href="axis.css" rel=stylesheet type=text/css>
</head>
-<body text="#000000" bgcolor="#FFFFFF">
+<body>
<center>
<h1>
@@ -49,9 +39,10 @@
</li>
<li><a href="http://www.sosnoski.com/presents/java-xml/axis/">Apache Axis SOAP for
Java</a>
-Dennis Sosnoski covers Axis.
+ Dennis Sosnoski covers Axis. This is another good introductory guide.
+
<li><a href="http://www.sosnoski.com/presents/java-xml/axis/axis-monitor.html">
-Enabling SOAPMonitor in Axis 1.0</a>. How to turn the SOAP monitor on and off, and
use it.
+ Enabling SOAPMonitor in Axis 1.0</a>. How to turn the SOAP monitor on and off,
and use it.
</ol>
<a name="specifications">
@@ -125,16 +116,6 @@
to SOAP and Axis. Highly Recommended.
<li>
- <a href="http://manning.com/antbook">
- Java development with Ant
- </a><br>
- by Hatcher and Loughran.
- A book on Ant development which covers Web Service development with Axis,
- along with other topics relevant to Java developers using Ant. The Web Service
- chapter, chapter 15, is free to download.
-
-</li>
-<li>
<a href="http://www.iseran.com/Steve/papers/when_web_services_go_bad.html">
When Web Services Go Bad
</a><br>
@@ -219,17 +200,28 @@
Architectural Principles of the World Wide Web
</a>
</li>
-
+</ol>
<a name="books">
<h2>Books</h2>
</a>
-
+<ol>
<li><i>AXIS: Next Generation Java SOAP</i>
by Romin Irani, May 2002.
<li><i>Building Web Services with Java: Making Sense of XML, SOAP, WSDL and UDDI</i>
Steve Graham et al, December 2001.
+
+<li>
+ <a href="http://manning.com/antbook">
+ Java development with Ant
+ </a><br>
+ by Hatcher and Loughran.
+ A book on Ant development which covers Web Service development with Axis,
+ along with other topics relevant to Java developers using Ant. The Web Service
+ chapter, chapter 15, is free to download.
+
+</li>
</ol>
1.1 xml-axis/java/docs/axis.css
Index: axis.css
===================================================================
.example {
background:#ccccff
}
.xml {
background:#eeeeee
}
body {
background-color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 40px;
color:#000000
}
h2 {
text-decoration: underline;
background-color: #DCE1FF;
background-position: left;
margin-left: -30px}
h3 {
margin-left: -10px
}
h1 {
margin-left: -30px
}