Package com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar

Class Summary
BasicCalculatorJspBean Contains getter and setter methods that are used to get information back and forth between the servlet and JSP.
BasicCalculatorServlet Servlet that is used to process the incoming requests from the JSP, invoke an instance of the BasicCalculator EJB, and forward the response back to the JSP.