Source code for shopping cart using JSP and servlets?

rajeev123_hyd

New Member
please help me out..<br />
Am a fresher(trainee)..our TL has given assignment to do shopping cart(includes add item to cart, remove item from the cart etc.,) using JSPs and servlets.<br />
Am very new to it..our TL has told our team that he is going to throwus from the company if we dont submit this project in a week..<br />
Please hlp me..<br />
please provide me the source code in detail..<br />
Thank you.<br />
 

Blackcompe

New Member
You have to bring something to the table for us to help you.

For Servlets learn about XHTML, Session tracking, Cookies, and HTTPServlet.

For JSP learn about XHTML, Scriptlets (which include sessions and cookies), directives, beans, and xml files.

Better get started!
 

dhvalm

New Member
Common there are so many source, "http//www.java2s.com/Code/Java/JSP/ShoppingCartBasedOnJsp2.htm","http//www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html".. Just google it. If you want a professional application with mvc struts and all then your out of luck, anyways its not a week project. Then you can look for "konakart" api's.
 
Top