You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2011/09/13 05:00:11 UTC

svn commit: r1170016 - in /openejb/site/trunk: content/documentation.mdtext content/index.mdtext templates/basic.html

Author: dblevins
Date: Tue Sep 13 03:00:11 2011
New Revision: 1170016

URL: http://svn.apache.org/viewvc?rev=1170016&view=rev
Log:
restore index page.  tweat template

Added:
    openejb/site/trunk/content/documentation.mdtext
      - copied unchanged from r1145021, openejb/site/trunk/content/index.mdtext
Modified:
    openejb/site/trunk/content/index.mdtext
    openejb/site/trunk/templates/basic.html

Modified: openejb/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/index.mdtext?rev=1170016&r1=1170015&r2=1170016&view=diff
==============================================================================
--- openejb/site/trunk/content/index.mdtext (original)
+++ openejb/site/trunk/content/index.mdtext Tue Sep 13 03:00:11 2011
@@ -1,53 +1,24 @@
 Title: Index
-1. *Java EE Basics*
-    1. [Getting Things](basics---getting-things.html)
-    1. [Security](basics---security.html)
-    1. [Transactions](basics---transactions.html)
-1. *EJB 3.0 Applications*
-    1. [EJB 3.0 Specification](ejb-3.0-specification.html)
-    1. [Callbacks](callbacks.html)
-    1. [Understanding Callbacks](understanding-callbacks.html)
-    1. [Security Annotations](security-annotations.html)
-    1. [Transaction Annotations](transaction-annotations.html)
-    1. [EJB Refs](ejb-refs.html)
-    1. [XML Overrides](annotations,-xml-and-defaults.html)
-    1. [JPA Concepts](jpa-concepts.html)
-1. *EJB 3.1 Applications*
-    1. [Singleton Beans](singleton-beans.html)
-1. *Configuration*
-    1. [Understanding the Directory Layout](understanding-the-directory-layout.html)
-    1. [System Properties](system-properties.html)
-    1. [Deployments](deployments.html)
-    1. [Containers and Resources](containers-and-resources.html)
-    1. [JMS Resources and MDB Container](jms-resources-and-mdb-container.html)
-    1. [Configuring DataSources](configuring-datasources.html)
-    1. [Configuring JavaMail](configuring-javamail.html)
-    1. [Security](security.html)
-    1. [Clients](clients.html)
-    1. [JNDI Names](jndi-names.html)
-1. *JPA Providers*
-    1. [General](jpa-usage.html)
-    1. [OpenJPA](openjpa.html)
-    1. [Hibernate](hibernate.html)
-1. *Standalone Server*
-    1. [Startup](startup.html)
-    1. [Deploy Tool](deploy-tool.html)
-    1. [Properties Tool](properties-tool.html)
-1. *Testing Techniques*
-    1. [Application discovery via the classpath](application-discovery-via-the-classpath.html)
-    1. [Embedded Configuration](embedded-configuration.html)
-    1. [Configuring DataSources in Tests](configuring-datasources-in-tests.html)
-    1. [Configuring PersistenceUnits in Tests](configuring-persistenceunits-in-tests.html)
-    1. [Configuring Containers in Tests](configuring-containers-in-tests.html)
-    1. [Configuring Logging in Tests](configuring-logging-in-tests.html)
-    1. [Alternate Descriptors](alternate-descriptors.html)
-    1. [Unit Testing Transactions](unit-testing-transactions.html)
-    1. [TestCase with TestBean inner-class](testcase-with-testbean-inner-class.html)
-    1. [TestCase Injection (@LocalClient)](local-client-injection.html)
-1. *Spring*
-    1. [Spring and OpenEJB 3.0](spring-and-openejb-3.0.html)
-    1. [Spring and OpenEJB 3.1 and later](spring.html)
-    1. [Spring, EJB and JPA example](spring-ejb-and-jpa.html)
-1. *Advanced*
-    1. [Failover](failover.html)
-1. [Examples](examples.html)
+# Welcome to Apache OpenEJB!
+
+Apache OpenEJB is an embeddable and lightweight EJB 3.0 implementation that
+can be used as a standalone server or embedded into Tomcat, JUnit, TestNG,
+Eclipse, IntelliJ, Maven, Ant, and any IDE or application. OpenEJB is
+included in Apache Geronimo, IBM WebSphere Application Server CE, and
+Apple's WebObjects. 
+
+## Major features
+ - Supports EJB 3.0, 2.1, 2.0, 1.1 in all modes; embedded, standalone or otherwise.
+ - JAX-WS support
+ - JMS support
+ - J2EE connector support
+ - Can be dropped into Tomcat 5 or 6 adding various JavaEE 5 and EJB 3.0 features to a standard Tomcat install.
+ - CMP support is implemented over JPA allowing to freely mix CMP and JPA usage.
+ - Complete support for Glassfish descriptors allowing those users to embedded test their applications.
+ - Incredibly flexible jndi name support allows you to specify formats at macro and micro levels and imitate the format of other vendors.
+ - Allows for easy testing and debugging in IDEs such as Eclipse, Idea Intellij or NetBeans with no plugins required.
+ - Usable in ordinary JUnit or other style test cases without complicated setup or external processes.
+ - Validates applications entirely and reports all failures at once, with three selectable levels of detail, avoiding several hours worth of "fix, recompile, redeploy, fail, repeat" cycles.
+
+# News
+

Modified: openejb/site/trunk/templates/basic.html
URL: http://svn.apache.org/viewvc/openejb/site/trunk/templates/basic.html?rev=1170016&r1=1170015&r2=1170016&view=diff
==============================================================================
--- openejb/site/trunk/templates/basic.html (original)
+++ openejb/site/trunk/templates/basic.html Tue Sep 13 03:00:11 2011
@@ -34,30 +34,20 @@
             <H3><A name="Navigation-Overview"></A>Overview</H3>
 
             <UL class="alternate" type="square">
-            <LI><A href="" title="Index">Home</A></LI>
-            <LI><A href="news.html" title="News">News</A></LI>
-            <LI><A href="faq.html" title="FAQ">FAQ</A></LI>
+            <LI><A href="index.html" title="Index">Home</A></LI>
             <LI><A href="download.html" title="Download">Download</A></LI>
             <LI><A href="documentation.html" title="Index">Documentation</A></LI>
             <LI><A href="examples.html" title="Examples">Examples</A></LI>
-            <LI><A href="lightening-demos.html" class="external-link" rel="nofollow">Lightning Demos</A></LI>
             <LI><A href="mailing-lists.html" title="Mailing Lists">Mailing Lists</A></LI>
             <LI><A href="source-code.html" title="Source Code">Source Code</A></LI>
             <LI><A href="http://blogs.apache.org/openejb" class="external-link" rel="nofollow">Project Blog</A></LI>
+            <LI><A href="faq.html" title="FAQ">FAQ</A></LI>
             </UL>
 
-
-            <H3><A name="Navigation-Servers"></A>Servers</H3>
-
-            <UL class="alternate" type="square">
-            <LI><A href="local-server.html" title="Local Server">Local</A></LI>
-            <LI><A href="remote-server.html" title="Remote Server">Remote</A></LI>
-            </UL>
-
-
             <H3><A name="Navigation-Integrations"></A>Integrations</H3>
 
             <UL class="alternate" type="square">
+            <LI><A href="tomcat.html" title="Tomcat">TomEE</A></LI>
             <LI><A href="tomcat.html" title="Tomcat">Tomcat</A></LI>
             <LI><A href="geronimo.html" title="Geronimo">Geronimo</A></LI>
             <LI><A href="webobjects.html" title="WebObjects">WebObjects</A></LI>
@@ -104,26 +94,30 @@
                 {% block title %}{{ headers.title }}{% endblock %}
               </TD>
 
-              <TD align="right">
-                <br><br>
-                <!-- Google CSE Search Box Begins  -->
-                <FORM id="searchbox_010475492895890475512:_t4iqjrgx90" action="http://www.google.com/cse">
-                  <INPUT type="hidden" name="cx" value="010475492895890475512:_t4iqjrgx90">
-                  <INPUT type="hidden" name="cof" value="FORID:0">
-                  <INPUT name="q" type="text" size="25">
-                  <INPUT type="submit" name="sa" value="Search">
-                </FORM>
-                <SCRIPT type="text/javascript"
-                        src="http://www.google.com/coop/cse/brand?form=searchbox_010475492895890475512:_t4iqjrgx90"></SCRIPT>
-                <!-- Google CSE Search Box Ends -->
-
-              </TD>
-              <TD>
-                <a id="fb_share_link" name="fb_share" share_url="" type="button_count"></a>
-              </TD>
-              <TD>
-                <a id="tweeter_share_link" href="" class="twitter-share-button">Share on twitter</a>
-              </TD>
+                <td align="right" style="text-align: right;">
+                  <table align="right">
+                    <tr>
+                        <TD>
+                          <!-- Google CSE Search Box Begins  -->
+                          <FORM id="searchbox_010475492895890475512:_t4iqjrgx90" action="http://www.google.com/cse">
+                            <INPUT type="hidden" name="cx" value="010475492895890475512:_t4iqjrgx90">
+                            <INPUT type="hidden" name="cof" value="FORID:0">
+                            <INPUT name="q" type="text" size="25">
+                            <INPUT type="submit" name="sa" value="Search">
+                          </FORM>
+                          <SCRIPT type="text/javascript"
+                                  src="http://www.google.com/coop/cse/brand?form=searchbox_010475492895890475512:_t4iqjrgx90"></SCRIPT>
+                          <!-- Google CSE Search Box Ends -->
+                        </TD>
+                        <TD>
+                          <a id="fb_share_link" name="fb_share" share_url="" type="button_count"></a>
+                        </TD>
+                        <TD>
+                          <a id="tweeter_share_link" href="" class="twitter-share-button">Share on twitter</a>
+                        </TD>
+                      </tr>
+                  </table>
+                </td>
             </TR>
           </TABLE>
           <P>