You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2006/07/27 22:04:08 UTC

svn commit: r426220 [10/10] - in /geronimo/site/trunk: docs/ docs/schemas-1.1/ xdocs/

Modified: geronimo/site/trunk/xdocs/schemas.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/xdocs/schemas.xml?rev=426220&r1=426219&r2=426220&view=diff
==============================================================================
--- geronimo/site/trunk/xdocs/schemas.xml (original)
+++ geronimo/site/trunk/xdocs/schemas.xml Thu Jul 27 13:04:06 2006
@@ -31,6 +31,209 @@
 This page lists the XML schemas used by each release of Geronimo.  The schemas cover the Geronimo deployment plans as well as common elements and specialized configuration syntax.  Note that each release of Geronimo includes the schemas for that release in the <tt>schema/</tt> directory of the Geronimo installation.
 </p>
 
+<!-- ################################## Geronimo 1.1 ################################### -->
+
+<subsection  name="Geronimo 1.1">
+
+<p><strong>J2EE Deployment Plans</strong></p>
+<font style="font-size:11px" face="Verdana, Helvetica, Arial">
+<table>
+  <tr>
+    <th bgcolor="#5fa3d6"  valign="top" align="left">Module Type</th>
+    <th bgcolor="#5fa3d6"  valign="top" align="left">Geronimo Schema</th>
+    <th bgcolor="#5fa3d6"  valign="top" align="left">Preferred J2EE Schema</th>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">General (Tomcat or Jetty) Web Application (WAR)</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-web-1.1.xsd">http://geronimo.apache.org/xml/ns/j2ee/web-1.1</a>
+</td>
+    <td bgcolor="#f3f4f5">
+<a href="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" class="externalLink" title="External Link">web-app_2_4.xsd</a>
+    </td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Tomcat-Only Web Application (WAR)</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-tomcat-1.1.xsd">http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">
+<a href="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" class="externalLink" title="External Link">web-app_2_4.xsd</a>
+    </td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Jetty-Only Web Application (WAR)</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-jetty-1.1.xsd">http://geronimo.apache.org/xml/ns/j2ee/web/jetty-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">
+<a href="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" class="externalLink" title="External Link">web-app_2_4.xsd</a>
+    </td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">EJB (JAR)</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/openejb-jar-2.1.xsd">http://www.openejb.org/xml/ns/openejb-jar-2.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">
+<a href="http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd" class="externalLink" title="External Link">ejb-jar_2_1.xsd</a>
+    </td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">J2EE Connector (RAR)</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-connector-1.1.xsd">http://geronimo.apache.org/xml/ns/j2ee/connector-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">
+<a href="http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd" class="externalLink" title="External Link">connector_1_5.xsd</a>
+    </td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Application Client (JAR)</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-application-client-1.1.xsd">http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">
+<a href="http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd" class="externalLink" title="External Link">application-client_1_4.xsd</a>
+    </td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Application (EAR)</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-application-1.1.xsd">http://geronimo.apache.org/xml/ns/j2ee/application-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">
+<a href="http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" class="externalLink" title="External Link">application_1_4.xsd</a>
+    </td>
+  </tr>
+</table>
+
+<p><strong>Common Elements &amp; Configuration</strong></p>
+<table>
+  <tr>
+    <th bgcolor="#5fa3d6"  valign="top" align="left">Module Type</th>
+    <th bgcolor="#5fa3d6"  valign="top" align="left">Geronimo Schema</th>
+    <th bgcolor="#5fa3d6"  valign="top" align="left">Description</th>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Server Plans &amp; Common Elements</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-module-1.1.xsd">http://geronimo.apache.org/xml/ns/deployment-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">Used to deploy new services in Geronimo in a standalone plan, and
+      also contains common elements used by many other plans.</td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Geronimo Plugin Descriptor</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/plugins-1.1.xsd">http://geronimo.apache.org/xml/ns/plugins-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">Metadata on a Geronimo plugin or a list of available Geronimo
+      plugins.</td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Security Mapping</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-security-1.1.xsd">http://geronimo.apache.org/xml/ns/security-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">Common security elements used by other plans.</td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Security Realms</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-login-config-1.1.xsd">http://geronimo.apache.org/xml/ns/loginconfig-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">Abbreviated syntax for configuring security realm and login
+      module GBeans.  You can either manually configure multiple GBeans
+      or declare a single GBean for the realm using this to configure
+      all the login modules.</td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Naming</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-naming-1.1.xsd">http://geronimo.apache.org/xml/ns/naming-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">Common elements for references to other components (EJBs,
+      database pools, JMS resources, J2EE Connectors, Web Services, etc.)</td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Primary Key Generator</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/openejb-pkgen-2.0.xsd">http://www.openejb.org/xml/ns/pkgen-2.0</a>
+    </td>
+    <td bgcolor="#f3f4f5">Abbreviated syntax for configuring primary key generators for
+      CMP entity beans.  Avoids manually configuring and wiring up PK
+      generator GBeans.</td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">CORBA CSS Configuration</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/corba-css-config-2.0.xsd">http://www.openejb.org/xml/ns/corba-css-config-2.0</a>
+    </td>
+    <td bgcolor="#f3f4f5">Abbreviated syntax for configuring security for clients
+      accessing remote EJBs via CORBA.</td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">CORBA TSS Configuration</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/corba-tss-config-2.0.xsd">http://www.openejb.org/xml/ns/corba-tss-config-2.0</a>
+    </td>
+    <td bgcolor="#f3f4f5">Abbreviated syntax for configuring security for EJBs exposed
+      via CORBA.</td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">config.xml</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/local-attributes-1.1.xsd">http://geronimo.apache.org/xml/ns/attributes-1.1</a>
+    </td>
+    <td bgcolor="#f3f4f5">The format of the <tt>var/config/config.xml</tt> file.</td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Tomcat Web App Configuration</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-tomcat-config-1.0.xsd">http://geronimo.apache.org/xml/ns/web/tomcat/config-1.0</a>
+    </td>
+    <td bgcolor="#f3f4f5">If you use the generic (<tt>geronimo-web-1.1.xsd</tt>) web application
+      configuration, you can use these elements in the <tt>container-config</tt>
+      element to configure Tomcat-specific behavior.</td>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Jetty Web App Configuration</td>
+    <td bgcolor="#f3f4f5">
+<a href="schemas-1.1/geronimo-jetty-config-1.0.xsd">http://geronimo.apache.org/xml/ns/web/jetty/config-1.0</a>
+    </td>
+    <td bgcolor="#f3f4f5">If you use the generic (<tt>geronimo-web-1.1.xsd</tt>) web application
+      configuration, you can use these elements in the <tt>container-config</tt>
+      element to configure Jetty-specific behavior.</td>
+  </tr>
+</table>
+
+
+<p><strong>Selected Plugins</strong></p>
+<p>These are plan formats for Geronimo 1.1 plugins that include their own
+deployable module format (e.g. plugins where you can package something and
+deploy it using the Geronimo deployment tools).</p>
+<table>
+  <tr>
+    <th bgcolor="#5fa3d6"  valign="top" align="left">Plugin</th>
+    <th bgcolor="#5fa3d6"  valign="top" align="left">Deployment Plan</th>
+    <th bgcolor="#5fa3d6"  valign="top" align="left">Packaged at</th>
+  </tr>
+  <tr>
+    <td bgcolor="#f3f4f5">Quartz Scheduler (0.2)</td>
+    <td bgcolor="#f3f4f5">
+<a href="http://gplugins.sourceforge.net/schemas/geronimo-quartz-0.2.xsd">http://geronimo.apache.org/xml/ns/plugins/quartz-0.2</a>
+    </td>
+    <td bgcolor="#f3f4f5"><tt>META-INF/geronimo-quartz.xml</tt></td>
+  </tr>
+</table>
+</font>
+</subsection>
+
+
+<!-- ################################## Geronimo 1.0 ################################### -->
+
+
 <subsection  name="Geronimo 1.0">
 
 <p><strong>J2EE Deployment Plans</strong></p>