| | |
JSP shopping cart
Please support our JSP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jun 2005
Posts: 1
Reputation:
Solved Threads: 0
Need help with creating a shopping cart in JSP
. The problem is am very new to this environment(JSP) and I have undertaken a project to develop an e-commerce web-site with shopping cart linking to a MySQL database. The main goals of the shopping cart is to process orders and send an email confirmation to the customer.
If anyone can help it will be greatly appriciated :cheesy: .
mail address: mikekumatia@yahoo.co.uk or efui1@hotmail.com
. The problem is am very new to this environment(JSP) and I have undertaken a project to develop an e-commerce web-site with shopping cart linking to a MySQL database. The main goals of the shopping cart is to process orders and send an email confirmation to the customer. If anyone can help it will be greatly appriciated :cheesy: .
mail address: mikekumatia@yahoo.co.uk or efui1@hotmail.com
•
•
Join Date: Aug 2005
Posts: 1
Reputation:
Solved Threads: 0
Take a look at the Elastic Path documentation. It is commercial software but you can gather some good ideas about ecommerce architecture. Also look at the demo of the JSP shopping cart for a detailed architecture breakdown.
•
•
Join Date: Jun 2004
Posts: 126
Reputation:
Solved Threads: 2
•
•
•
•
Don't think JSP but include servlets, javabeans, and probably an MVC framework.
Don't go off reinventing the wheel but examine existing technologies and use those to your advantage.
Since he is new, there is no need to go with servlets , you can search google to find some good codes to start with.
when u think u are perfect then jump to what my friend said and also look over struts framework.
•
•
•
•
Since he is new, there is no need to go with servlets , you can search google to find some good codes to start with.
when u think u are perfect then jump to what my friend said and also look over struts framework.
•
•
•
•
Since he is new, there is no need to go with servlets , you can search google to find some good codes to start with.
when u think u are perfect then jump to what my friend said and also look over struts framework.
The comment above is just like when someone suggests a newbie should use a IDE for development and shouldn't worry about how the stuff is actually compiled and jarfiles referenced because the IDE will do it for him. Then, two weeks later, that same newbie is filling up forums because he can't compile/run his "application" to run outside of the IDE, or he now no longer has access to his IDE and now doesn't know how to conitune. Or, there is a problem in his GUI (or something), which he let the IDE generate the code for, and he has no idea how to go about fixing it.
Java Programmer and Sun Systems Administrator
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
----------------------------------------------
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
what Vinoth also doesn't seem to understand is that without servlets there would not be JSP.
JSP are compiled into servlets, they ARE special servlets with a different syntax.
And unless you use them as intended only for display purposes, you get incredibly messy spaghetti code (I should know, that's how I started in the days when servlets and JSPs both were fresh out of Sun, back in the late 1990s, and everyone put reams of Java code into JSPs).
JSP are compiled into servlets, they ARE special servlets with a different syntax.
And unless you use them as intended only for display purposes, you get incredibly messy spaghetti code (I should know, that's how I started in the days when servlets and JSPs both were fresh out of Sun, back in the late 1990s, and everyone put reams of Java code into JSPs).
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
![]() |
Similar Threads
- which is the best technology to make online shopping cart? (IT Professionals' Lounge)
- Shopping Cart Not Working (ASP.NET)
- shopping cart using jsp, servlet, javabean (Community Introductions)
- Shopping cart class (Java)
- dell.com shopping cart save feature (Database Design)
Other Threads in the JSP Forum
- Previous Thread: Problem with database connection
- Next Thread: how to read data from database page by page, please it is urgent...
| Thread Tools | Search this Thread |
apache backbutton combobox connection database development directorystructure dynamicpagetitles eclipse frames glassfish imagetodatabse imageupload integer internet java javaee javascript jsf jsp jsppagetitles levels mvc2 mvcmodel2 network parameters passing ping printinserverinsteadofclient redirect request.getparameter response servlet servletdopost()readxml sessions software ssl state_saving_method stocks sun tomcat tutorial update video web








-, I will say what the error was