You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by vi...@apache.org on 2012/04/01 01:17:24 UTC

svn commit: r1307936 - /openejb/site/trunk/content/documentation.mdtext

Author: vishwanathk
Date: Sat Mar 31 23:17:23 2012
New Revision: 1307936

URL: http://svn.apache.org/viewvc?rev=1307936&view=rev
Log:
Separate out javaee-related index

Modified:
    openejb/site/trunk/content/documentation.mdtext

Modified: openejb/site/trunk/content/documentation.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/documentation.mdtext?rev=1307936&r1=1307935&r2=1307936&view=diff
==============================================================================
--- openejb/site/trunk/content/documentation.mdtext (original)
+++ openejb/site/trunk/content/documentation.mdtext Sat Mar 31 23:17:23 2012
@@ -1,8 +1,8 @@
 Title: Index
 
 See also the [examples page](examples-trunk/index.html) for downloadable, executable and code-focused view of Java EE and TomEE.
-{row
 
+{row
 
 {span-one-third
 ### General Guide 
@@ -14,26 +14,6 @@ See also the [examples page](examples-tr
 }
 
 {span-one-third
-### Applications
-- [Callbacks](callbacks.html)
-- [Understanding Callbacks](understanding-callbacks.html)
-- [EJB Refs](ejb-refs.html)
-- [XML Overrides](annotations,-xml-and-defaults.html)
-}
-
-{span-one-third
-###  Enterprise JavaBeans
-- [Singleton Beans](singleton-beans.html)
-- [Security Annotations](security-annotations.html)
-- [Transaction Annotations](transaction-annotations.html)
-}
-
-}
-
-
-{row
-
-{span-one-third
 ###  Configuration
 - [Understanding the Directory Layout](understanding-the-directory-layout.html)
 - [System Properties](system-properties.html)
@@ -47,14 +27,12 @@ See also the [examples page](examples-tr
 - [JNDI Names](jndi-names.html)
 }
 
-{span-one-third
-###  Java Persistence Architecture
-- [JPA Concepts](jpa-concepts.html)
-- [General](jpa-usage.html)
-- [OpenJPA](openjpa.html)
-- [Hibernate](hibernate.html)
+
 }
 
+
+{row
+
 {span-one-third
 ###  Testing Techniques
 - [Application discovery via the classpath](application-discovery-via-the-classpath.html)
@@ -69,22 +47,6 @@ See also the [examples page](examples-tr
 - [TestCase Injection (@LocalClient)](local-client-injection.html)
 }
 
-}
-
-
-{row
-
-
-
-
-
-{span-one-third
-### Java EE Basics
-- [Getting Things](basics---getting-things.html)
-- [Security](basics---security.html)
-- [Transactions](basics---transactions.html)
-}
-
 {span-one-third
 ### Discovery and Failover
 - [Overview](ejb-failover.html)
@@ -95,6 +57,12 @@ See also the [examples page](examples-tr
 - [Logging Events](failover-logging.html)
 }
 
+
+}
+
+
+{row
+
 {span-one-third
 ###  Spring
 - [Spring and OpenEJB 3.0](spring-and-openejb-3.0.html)