Skip to content

carlosmorantes/EJB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

EJB

  • A servlet calls an enterprise bean. The servlet is the client.
  • There is no need to set up the deployment descriptor for the servlet as the URL is defined per annotation (@WebServlet("/..."))
  • Both, the servlet and the EJB, are deployed in the server.
  • There is also a client packet which call the remote ejb using JDNI. Add gf-client.jar for glassfish!

About

Using an Enterprise session bean (stateless)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages