Re: Wicket shopping cart?

2007-09-20 Thread Scott Swank
I'm not sure that PetStore will be of great value. I'd just start by defining what you want your cart to contain. Do you have domain objects that already correspond to the sort of saleable item you want in your cart? If not, then you need that. Then you really just need a Cart class with method

Re: Wicket shopping cart?

2007-09-20 Thread Tauren Mills
If I had to guess, most people who implement a custom shopping system have some sort of unique need. I'll start working on building something from scratch. I'll be using wicket/spring/hibernate to build this. If anyone has suggestions or ideas, I'd love to hear them. Especially when it comes to

Re: Wicket shopping cart?

2007-09-19 Thread Scott Swank
It's a little too idiosyncratic to be of wider use -- i.e. adult & child tickets to the same show should appear together, but with the adult tickets first. There aren't any particular trade secrets in it, but it would likely be more work to generify (sp?) it than it would be to just write somethin

Re: Wicket shopping cart?

2007-09-19 Thread Martijn Dashorst
There has been some talk of building a pet store to compare it against other frameworks (in good spirit though!). But both Eelco and I haven't had the time to actually contribute to that project. The book has our highest priority now. I think the biggest shopping cart currently online is vegas.com

Re: Wicket shopping cart?

2007-09-19 Thread Tauren Mills
Martijn, Great to hear! I haven't bought the MEAP yet, but that's another great reason to! Perhaps it would make a good starting point. But still, if anyone has developed a more full featured solution and are interested in open sourcing it, I'd like to talk. Tauren On 9/19/07, Martijn Dashor

Wicket shopping cart?

2007-09-19 Thread Tauren Mills
I'm looking for an open source shopping cart built in wicket, but haven't found such a thing yet. Does anyone know of something out there? I've noticed in several posts that people have been working on shopping solutions. Are any of you willing to open source your solution? Ultimately, I'd like

Re: Wicket shopping cart?

2007-09-19 Thread Martijn Dashorst
It seems that Wicket in Action has a basic shopping cart described. :-) Martijn On 9/19/07, Tauren Mills <[EMAIL PROTECTED]> wrote: > I'm looking for an open source shopping cart built in wicket, but > haven't found such a thing yet. Does anyone know of something out > there? > > I've noticed in