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

Name

EJB3 Plugin

Publisher

Apache Software Foundation

License

Open Source (ASL2)

Version

1.0.1

Homepage

http://code.google.com/p/struts2ejb3/

Download

http://code.google.com/p/struts2ejb3/downloads/list

Source Code

http://code.google.com/p/struts2ejb3/source

Wiki Markup{rate:title=Rating|theme=dynamic}

Overview

The EJB plugin INLINE

Excerptallows EJB3 session beans to be injected into Struts 2 actions

...

Requirements

  • Struts 2.0.6+

...

First, add the InjectEJBInterceptor to your interceptor stack:

...

Next, add the @InjectEJB annotation to your EJB3 action properties:

...