You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/04/30 14:50:43 UTC

svn commit: r1591277 - /tomee/tomee/trunk/examples/index.md

Author: andygumbrecht
Date: Wed Apr 30 12:50:43 2014
New Revision: 1591277

URL: http://svn.apache.org/r1591277
Log:
Align

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

Modified: tomee/tomee/trunk/examples/index.md
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/examples/index.md?rev=1591277&r1=1591276&r2=1591277&view=diff
==============================================================================
--- tomee/tomee/trunk/examples/index.md (original)
+++ tomee/tomee/trunk/examples/index.md Wed Apr 30 12:50:43 2014
@@ -23,156 +23,156 @@ If you need a little more help understan
 {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)
+[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)
-[jpa-enumerated](jpa-enumerated/README.html) *
+[injection-of-entitymanager](injection-of-entitymanager/README.html)  
+[jpa-eclipselink](jpa-eclipselink/README.html)  
+[jpa-hibernate](jpa-hibernate/README.html)  
+[jpa-enumerated](jpa-enumerated/README.html)  
 }
 {span-one-third
 ###CDI
-[cdi-basic](cdi-basic/README.html) *
-[cdi-request-scope](cdi-request-scope/README.html) *
-[cdi-application-scope](cdi-application-scope/README.html) *
-[simple-cdi-interceptor](simple-cdi-interceptor/README.html) *
-[cdi-produces-disposes](cdi-produces-disposes/README.html)
-[decorators](decorators/README.html)
-[cdi-alternative-and-stereotypes](cdi-alternative-and-stereotypes/README.html) *
+[cdi-basic](cdi-basic/README.html)  
+[cdi-request-scope](cdi-request-scope/README.html)  
+[cdi-application-scope](cdi-application-scope/README.html)  
+[simple-cdi-interceptor](simple-cdi-interceptor/README.html)  
+[cdi-produces-disposes](cdi-produces-disposes/README.html)  
+[decorators](decorators/README.html)  
+[cdi-alternative-and-stereotypes](cdi-alternative-and-stereotypes/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)
-[async-postconstruct](async-postconstruct/README.html)
+[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)  
+[async-postconstruct](async-postconstruct/README.html)  
 }
 {span-one-third
 ###REST
-[simple-rest](simple-rest/README.html)
-[rest-example](rest-example/README.html)
-[rest-example-with-application](rest-example-with-application/README.html)
-[rest-on-ejb](rest-on-ejb/README.html)
-[rest-xml-json](rest-example/README.html)
+[simple-rest](simple-rest/README.html)  
+[rest-example](rest-example/README.html)  
+[rest-example-with-application](rest-example-with-application/README.html)  
+[rest-on-ejb](rest-on-ejb/README.html)  
+[rest-xml-json](rest-example/README.html)  
 }
 {span-one-third
 ###Web Services
-[simple-webservice](simple-webservice/README.html) *
-[webservice-handlerchain](webservice-handlerchain/README.html) *
-[webservice-holder](webservice-holder/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)
+[simple-webservice](simple-webservice/README.html)  
+[webservice-handlerchain](webservice-handlerchain/README.html)  
+[webservice-holder](webservice-holder/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) *
+[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)
+[testing-transactions](testing-transactions/README.html)  
+[transaction-rollback](transaction-rollback/README.html)  
+[applicationexception](applicationexception/README.html)  
 }
 {span-one-third
 ### Security
-[testing-security-3](testing-security-3/README.html)
-[testing-security-2](testing-security-2/README.html)
-[testing-security](testing-security/README.html)
+[testing-security-3](testing-security-3/README.html)  
+[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) *
-[resources-declared-in-webapp](resources-declared-in-webapp/README.html)
+[injection-of-datasource](injection-of-datasource/README.html)  
+[datasource-ciphered-password](datasource-ciphered-password/README.html)  
+[dynamic-datasource-routing](dynamic-datasource-routing/README.html)  
+[resources-declared-in-webapp](resources-declared-in-webapp/README.html)  
 }
 {span-one-third
 ###Referencing EJBs
-[injection-of-ejbs](injection-of-ejbs/README.html) *
-[lookup-of-ejbs-with-descriptor](lookup-of-ejbs-with-descriptor/README.html)
-[lookup-of-ejbs](lookup-of-ejbs/README.html)
+[injection-of-ejbs](injection-of-ejbs/README.html)  
+[lookup-of-ejbs-with-descriptor](lookup-of-ejbs-with-descriptor/README.html)  
+[lookup-of-ejbs](lookup-of-ejbs/README.html)  
 }
 {span-one-third
 ###Environment Entries
-[injection-of-env-entry](injection-of-env-entry/README.html)
-[custom-injection](custom-injection/README.html)
+[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) *
+[quartz-app](quartz-app/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) *
+[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-data-proxy-meta](spring-data-proxy-meta/README.html)
-[spring-data-proxy](spring-data-proxy/README.html)
-[struts](struts/README.html)
+[spring-data-proxy-meta](spring-data-proxy-meta/README.html)  
+[spring-data-proxy](spring-data-proxy/README.html)  
+[struts](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)
-[testing-security-meta](testing-security-meta/README.html)
-[movies-complete-meta](movies-complete-meta/README.html)
-[movies-complete](movies-complete/README.html)
+[access-timeout-meta](access-timeout-meta/README.html)  
+[schedule-methods-meta](schedule-methods-meta/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)
-[dynamic-proxy-to-access-mbean](dynamic-proxy-to-access-mbean/README.html)
-[spring-data-proxy](spring-data-proxy/README.html) 
+[dynamic-dao-implementation](dynamic-dao-implementation/README.html)  
+[dynamic-implementation](dynamic-implementation/README.html)  
+[dynamic-proxy-to-access-mbean](dynamic-proxy-to-access-mbean/README.html)  
+[spring-data-proxy](spring-data-proxy/README.html)   
 }
 {span-one-third
 ###EJB Legacy
-[cmp2-entitybeans](simple-cmp2/README.html) *
-[component-interfaces](component-interfaces/README.html)
+[cmp2-entitybeans](simple-cmp2/README.html)  
+[component-interfaces](component-interfaces/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) *
-[troubleshooting](troubleshooting/README.html)
+[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)  
+[troubleshooting](troubleshooting/README.html)  
 }
 {span-two-thirds
 ###Misc
-[applet](applet/README.html)
-[ejb-examples](ejb-examples/README.html)
-[ejb-webservice](ejb-webservice/README.html)
-[jsf-cdi-and-ejb](jsf-cdi-and-ejb/README.html)
-[jsf-managedBean-and-ejb](jsf-managedBean-and-ejb/README.html)
-[moviefun](moviefun/README.html)
-[helloworld-weblogic](helloworld-weblogic/README.html)
-[polling-parent](polling-parent/README.html)
+[applet](applet/README.html)  
+[ejb-examples](ejb-examples/README.html)  
+[ejb-webservice](ejb-webservice/README.html)  
+[jsf-cdi-and-ejb](jsf-cdi-and-ejb/README.html)  
+[jsf-managedBean-and-ejb](jsf-managedBean-and-ejb/README.html)  
+[moviefun](moviefun/README.html)  
+[helloworld-weblogic](helloworld-weblogic/README.html)  
+[polling-parent](polling-parent/README.html)  
 }
 }
\ No newline at end of file