Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

{center}(/){center}{center}(/){center}

 

Windows XP
(Sun JDK 1.5)

Windows XP
(Sun JDK 1.6)

Linux
(Sun JDK 1.5)

Mac OSX
(Apple JDK 1.5)

Mac OSX
(Apple JDK 1.6)

Embedded

Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}

Standalone

Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
(tick)(tick)(tick)(tick)(tick)

Standalone

(tick)(tick)(tick)(tick)(tick)

Tomcat 6.0.14

Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
(tick)(tick)(tick)(tick)(tick)
Wiki Markup

Tomcat 6.0.13

Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
(tick)(tick)(tick)(tick)(tick)
Wiki Markup

Tomcat 6.0.10

Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
(tick)(tick)(tick)(tick)(tick)

Tomcat 6.0.9

Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
Wiki Markup
{center}(/){center}
(tick)(tick)(tick)(tick)(tick)

New Features

EJB 3.0

OpenEJB 3.0 supports the EJB 3.0 specification as well as the prior EJB 2.1, EJB 2.0, and EJB 1.1. New features in EJB 3.0 include:

...

OpenEJB 3.0 supports injection of any data type for which you can supply a JavaBeans PropertyEditor. We include several built-in PropertyEditors already such as Date, InetAddress, Class, File, URL, URI, Map, List and more.

...

The META-INF/env-entries.properties

...

To fix this, OpenEJB supports the idea of a META-INF/env-entries.properties file where we will look for the value of things that need injection that are not container controlled resources (i.e. datasources and things of that nature). You can configure you ejbs via a properties file and skip the need for an ejb-jar.xml and it's 5 lines per property madness.

...

...

Support for GlassFish descriptors

...

A complication when using EJB is that plain client applications are at the mercy of vendor's chosen methodology for how JNDI names should be constructed. OpenEJB breaks the mold by allowing you to specify the exact format you'd like OpenEJB to use for your server or any individual application. Supply us with a formatting string, such as "ejb/{ejbName}/{interfaceClass.simpleName}", to get a JNDI layout that best matches your needs.

Changelog

...

...