Re: Pls help on shopping cart App

2004-03-20 Thread Mark Lowe
oblem.. Can u explain how you have solved it? On Thu, 18 Mar 2004 sougata wrote : No it is not like that since I am using weblogic's struts .Anyway I solved that.Thanks for your reply Sougata -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18

Re: RE: Pls help on shopping cart App

2004-03-19 Thread Prakasan OK
ark Lowe [mailto:[EMAIL PROTECTED] >Sent: Thursday, March 18, 2004 1:36 PM >To: Struts Users Mailing List >Subject: Re: Pls help on shopping cart App > > >Do your > >On 18 Mar 2004, at 07:07, sougata wrote: > > > Hi All, > > I have a shopping cart apps.When the

RE: Pls help on shopping cart App

2004-03-18 Thread sougata
No it is not like that since I am using weblogic's struts .Anyway I solved that.Thanks for your reply Sougata -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:36 PM To: Struts Users Mailing List Subject: Re: Pls help on shopping cart App

Re: Pls help on shopping cart App

2004-03-18 Thread Mark Lowe
Do your On 18 Mar 2004, at 07:07, sougata wrote: Hi All, I have a shopping cart apps.When the user is buying items it is coming to "mycart" .In "my mycart" page I am showing all the products and the beside that I have a update button by which I can update the quantity of

Pls help on shopping cart App

2004-03-17 Thread sougata
Hi All, I have a shopping cart apps.When the user is buying items it is coming to "mycart" .In "my mycart" page I am showing all the products and the beside that I have a update button by which I can update the quantity of my each item which is in a textbox.I am follwing str

Re: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-22 Thread Mark Lowe
Storing a few bits and pieces in a session is all storing a cart will do anyway. While I can see why some folks would consider it a clear benefit to save all carts to the db , i don't. But that can be layered on afterwards, especially with handy packages like beanutils. Given that most the folk

RE: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-22 Thread Brian McSweeney
Thanks Adam, Makes sense, Appreciate it, Brian -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 21 August 2003 22:07 To: Struts Users Mailing List Subject: Re: [OT] Shopping cart best practices - Cookie, HttpSession or DB I think the issue of using up server memory

RE: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-22 Thread Brian McSweeney
Thanks for the info Greg, Another good idea :-) I appreciate it, Brian -Original Message- From: Greg Ludington [mailto:[EMAIL PROTECTED] Sent: 21 August 2003 16:39 To: 'Brian McSweeney'; 'Struts Users Mailing List' Subject: RE: [OT] Shopping cart best practices - Co

Re: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-21 Thread Adam Hardy
I think the issue of using up server memory with lots of shopping carts in the session is worth thinking about. It's just a question of maths - how much memory have you got, what is the peak number of users envisaged, how much stuff are you going to store in the session? even then I think some

RE: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-21 Thread Greg Ludington
>1. Store your cart in session, and when that all works. For everyone. >Gets to the checkout and funds are exchanged. While I agree with the previous posters who said that it would make your life easier if you can require login, if you absolutely need to save carts of users regardless of login st

RE: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-21 Thread Brian McSweeney
:[EMAIL PROTECTED] Sent: 21 August 2003 16:02 To: Struts Users Mailing List Subject: Re: [OT] Shopping cart best practices - Cookie, HttpSession or DB I haven't any tech input, but I've an idea how I'd stagger the development.I'd forget about cookies and db's at first, sav

Re: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-21 Thread Mark Lowe
wrote: Hi Vic, Definitely life would be easier, but I don't think it's as good :-) Thanks though, Brian -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Cekvenich Sent: 21 August 2003 02:30 To: [EMAIL PROTECTED] Subject: Re: [OT] Shopping cart best p

RE: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-21 Thread Brian McSweeney
Hi Vic, Definitely life would be easier, but I don't think it's as good :-) Thanks though, Brian -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Cekvenich Sent: 21 August 2003 02:30 To: [EMAIL PROTECTED] Subject: Re: [OT] Shopping cart best practice

