Re: Shopping Cart

From: Guido Neitzer <guido(dot)neitzer(at)pharmaline(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Shopping Cart
Date: 2006-01-31 15:52:19
Message-ID: C8E2732D-7572-4B34-8931-A3DA1B687E26@pharmaline.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 31.01.2006, at 16:36 Uhr, Charles Curi wrote:

> I need to implement a shopping cart in my Java web system.
> A friend of mine adviced me using stored procedures and temporary
> tables with PostgreSQL.
> I wonder if anybody have an example in mood to help me.

If you have a Java based web application I wonder whether you have
something session based and could easily implement a simple Java
class "ShoppingCart" that is used by the session (or the session's
user).

I wouldn't build something database dependant if I have other options
to do it much easier in Java code.

cug

--
PharmaLine Essen, GERMANY and
Big Nerd Ranch Europe - PostgreSQL Training, Feb. 2006, Rome, Italy
http://www.bignerdranch.com/classes/postgresql.shtml

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2006-01-31 21:54:24 Re: BUG #2220: PostgreSQL-JDBC 8.1-404 fails to compile with
Previous Message Javier Yáñez 2006-01-31 15:47:06 Re: encoding question