Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 343 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 343 Bytes

HelloEJBWorld

Write a simple dynamic web application with Servlet and EJB to display the “Hello EJB World” message in the browser. Use the GET method for HTTP requests and a stateless EJB Session with Local interface. Create two different packages to host the two types of components (presentation for Servlet and application for EJB).