diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/wsf.jsp')
| -rw-r--r-- | Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/wsf.jsp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/wsf.jsp b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/wsf.jsp new file mode 100644 index 0000000..de589f1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/web/jsp/wsf.jsp @@ -0,0 +1,22 @@ +<%--
+ This JSP page displays Jasmine's main screen.
+ Customers can navigate to the catalog as well as
+ to the shopping cart page.
+--%>
+
+<html>
+ <head>
+ <title>Jasmine's Main page</title>
+ </head>
+ <body>
+ <jsp:include page="title.jsp" />
+ <jsp:directive.page errorPage="error.jsp" />
+
+ <h3><A href="/jasmine/catalog"><b>Catalog</b></A></h3>
+ <h4><p> Choose from our excellent selection of computer parts.</p><br></h4>
+ <h3><A href="/jasmine/showQuote"><b>Shopping Cart</b></A></h3>
+ <h4><p> Look at your shopping cart to see the equipment you've chosen.</p></h4>
+
+ <jsp:include page="footer.jsp" />
+ </body>
+</html>
|
