CM,

It sounds great if I can use Access database to store products info with jsp
as front end. I asked the question because I read somewhere that Access is
not a client/server capable database. The way I understood that was that if
I have a jsp user interface that retrieves information about products from
Access database, it will encounter problem when many users on the internet
are simultaneously try to see products which would be served from Access. I
am not so sure. I like to hear from any one on the subject. Thanks.

Mian
[EMAIL PROTECTED]


----- Original Message -----
From: "Murphy, Chris (OTS-EDH)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 31, 2000 4:33 PM
Subject: Re: Shopping cart


> Absolutely.  I have a slightly modified version that works using JDBC and
> SQLServer or MS Access.  Currently my platform is Linux, Tomcat and
> DB=Postgres.  To make it work under SQL server, I had to modify my SQL
> statements for inserting values, but that was it.  I didn't have to change
> anything else in the app.
>
> -cm
>
> -----Original Message-----
> From: cupid1 [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 31, 2000 12:18 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Shooping cart
>
>
> Can Access database could be used for user and product info?
>
> Mian
>
> -----------------------------------------------------
> Click here for Free Video!!
> http://www.gohip.com/free_video/
>
> ----- Original Message -----
> From: "Murphy, Chris (OTS-EDH)" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, October 31, 2000 1:26 PM
> Subject: Re: Shooping cart
>
>
> > Here's how I did mine (I don't have SSL working, yet.)
> > 1. Have a database that captures customer info and product info.
> > 2. Pull your products from a database into jsp pages for display.
> > 3. Use a session bean to remember the customer's shopping cart items,
just
> > for the session.  This means that if the customer closes all of his
> browser
> > windows, the shopping cart will be empty.
> > 4. When the customer is ready to checkout, then collect their customer
> info,
> > credit card, etc.  Save this info to new session beans.  So, if the
> customer
> > leaves the checkout sequence, they won't have to re-enter all of their
> > customer info.
> > 5. Then, on the final order submit page, commit all session beans to
> > database and email the customer an invoice of their order.  Upon
> submission,
> > all session beans should be cleared.
> >
> > Here it is:
> > http://www.techrev.net/salestitan/_catalog.jsp?store_id=1
> >
> > This is not too fancy, but configurable in the administrator portion of
my
> > web-app.
> >
> > -cm
> >
> > -----Original Message-----
> > From: Pranav Bansal [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, October 31, 2000 2:38 AM
> > To: [EMAIL PROTECTED]
> > Subject: Shooping cart
> >
> >
> > Hi all,
> >           I want to know what are the possible method for creating a
> > Shopping cart without using Session???
> > If anyone have some information then please tell me with details.
> > Thanking you,
> > Regards,
> > Pranav Kumar
> > Software Engineer
> > Informica India Pvt. ltd.
> > Noida,India
> > Phone: -91-118-4514702
> > www.informica.com
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to