You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by ch...@isr.de on 2008/10/21 17:49:22 UTC

Wicket community traction / Wicket Web 2.0 experience

Hi Wicket users!

At my company, we are currently evaluating technology choices for building 
web user interfaces. We narrowed our candidate list down to two remaining 
candidates: Wicket and GWT. We already did some prototyping with these 
two. Our main conclusions are
- Wicket has the better architecture (by far).
- GWT allows to create Web 2.0 style user interfaces with fewer effort.

I like Wicket because of the first argument. In our team, there are some 
objections against Wicket because of the second point and because some 
developers in the team think, that Wicket has not enough community 
traction and that no serious Web 2.0 _application_ uses Wicket.

Can you help me to invalidate these objections and to convince my team of 
Wicket?
- Which Wicket success stories do you know of?
- Are there examples for serious Wicket applications?
- How can I prove that there is community traction for Wicket?
- Are there examples of a GWT style Wicket usage, that means lot of Web 
2.0 user interface features realized with Wicket?

Regards,
Christoph

Re: Wicket community traction / Wicket Web 2.0 experience

Posted by Martin Voigt <vo...@googlemail.com>.
just some quick pros for wicket which helped us to make a decision
(someone please correct me if i'm wrong on any of these):

* wicket started from a professional background, ie people noticed
there is a reason to develop it because no available framework met
their needs

* the architecture is indeed better than anything i've seen in the
java web framework world for a long time, core and pure oo concepts
done right, and every dependency to a "third party" technology in
wicket core is seriously debated and only implemented if there really
is need for it.

* wicket has a lot of traction, it's just not as loud as GWT's, which
is quite understandable if you remind yourself what the G in GWT
stands for

* serious wicket applications: Dertour.de and connected domains...a
rather serious application, because of 2 things: load and
transactions. It's easy to build a shiny web2.0 thingy with nearly
every technology out there, but the real measurements are scalability
(load) and reliability (number and consistency of transactions).

in the end it boils down to the numbers, and wicket will help you
keeping them down, as it integrates very well with the whole JEE
world, be it spring, jpa, hibernate, ejb or whatnot. if used right
(which, btw, should be a disclaimer for all arguments regarding any
framework), it eases code maintenance and narrows the gap between
prototyping and production. but whatever you decide,  trust your gut
as an architect.

regards,
martin




2008/10/21  <ch...@isr.de>:
> Hi Wicket users!
>
> At my company, we are currently evaluating technology choices for building
> web user interfaces. We narrowed our candidate list down to two remaining
> candidates: Wicket and GWT. We already did some prototyping with these
> two. Our main conclusions are
> - Wicket has the better architecture (by far).
> - GWT allows to create Web 2.0 style user interfaces with fewer effort.
>
> I like Wicket because of the first argument. In our team, there are some
> objections against Wicket because of the second point and because some
> developers in the team think, that Wicket has not enough community
> traction and that no serious Web 2.0 _application_ uses Wicket.
>
> Can you help me to invalidate these objections and to convince my team of
> Wicket?
> - Which Wicket success stories do you know of?
> - Are there examples for serious Wicket applications?
> - How can I prove that there is community traction for Wicket?
> - Are there examples of a GWT style Wicket usage, that means lot of Web
> 2.0 user interface features realized with Wicket?
>
> Regards,
> Christoph

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


Antwort: Wicket community traction / Wicket Web 2.0 experience

Posted by ch...@isr.de.
Martin, Richard, thanks for your answers!

Unfortunately, I could not convince the other devs of the various 
advantages of wicket. The team chose GWT because it allows to create Web 
2.0 style user interfaces with fewer effort.

Regards,
Christoph

Re: Wicket community traction / Wicket Web 2.0 experience

Posted by Richard Allen <ri...@gmail.com>.
We have just started evaluating frameworks to migrate our Struts 1.x apps.
We are considering Wicket, GWT, and Spring MVC (I know, they are quite a bit
different). Having prototyped in Wicket and GWT, which do you think allows
you to write code that is easier to maintain?

There is a wiki page with sites using Wicket:
http://cwiki.apache.org/WICKET/sites-using-wicket.html

Also, the Wicket in Action forward by Jonathan Locke mentions that IBM,
TomTom, Nikon, VeriSign, Amazon, and SAS use Wicket.

Thanks,
Richard Allen

On Tue, Oct 21, 2008 at 11:49 AM, <ch...@isr.de> wrote:

> Hi Wicket users!
>
> At my company, we are currently evaluating technology choices for building
> web user interfaces. We narrowed our candidate list down to two remaining
> candidates: Wicket and GWT. We already did some prototyping with these
> two. Our main conclusions are
> - Wicket has the better architecture (by far).
> - GWT allows to create Web 2.0 style user interfaces with fewer effort.
>
> I like Wicket because of the first argument. In our team, there are some
> objections against Wicket because of the second point and because some
> developers in the team think, that Wicket has not enough community
> traction and that no serious Web 2.0 _application_ uses Wicket.
>
> Can you help me to invalidate these objections and to convince my team of
> Wicket?
> - Which Wicket success stories do you know of?
> - Are there examples for serious Wicket applications?
> - How can I prove that there is community traction for Wicket?
> - Are there examples of a GWT style Wicket usage, that means lot of Web
> 2.0 user interface features realized with Wicket?
>
> Regards,
> Christoph