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).
-
Notifications
You must be signed in to change notification settings - Fork 0
iulianoroberto/HelloEJBWorld
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Dynamic web application with Servlet and EJB to display the “Hello EJB World” message in the browser.