You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/08/16 17:51:54 UTC

svn commit: r233009 - in /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs: controls/sample_controls-db.xml setup.xml wsm/datatypes.xml wsm/sample_Dashboard.xml wsm/sample_Employee.xml

Author: ekoneil
Date: Tue Aug 16 08:51:46 2005
New Revision: 233009

URL: http://svn.apache.org/viewcvs?rev=233009&view=rev
Log:
Remove several Forrest documents for samples that won't ship (and should probably be removed).

BB: self
DRT: build.dist pass


Removed:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/controls/sample_controls-db.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/sample_Dashboard.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/sample_Employee.xml
Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/datatypes.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml?rev=233009&r1=233008&r2=233009&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml Tue Aug 16 08:51:46 2005
@@ -83,15 +83,6 @@
 					<a href="samples/jpetstore.html">Beehive Sample: Petstore</a>
 				</li>
 				<li>
-					<a href="wsm/sample_Dashboard.html">Web Service Sample: Petstore Dashboard</a>
-				</li>
-				<!--<li>
-					<a href="wsm/sample_AddressBook.html">Beehive AddressBookWS and EnhancedAddressBookWS Samples</a>
-				</li>-->
-				<!--<li>
-					<a href="controls/sample_controls-db.html">Database Control Sample</a>
-				</li>-->
-				<li>
 					<a href="site:address-enhanced">Web Service Sample: EnhancedAddressBookWS</a>
 				</li>
 			</ul>

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/datatypes.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/datatypes.xml?rev=233009&r1=233008&r2=233009&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/datatypes.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/datatypes.xml Tue Aug 16 08:51:46 2005
@@ -1,48 +1,39 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
-<!--<!DOCTYPE document SYSTEM "C:\apache-forrest-0.5.1\context\resources\schema\dtd\document-v12.dtd">-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
     <header>
         <title>Supported Data Types</title>
     </header>
     <body>
-            <p>The following is a list of the types supported for use as parameters and return values in Beehive Web Services.</p>
-        <section id="standard">
-            <title>Standard Java Types</title>
-
+    <p>The following is a list of the types supported for use as parameters and return values in Beehive Web Services.</p>
+    <section id="standard">
+        <title>Standard Java Types</title>
 <p>All standard Java types as specified in section 5.1 of the JAX-RPC spec (JSR-101) are supported.  These types include some core Java classes that can easily convert to Strings (section 5.1.3), primitives, exceptions and arrays of types already deemed suitable.</p>
-        </section>
-        <section>
-            <title>JavaBeans</title>
+    </section>
+    <section>
+        <title>JavaBeans</title>
 <p>Java Value types (section 5.4 of JAX-RPC) are supported. These are standard JavaBeans with the requirements that (1) they have a default no argument constructor, (2) implement java.io.Serializable, but (3) do not implement java.rmi.Remote.</p>
-
-        </section>
-  <section>
-    <title>Collections and Arrays</title>
+    </section>
+    <section>
+        <title>Collections and Arrays</title>
 <p>Collections are minimally supported: typed arrays are far superior.  Support for JDK 5 typed Collections using Java Generics is being considered for the future.  In the meantime use a typed array.</p>
-</section>      
-
-<section>
-    <title>XmlBeans</title>
-<p>XmlBeans are supported as web service types.</p>
-</section>
-
-<section>
-    <title>Attachments</title>
-<p>DataHandler types provide attachment support in Apache Axis.  If <code>activation.jar</code> and <code>mailapi.jar</code> are available, then developers can use java.awt.Image, javax.mail.internet.MimeMultipart as well as any classes extending javax.activation.DataHandler to transmit raw data as web service attachments. See the <link href="sample_Dashboard.html#Download+Required+JAR+Files">Petstore Dashboard Sample</link> for instructions on acquiring these JARs.  If these types are used directly as return values or parameters, then the client must be an Axis client.</p>
-</section>
-
-<section>
-    <title>Other Types</title>
-<p>If you wish to use types not declared here, you can explicitly register your own serialization mechanism by adding code to register TypeMappings for custom type classes in a static block of those classes.  See the Axis documentation for more information: <link href="http://ws.apache.org/axis/java/user-guide.html#DataMapping">XML &lt;-> Java Data Mapping in Axis</link> (see the section labeled "When Beans Are Not Enough - Custom Serialization").</p>
-</section>
-
-
-
+    </section>      
+    <section>
+        <title>XMLBeans</title>
+        <p><a href="http://xmlbeans.apache.org">XMLBeans</a> are supported as web service types.</p>
+    </section>
+    <section>
+        <title>Attachments</title>
+<p>DataHandler types provide attachment support in Apache Axis.  If <code>activation.jar</code> and <code>mailapi.jar</code> are available to Axis, then developers can use java.awt.Image, javax.mail.internet.MimeMultipart as well as any classes extending javax.activation.DataHandler to transmit raw data as web service attachments.  If these types are used directly as return values or parameters, then the client must be an Axis client.</p>
+    </section>
+    <section>
+        <title>Other Types</title>
+<p>If you wish to use types not declared here, you can explicitly register your own serialization mechanism by adding code to register TypeMappings for custom type classes in a static block of those classes.  See the Axis documentation for more information: <a href="http://ws.apache.org/axis/java/user-guide.html#DataMapping">XML &lt;-> Java Data Mapping in Axis</a> (see the section labeled "When Beans Are Not Enough - Custom Serialization").</p>
+    </section>
     </body>
     <footer>
-        <legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br/>
-	&copy; 2004, Apache Software Foundation
-	</legal>
+    <legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br/>
+        &copy; 2004, Apache Software Foundation
+    </legal>
     </footer>
 </document>