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/10/29 01:03:45 UTC

svn commit: r1190658 - /openejb/trunk/openejb/examples/index.md

Author: dblevins
Date: Fri Oct 28 23:03:45 2011
New Revision: 1190658

URL: http://svn.apache.org/viewvc?rev=1190658&view=rev
Log:
Reorganized index

Modified:
    openejb/trunk/openejb/examples/index.md

Modified: openejb/trunk/openejb/examples/index.md
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/index.md?rev=1190658&r1=1190657&r2=1190658&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/index.md (original)
+++ openejb/trunk/openejb/examples/index.md Fri Oct 28 23:03:45 2011
@@ -1,67 +1,190 @@
- - [webapps/applet](webapps/applet/README.html)
- - [webapps/ejb-examples](webapps/ejb-examples/README.html)
- - [webapps/ejb-webservice](webapps/ejb-webservice/README.html)
- - [webapps/jsf](webapps/jsf/README.html)
- - [webapps/moviefun](webapps/moviefun/README.html)
- - [webapps/resources-declared-in-webapp](webapps/resources-declared-in-webapp/README.html)
- - [webapps/rest-example-with-application](webapps/rest-example-with-application/README.html)
- - [webapps/rest-example](webapps/rest-example/README.html)
- - [webapps/struts](webapps/struts/README.html)
- - [access-timeout-meta](access-timeout-meta/README.html)
- - [access-timeout](access-timeout/README.html)
- - [alternate-descriptors](alternate-descriptors/README.html)
- - [application-composer](application-composer/README.html)
- - [applicationexception](applicationexception/README.html)
- - [async-methods](async-methods/README.html)
- - [bean-validation-design-by-contract](bean-validation-design-by-contract/README.html)
+{row
+
+{span-one-third
+### Session Beans
+
+ - [simple-singleton](simple-singleton/README.html)
+ - [simple-stateful](simple-stateful/README.html)
+ - [simple-stateless](simple-stateless/README.html)
+ - [simple-stateless-with-descriptor](simple-stateless-with-descriptor/README.html)
+}
+
+{span-one-third
+### EntityManagers
+
+ - [injection-of-entitymanager](injection-of-entitymanager/README.html)
+ - [jpa-eclipselink](jpa-eclipselink/README.html)
+ - [jpa-hibernate](jpa-hibernate/README.html)
+}
+
+
+{span-one-third
+### CDI
+
  - [cdi-basic](cdi-basic/README.html)
  - [cdi-interceptors](cdi-interceptors/README.html)
  - [cdi-produces-disposes](cdi-produces-disposes/README.html)
- - [component-interfaces](component-interfaces/README.html)
- - [custom-injection](custom-injection/README.html)
- - [datasource-ciphered-password](datasource-ciphered-password/README.html)
  - [decorators](decorators/README.html)
- - [dynamic-dao-implementation](dynamic-dao-implementation/README.html)
- - [dynamic-datasource-routing](dynamic-datasource-routing/README.html)
- - [dynamic-implementation](dynamic-implementation/README.html)
- - [ear-testing](ear-testing/README.html)
- - [helloworld-weblogic](helloworld-weblogic/README.html)
+}
+
+}
+{row
+
+{span-one-third
+### EJB
+
+ - [access-timeout](access-timeout/README.html)
+ - [async-methods](async-methods/README.html)
+ - [schedule-expression](schedule-expression/README.html)
+ - [schedule-methods](schedule-methods/README.html)
+ - [interceptors](interceptors/README.html)
+}
+
+{span-one-third
+### REST
+
+ - [webapps/rest-example-with-application](webapps/rest-example-with-application/README.html)
+ - [webapps/rest-example](webapps/rest-example/README.html)
+ - [rest-on-ejb](rest-on-ejb/README.html)
+}
+
+{span-one-third
+### Web Services
+
+ - [simple-webservice](simple-webservice/README.html)
+ - [webservice-attachments](webservice-attachments/README.html)
+ - [webservice-inheritance](webservice-inheritance/README.html)
+ - [webservice-security](webservice-security/README.html)
+ - [webservice-ws-security](webservice-ws-security/README.html)
+}
+
+}
+{row
+
+{span-one-third
+### JMS and MDBs
+
  - [injection-of-connectionfactory](injection-of-connectionfactory/README.html)
+ - [simple-mdb-with-descriptor](simple-mdb-with-descriptor/README.html)
+ - [simple-mdb](simple-mdb/README.html)
+}
+
+{span-one-third
+###  Transactions
+
+ - [testing-transactions](testing-transactions/README.html)
+ - [transaction-rollback](transaction-rollback/README.html)
+ - [applicationexception](applicationexception/README.html)
+}
+
+{span-one-third
+###  Security
+
+ - [testing-security-2](testing-security-2/README.html)
+ - [testing-security](testing-security/README.html)
+}
+
+}
+{row
+
+{span-one-third
+### DataSources
+
  - [injection-of-datasource](injection-of-datasource/README.html)
+ - [datasource-ciphered-password](datasource-ciphered-password/README.html)
+ - [dynamic-datasource-routing](dynamic-datasource-routing/README.html)
+ - [webapps/resources-declared-in-webapp](webapps/resources-declared-in-webapp/README.html)
+}
+
+{span-one-third
+### Referencing EJBs
+
  - [injection-of-ejbs](injection-of-ejbs/README.html)
- - [injection-of-entitymanager](injection-of-entitymanager/README.html)
- - [injection-of-env-entry](injection-of-env-entry/README.html)
- - [interceptors](interceptors/README.html)
- - [jpa-eclipselink](jpa-eclipselink/README.html)
- - [jpa-hibernate](jpa-hibernate/README.html)
  - [lookup-of-ejbs-with-descriptor](lookup-of-ejbs-with-descriptor/README.html)
  - [lookup-of-ejbs](lookup-of-ejbs/README.html)
- - [mbean-auto-registration](mbean-auto-registration/README.html)
- - [movies-complete-meta](movies-complete-meta/README.html)
- - [movies-complete](movies-complete/README.html)
+}
+
+{span-one-third
+### Environment Entries
+
+ - [injection-of-env-entry](injection-of-env-entry/README.html)
+ - [custom-injection](custom-injection/README.html)
+}
+
+}
+{row
+
+{span-one-third
+### Java EE Connectors
+
  - [quartz-app](quartz-app/README.html)
- - [rest-on-ejb](rest-on-ejb/README.html)
- - [schedule-expression](schedule-expression/README.html)
+}
+
+{span-one-third
+### Testing Techniques
+
+ - [alternate-descriptors](alternate-descriptors/README.html)
+ - [application-composer](application-composer/README.html)
+ - [testcase-injection](testcase-injection/README.html)
+ - [ear-testing](ear-testing/README.html)
+}
+
+{span-one-third
+###  Frameworks
+
+ - [spring-integration](spring-integration/README.html)
+ - [webapps/struts](webapps/struts/README.html)
+}
+
+}
+{row
+
+{span-one-third
+### Meta-Annotations
+
+ - [access-timeout-meta](access-timeout-meta/README.html)
  - [schedule-methods-meta](schedule-methods-meta/README.html)
- - [schedule-methods](schedule-methods/README.html)
+ - [testing-security-meta](testing-security-meta/README.html)
+ - [movies-complete-meta](movies-complete-meta/README.html)
+ - [movies-complete](movies-complete/README.html)
+}
+
+{span-one-third
+###  Proxy Beans
+
+ - [dynamic-dao-implementation](dynamic-dao-implementation/README.html)
+ - [dynamic-implementation](dynamic-implementation/README.html)
+}
+
+
+{span-one-third
+### EJB Legacy
+
+ - [component-interfaces](component-interfaces/README.html)
  - [simple-cmp2](simple-cmp2/README.html)
- - [simple-mdb-with-descriptor](simple-mdb-with-descriptor/README.html)
- - [simple-mdb](simple-mdb/README.html)
- - [simple-singleton](simple-singleton/README.html)
- - [simple-stateful](simple-stateful/README.html)
- - [simple-stateless-with-descriptor](simple-stateless-with-descriptor/README.html)
- - [simple-stateless](simple-stateless/README.html)
- - [simple-webservice](simple-webservice/README.html)
- - [spring-integration](spring-integration/README.html)
+}
+
+}
+
+{row
+{span-one-third
+###  Other Features
+
+ - [mbean-auto-registration](mbean-auto-registration/README.html)
+ - [bean-validation-design-by-contract](bean-validation-design-by-contract/README.html)
  - [telephone-stateful](telephone-stateful/README.html)
- - [testcase-injection](testcase-injection/README.html)
- - [testing-security-2](testing-security-2/README.html)
- - [testing-security-meta](testing-security-meta/README.html)
- - [testing-security](testing-security/README.html)
- - [testing-transactions](testing-transactions/README.html)
- - [transaction-rollback](transaction-rollback/README.html)
  - [troubleshooting](troubleshooting/README.html)
- - [webservice-attachments](webservice-attachments/README.html)
- - [webservice-inheritance](webservice-inheritance/README.html)
- - [webservice-security](webservice-security/README.html)
- - [webservice-ws-security](webservice-ws-security/README.html)
+
+}
+
+{span-two-thirds
+### Misc
+
+ - [webapps/applet](webapps/applet/README.html)
+ - [webapps/ejb-examples](webapps/ejb-examples/README.html)
+ - [webapps/ejb-webservice](webapps/ejb-webservice/README.html)
+ - [webapps/jsf](webapps/jsf/README.html)
+ - [webapps/moviefun](webapps/moviefun/README.html)
+ - [helloworld-weblogic](helloworld-weblogic/README.html)
+}
+}