Could you please tell me where to find a source code about creating a web store using JSP, JavaBean and Servlet? The program may include login.jsp, Catolog.jsp, Product.jsp shoppingcart.class(Bean or Servlet) and so on. I just finished login.jsp.
"JavaRanch, where the deer and the Certified play" - David O'Meara
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 3901
posted
0
You might be able to learn how to do some things from my site. It is not a real store as it uses play money, but there is a shopping cart and database functionality. It is servlets not JSP though. It is also not very OO so is mostly not directly reuseable. The source code is available by filling out a short form. http://javaguy.yi.org you also might want to check out the "Duke's Book Store" tutorial somewhere at http://java.sun.com/ [This message has been edited by Randall Twede (edited March 09, 2001).]
I never took notes in college. That's how I got a 4.0 the first 2 years, and a 3.5 the second two years.