| = Documentation |
| :index-group: Unrevised |
| :jbake-date: 2018-12-05 |
| :jbake-type: page |
| :jbake-status: published |
| |
| |
| See also the link:https://github.com/apache/tomee/tree/main/examples[examples] for |
| a downloadable, executable and code-focused view of Jakarta EE and TomEE. You |
| can also find us on IRC freenode.org #openejb and #tomee |
| |
| == IDE |
| * link:tomee-and-intellij.html[Get started with Intellij] |
| * link:contrib/debug/debug-intellij.html[Debugging in Intellij] |
| * link:tomee-and-eclipse.html[Get started with Eclipse (WTP)] |
| * link:tomee-and-netbeans.html[Get started with Netbeans] |
| |
| == General Information |
| * link:comparison.html[Comparison] |
| * link:tomee-directory-structure.html[TomEE Directory structure] |
| * link:deploying-in-tomee.html[Deploying in TomEE] |
| * link:refcard/refcard.html[TomEE Reference Card] |
| * link:application-composer/index.html[ApplicationComposer] |
| |
| == Configuration |
| * link:system-properties.html[System Properties] |
| * link:deployments.html[Deployments] |
| * link:Configuring-in-tomee.html[Configuring Resources] |
| * link:configuring-datasources.html[Configuring DataSources] |
| * link:containers-and-resources.html[Containers and Resources] |
| * link:jms-resources-and-mdb-container.html[JMS Resources and MDB Container] |
| * link:configuring-javamail.html[Configuring JavaMail] |
| * link:tomee-and-security.html[TomEE Security] |
| * link:security.html[Security How To] |
| * link:clients.html[EJB Clients] |
| * link:ejb-over-ssl.html[EJB over SSL] |
| * link:jndi-names.html[JNDI Names] |
| * link:changing-jms-implementations.html[Changing JMS implementations] |
| * link:tomee-and-hibernate.html[Changing JPA to Hibernate] |
| |
| == Testing Techniques |
| * link:application-discovery-via-the-classpath.html[Application discovery |
| via the classpath] |
| * link:embedded-configuration.html[Embedded Configuration] |
| * link:configuring-datasources-in-tests.html[Configuring DataSources in |
| Tests] |
| * link:configuring-persistenceunits-in-tests.html[Configuring |
| PersistenceUnits in Tests] |
| * link:configuring-containers-in-tests.html[Configuring Containers in |
| Tests] |
| * link:configuring-logging-in-tests.html[Configuring Logging in Tests] |
| * link:alternate-descriptors.html[Alternate Descriptors] |
| * link:local-client-injection.html[TestCase Injection (`@LocalClient`)] |
| |
| == Discovery and Failover |
| * link:ejb-failover.html[Overview] |
| * link:multicast-discovery.html[Multicast Discovery (UDP)] |
| * link:multipulse-discovery.html[Multipulse Discovery (UDP)] |
| * link:multipoint-discovery.html[Multipoint Discovery (TCP)] |
| * link:multipoint-considerations.html[Multipoint Considerations] |
| * link:multipoint-recommendations.html[Multipoint Recommendations] |
| * link:failover-logging.html[Logging Events] |
| |
| == OpenEJB Standalone Server |
| * link:understanding-the-directory-layout.html[Understanding the Directory |
| Layout] |
| * link:startup.html[Startup] |
| * link:deploy-tool.html[Deploy Tool] |
| * link:properties-tool.html[Properties Tool] |
| |
| == Arquillian |
| * link:arquillian-getting-started.html[Arquillian Primer - What you need |
| to know] |
| * link:arquillian-available-adapters.html[Using the TomEE Arquillian |
| adapters] |
| |
| == TomEE Maven Plugin |
| * link:tomee-mp-getting-started.html[Getting started] |
| * link:maven/index.html[tomee-maven-plugin reference documentation] |
| * link:tomee-embedded-maven-plugin.html[tomee-embedded-maven-plugin |
| reference documentation] |
| * link:tomee-mp-getting-started.html[TomEE simple webapp archetype |
| documentation] |
| |
| == Tips and Tricks |
| * link:tip-concurrency.html[Global Concurrency Management] |
| * link:tip-weblogic.html[WebLogic Lookup] |
| * link:tip-jersey-client.html[Jersey Client] |