RE: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-21 Thread Brian McSweeney
Hey Tero, Thanks for the reply. Really appreciate the tips. Brian -Original Message- From: Paananen, Tero [mailto:[EMAIL PROTECTED] Sent: 20 August 2003 18:36 To: 'Struts Users Mailing List' Subject: RE: [OT] Shopping cart best practices - Cookie, HttpSession or DB >

Re: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-20 Thread Vic Cekvenich
I think you'd make your life easier if your required login. .V Brian McSweeney wrote: Hi all, Quick question. I want to implement a shopping cart. I know this has been done a million times in a million open source projects however I have a few questions, and seeing as everyone in here

RE: [OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-20 Thread Paananen, Tero
> The options I have to implement the shopping cart: > > a) Cookies - satisfies 1 and 2, but assumes user > doesn't turn off > cookies > > b) HttpSession object - satisfies 1, but not 2 > > c) Database shopping cart object - satisfies

[OT] Shopping cart best practices - Cookie, HttpSession or DB

2003-08-20 Thread Brian McSweeney
Hi all, Quick question. I want to implement a shopping cart. I know this has been done a million times in a million open source projects however I have a few questions, and seeing as everyone in here seems so knowledgeable. What I'd like: 1) User can add to shopping cart without havi

Re: shopping cart example???

2001-12-06 Thread T. Wheeler
> Does anyone out there know of an opensource shopping cart example using struts??? The sonic example app from Bluestone (HP) is the largest I have seen: http://gallery.bluestone.com/Scripts/SaIsapi.dll/Gallery.class/demos/i18n/index.jsp It's big enough to give you a basic idea of h

shopping cart example???

2001-12-06 Thread John McClain
Does anyone out there know of an opensource shopping cart example using struts??? John McClain 7604 Muschetto Ct. Citrus Heights, CA. 95621 [EMAIL PROTECTED] (916)728-5223

Anyone know of a good production-ready Struts-based Shopping Cart?

2001-11-19 Thread Francisco Hernandez
Anyone know of a good opensource production-ready Struts-based Shopping Cart? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Shopping Cart Project Website UP!!!!

2001-05-02 Thread Joseph Hakim
My apologies once again. I had a firewall prob. All seems OK now. But just to make sure, i've temporarily mirrored the site on yahoo. Please let me know directly wether you have any probs (to ease the struts mailing list a little). main site: http://mycart.cjb.net/ mirror site : http://www.geoci

RE: Shopping Cart Project

2001-05-02 Thread Bulusu, Ravi
me too Ravi -Original Message- From: Smith, Ryan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 10:30 AM To: '[EMAIL PROTECTED]' Subject: RE: Shopping Cart Project I'm having the same problem. -Original Message- From: Fei Xie [mailto:[EMAIL P

RE: Shopping Cart Project

2001-05-02 Thread Gogineni, Pratima
I cant access this page either. -Original Message- From: Joseph Hakim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 6:19 AM To: [EMAIL PROTECTED] Subject: RE: Shopping Cart Project Ok. My apologies to those that couldn't access the website. The webserver was running at

RE: Shopping Cart Project

2001-05-02 Thread Amit Jain
me too!! :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 4:36 PM To: [EMAIL PROTECTED] Subject: RE: Shopping Cart Project Me too "Fei Xie" <[EMAIL PROTECTED]> on 05/02/2001 10:41:47 AM Please respond to

RE: Shopping Cart Project

2001-05-02 Thread dhay
Me too "Fei Xie" <[EMAIL PROTECTED]> on 05/02/2001 10:41:47 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: Shopping Cart Project Joe, I still can't access to the website http://mycart.cjb.net/. Am

RE: Shopping Cart Project

2001-05-02 Thread Smith, Ryan
I'm having the same problem. -Original Message- From: Fei Xie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 7:42 AM To: [EMAIL PROTECTED] Subject: RE: Shopping Cart Project Joe, I still can't access to the website http://mycart.cjb.net/. Am I the only one who

RE: Shopping Cart Project

2001-05-02 Thread Fei Xie
Joe, I still can't access to the website http://mycart.cjb.net/. Am I the only one who is having this problem? -Fei Xie >From: "Joseph Hakim" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: Shopping Cart Projec

RE: Shopping Cart Project

2001-05-02 Thread Joseph Hakim
nting your browser to http://mycart.cjb.net/ Thanks to Mats Josefsson for bringing this to my attention. Regards, Joseph Hakim. -Original Message- From: Joseph Hakim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 2 May 2001 11:00 PM To: [EMAIL PROTECTED] Subject: RE: Shopping Cart Projec

RE: Shopping Cart Project

2001-05-02 Thread Joseph Hakim
x27;Joseph Hakim' Subject: RE: Shopping Cart Project Yep. Thanks for the mail. I am prepared to code using struts framework. Regards, Sridhar > -Original Message- > From: Joseph Hakim [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 02, 2001 5:24 PM > To: [EMAIL PROTECTE

RE: Shopping Cart Project Begins !! (struts powered of course!)

2001-05-02 Thread Joseph Hakim
PM To: '[EMAIL PROTECTED]' Subject: RE: Shopping Cart Project Begins !! (struts powered of course!) Page can't be opened -Original Message- From: Joseph Hakim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 8:22 AM To: [EMAIL PROTECTED] Subject: Shopping Cart Proje

RE: Shopping Cart Project Begins !! (struts powered of course!)

2001-05-02 Thread Nanduri, Amarnath
Page can't be opened -Original Message- From: Joseph Hakim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 8:22 AM To: [EMAIL PROTECTED] Subject: Shopping Cart Project Begins !! (struts powered of course!) Hi guys, I've received an overwhelming response on the

Shopping Cart Project Begins !! (struts powered of course!)

2001-05-02 Thread Joseph Hakim
Hi guys, I've received an overwhelming response on the idea of a shopping cart project using the struts framework. It's all about collaboration, getting newbies up to speed, and doing the project right ! All are welcome to join. Visit http://mycart.cjb.net/ for details. Oh yeah -

RE: Shopping Cart Project

2001-05-02 Thread Sankha Das
ECTED] Subject: Re: Shopping Cart Project --can we have a jsp page that deals with more than one "action" ? --then if one action forwards to another action, what happens to the form bean from the first action , does it disapper ? I am someehat confused any help welcome

