Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open the two jsp files, stateless.jsp and stateful.jsp located in the <session_home>/src/webapp directory and make sure the following line is present:

<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>

Back to Top

Build the sample application

...

From a command prompt or shell go to the <session_home> directory and run the following command:

maven ejb war

This will compile the source files and package the EJB jar file. You can see the results in the <session_home>/target directory. The following list shows the dependency jars needed in building and running the Session Bean sample application.

...