Description: The objective of this lab is to convert a simple JSP application into an ASP.NET application using the Java Language Conversion Assistant (JLCA). The JSP application is a simplified e-commerce scenario, consisting of two JSP pages, a Servlet, a tag library consisting of a single tag, and the SQL Server Pubs database. The first JSP page allows the user to select a book from the pubs database and a indicate a quantity to purchase. The list of books is created using the tag from the tag library.