Click to See Complete Forum and Search --> : shopping cart


Solaar
11-05-2005, 07:56 PM
Hello
I'm planning to design my own shopping cart, i know every software house on the planet produce them but i want something unique. If anyone has coded a cart could you let me know what problems you encountered (if any) and the strengths of Java/JSP (or otherwise) in the implementation. Not sure if i should employ some middleware like ADOdb to store sessions etc, also i haven't a clue what server would suit. I be a bit of a novice.
Ta very much
Solaar xxx

Khalid Ali
11-07-2005, 05:32 PM
for a fairly good cart(in Java) you will have the option of using apache tomcat webserver.
Try to use MVC(Model View Control) design for your cart.
Try to use struts if its possible.
You do not "really" need any middleware software for session.