Re: Shopping Cart Project

2001-05-01 Thread Oussama Ktiri
--can we have a jsp page that deals with more than one "action" ? --then if one action forwards to another action, what happens to the form bean from the first action , does it disapper ? I am someehat confused any help welcome

RE: Shopping Cart Project

2001-05-01 Thread Karl Basel
Hi there, Count me in.. I'm currently busy with just that. karl -Original Message- From: Scott Walter [mailto:[EMAIL PROTECTED]] Sent: 01 May 2001 04:35 To: [EMAIL PROTECTED] Subject: Re: Shopping Cart Project Good idea! My thoughts are: 1. Custom tag to be able to loop th

Re: Shopping Cart Project

2001-05-01 Thread Jason Robertson
Count me in too Joe. On Tuesday 01 May 2001 11:46, you wrote: > Sounds great - count me in too! > > > -Original Message- > > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, May 01, 2001 1:36 AM > > To: [EMAIL PROTECTED]

RE: Shopping Cart Project

2001-05-01 Thread Matthew Fowkes
Sounds great - count me in too! > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 01, 2001 1:36 AM > To: [EMAIL PROTECTED] > Subject: Shopping Cart Project > > > Hi guys ! > > Well. Ok. So there's

RE: Shopping Cart Project

2001-05-01 Thread Fei Xie
[EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: Shopping Cart Project >Date: Tue, 1 May 2001 09:53:14 -0500 > >JOE: Please include me on all correspondence regarding this project. > >-Original Message- >From:

RE: Shopping Cart Project

2001-05-01 Thread Galon, Mary-Jay
JOE: Please include me on all correspondence regarding this project. -Original Message- From: Sridhar H C [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 6:01 AM To: '[EMAIL PROTECTED]' Subject: RE: Shopping Cart Project Hi Joe, Yes I am interested to work on this.

Re: Shopping Cart Project

2001-05-01 Thread Scott Walter
Good idea! My thoughts are: 1. Custom tag to be able to loop through and display the contents of the shopping cart 2. Standard Java Bean that represents the shopping cart with methods such as emptyCart(), addItem(), remoteItem(), updateItem(), calcTotal(), saveCart(), retrieveCart() 3

RE: Shopping Cart Project

2001-05-01 Thread Sridhar H C
Hi Joe, Yes I am interested to work on this. All these days I am working with MVC model, now I want to do some thing where I can get the maximum benefit of struts, I think this will be a good opportunity for me. Rgds, Sridhar > Hi guys ! > > Well. Ok. So there's no Shoppin

RE: Shopping Cart Project

2001-05-01 Thread Sankha Das
Hi Joseph, I do agree with you. I am interested to do the project. rgds Sankah -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 11:06 AM To: [EMAIL PROTECTED] Subject: Shopping Cart Project Hi guys ! Well. Ok. So there'

Shopping Cart Project

2001-04-30 Thread josephhakim
Hi guys ! Well. Ok. So there's no Shopping Cart example utilising struts out there. And although it's been done so many times using other languages and frameworks, it's time to put one together for the struts community. After all, the 'shopping cart' is really the &

Re: Shopping Cart Example

2001-04-18 Thread Jason
ph. > > -Original Message- > From: Stanley Tan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 18 April 2001 9:14 PM > To: [EMAIL PROTECTED] > Subject: Shopping Cart Example > > Hi all, > > I am building a shopping cart example using the struts framework fo

RE: Shopping Cart Example

2001-04-18 Thread josephhakim
PM To: [EMAIL PROTECTED] Subject: Shopping Cart Example Hi all, I am building a shopping cart example using the struts framework for beginner's like myself. So far, I have a pretty simple shopping cart that connects to a database. Because I am new to this, I was wondering if any experienced

Shopping Cart Example

2001-04-18 Thread Stanley Tan
Hi all, I am building a shopping cart example using the struts framework for beginner's like myself. So far, I have a pretty simple shopping cart that connects to a database. Because I am new to this, I was wondering if any experienced programmer is willing to review my work and he

RE: Shopping Cart ?

2001-04-13 Thread Bulusu, Ravi
That is infact a great idea Ravi -Original Message- From: Stanley Tan [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 3:52 AM To: [EMAIL PROTECTED] Subject: RE: Shopping Cart ? Same here! :) Does anyone have a copy of a shopping cart they are willing to share? Or perhaps

RE: Shopping Cart ?

2001-04-13 Thread Stanley Tan
Same here! :) Does anyone have a copy of a shopping cart they are willing to share? Or perhaps Ryan, Ravi and the others could team up and build their own. :) Stanley Tan At 02:35 PM 4/12/01 -0500, you wrote: >I would also be intrested in any examples > >Cheers, >

RE: Shopping Cart ?

2001-04-12 Thread Bulusu, Ravi
I would also be intrested in any examples Cheers, Ravi Bulusu -Original Message- From: Smith, Ryan [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 11:59 AM To: '[EMAIL PROTECTED]' Subject: RE: Shopping Cart ? I would be interested in any examples also ---

RE: Shopping Cart ?

2001-04-12 Thread Smith, Ryan
I would be interested in any examples also -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 4:07 AM To: [EMAIL PROTECTED] Subject: Shopping Cart ? hi guys. I've just stumbled accross struts and i'm keen to get my tee

Shopping Cart ?

2001-04-12 Thread josephhakim
hi guys. I've just stumbled accross struts and i'm keen to get my teeth into it. Is there an example of a shopping cart app available anywhere ? Any source/URL would be appreciated. Cheers, Joseph. _ Do You Yahoo!? Get