RE: E-commerce site built on Wicket

2011-07-21 Thread Jeffrey Schneller
It is using Daisy as a CMS but mostly just to store content in a JCR for
easy access to place on the pages where needed. It also allows the
business users to modify content on the fly.  The site itself was coded
straight up.



-Original Message-
From: Arjun Dhar [mailto:dhar...@yahoo.com] 
Sent: Thursday, July 21, 2011 2:11 AM
To: users@wicket.apache.org
Subject: Re: E-commerce site built on Wicket

Looks pretty nice. 

Did you guys use any CMS (say wicket based like BRIX) .. or simply coded
it
straight up?

-
Software documentation is like sex: when it is good, it is very, very
good; and when it is bad, it is still better than nothing!
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/E-commerce-site-built-on-Wick
et-tp3682832p3682897.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: E-commerce site built on Wicket

2011-07-20 Thread Arjun Dhar
Looks pretty nice. 

Did you guys use any CMS (say wicket based like BRIX) .. or simply coded it
straight up?

-
Software documentation is like sex: when it is good, it is very, very good; and 
when it is bad, it is still better than nothing!
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/E-commerce-site-built-on-Wicket-tp3682832p3682897.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



E-commerce site built on Wicket

2011-07-20 Thread Jeffrey Schneller
Wanted to let the user-group know about another successful site built
with Wicket which was launched about 1.5 years ago. I am just getting
around to letting the usergroup know about it, sorry for the delay.  The
url for the site is: http://www.stoneside.com.  

 

The site is a consumer e-commerce site.  We have utilized JQuery to help
with the UI functionality.  We use straight JQuery and do not wrap it
with wiQuery.  The site does utilize a few other open source projects
such as:

Hibernate

Drools [rules engine for performing all pricing and configuration rules]

Spring

Daisy [CMS repository]

 

The site is currently under a redesign and A/B testing so you may see
one of two versions of the site.  I am unable to provide traffic numbers
at this time.

 

Thanks to everyone on the user-group for their answers to questions over
the past few years.  In particular and in no order: Igor, Jeremy, and
Martin.

 

Let me know what you think and if you have questions.