flmacugay / EJBfromServlet

a demo on how to use @EJB annotation to inject EJB to a servlet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A servlet that uses @EJB annotation to inject session beans to its instance variable. Injects and invoke methods of EJBStatelessCounter and EJBStatefulCounter ejbs.

About

a demo on how to use @EJB annotation to inject EJB to a servlet


Languages

Language:Java 100.0%