Problem 1
Which part of the MVC architecture do the servlets in the Deitel Bookstore implement? Which part of the MVC architecture do the XSL transformations implement?
Problem 2
Write a code snippet for looking up the ShoppingCart EJB in the JNDI directory and creating a new instance using interface ShoppingCartHome. Be sure to catch any exceptions thrown when looking up the EJB or creating a new instance.