summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.web/src/main/java
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:55:46 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-20 17:56:12 -0400
commitff072dfe782f6f22123cd4ba050828d35c0d0fbd (patch)
tree1e2c9e86252dcba86f72fb629ef4d6f68f73cd2c /projects/net.wotonomy.web/src/main/java
parentd1378716fda89e48450b7ca1333b505d800504a5 (diff)
Some lingering tweaks
Diffstat (limited to 'projects/net.wotonomy.web/src/main/java')
-rw-r--r--projects/net.wotonomy.web/src/main/java/net/wotonomy/web/package.html20
-rw-r--r--projects/net.wotonomy.web/src/main/java/net/wotonomy/web/xml/package.html58
2 files changed, 39 insertions, 39 deletions
diff --git a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/package.html b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/package.html
index 10bef50..ea7f50b 100644
--- a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/package.html
+++ b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/package.html
@@ -1,11 +1,11 @@
<body>
-<p>
-An implementation of the WebObjects
-framework. It tries to be API-compatible to the
-maximum extent possible.
-</p>
-<p>
-This package has dependencies on the foundation
-and util packages.
-</p>
-</body>
+ <p>
+ An implementation of the WebObjects
+ framework. It tries to be API-compatible to the
+ maximum extent possible.
+ </p>
+ <p>
+ This package has dependencies on the foundation
+ and util packages.
+ </p>
+</body> \ No newline at end of file
diff --git a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/xml/package.html b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/xml/package.html
index 4303e07..73ac898 100644
--- a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/xml/package.html
+++ b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/xml/package.html
@@ -1,30 +1,30 @@
<body>
-<p>
-The XML object serialization framework, including
-an XML-RPC serializer implementation and an easy-to-use
-XML-RPC servlet and client.
-</p>
-<p>
-The primary serialization interfaces are XMLEncoder and XMLDecoder.
-</p>
-<p>
-The implementation of those interfaces is in XMLRPCEncoder and XMLRPCDecoder.
-In addition to serializing java objects to an XML-RPC struct format, these
-classes also define methods for generating and parsing XML-RPC requests,
-responses, and faults. Other implementations (like SOAP) may follow.
-</p>
-<p>
-The XMLRPCServlet utilizes the framework to allow you to turn any
-java object into an XML-RPC server with one line of code.
-</p>
-<p>
-XMLRPCSelector turns NSSelector into a XML-RPC client. If you
-pass in a URL as the target object, the selector will invoke its
-method on the specified XML-RPC server and return the result as
-a java object. The selector otherwise works normally.
-</p>
-<p>
-This package has dependencies on the foundation and util packages.
-The servlet has a dependency on javax.servlet.HttpServlet.
-</p>
-</body>
+ <p>
+ The XML object serialization framework, including
+ an XML-RPC serializer implementation and an easy-to-use
+ XML-RPC servlet and client.
+ </p>
+ <p>
+ The primary serialization interfaces are XMLEncoder and XMLDecoder.
+ </p>
+ <p>
+ The implementation of those interfaces is in XMLRPCEncoder and XMLRPCDecoder.
+ In addition to serializing java objects to an XML-RPC struct format, these
+ classes also define methods for generating and parsing XML-RPC requests,
+ responses, and faults. Other implementations (like SOAP) may follow.
+ </p>
+ <p>
+ The XMLRPCServlet utilizes the framework to allow you to turn any
+ java object into an XML-RPC server with one line of code.
+ </p>
+ <p>
+ XMLRPCSelector turns NSSelector into a XML-RPC client. If you
+ pass in a URL as the target object, the selector will invoke its
+ method on the specified XML-RPC server and return the result as
+ a java object. The selector otherwise works normally.
+ </p>
+ <p>
+ This package has dependencies on the foundation and util packages.
+ The servlet has a dependency on javax.servlet.HttpServlet.
+ </p>
+</body> \ No newline at end of file