Hi, Charles,
Charles Curi schrieb:
> 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.
> I`d be grateful.
It might be more convenient to use entity beans or a database
abstraction layer like hibernate.
HTH,
Markus