You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Michael Mosmann <mi...@mosmann.de> on 2008/08/18 12:01:49 UTC

Enterprise Application

Hi,

Can anyone tell me an example of an enterprise application developed
with wicket? In an discussion some people said, that they think, that
wicket is not suited for enterprise scaled applications. "what you see,
is what you believe" could solve this problem.

thanks

Michael Mosmann



Re: Enterprise Application

Posted by Korbinian Bachl - privat <ko...@whiskyworld.de>.
>>> There is also a german based travel agency that has deployed 20-30
>>> sites based on one Wicket code base iirc.
>> Der.de, Dertour.de or meiers-weltreisen.de are mentioned there, too
> 
> i think the use tapestry in main parts, so they are not a good example.
> 
> mm:)
> 

don't think *sigh*... look at the html output.. for example at 
meiers-weltreisen you even can see the <wicket:panel> tags there...

also, I dont know what BS question it is to ask for a "enterprise 
application" - what is this for you? complexity? concurrent users? 
security? ... an EA is nothing special, just a kind of buzzword - and 
the last time on discussions like this: TECHNOLOGY DOESN'T MATTER AS 
MUCH AS THE DEVELOPER THAT IS GOING TO IMPLEMENT AND USE IT!


regards

Re: Enterprise Application

Posted by Michael Mosmann <mi...@mosmann.de>.
Am Montag, den 18.08.2008, 12:55 +0200 schrieb Witold Czaplewski:
> Hi Michael,
> 
> here [1] you find a list with sites using wicket.

i know.

> > There is also a german based travel agency that has deployed 20-30
> > sites based on one Wicket code base iirc.
> 
> Der.de, Dertour.de or meiers-weltreisen.de are mentioned there, too

i think the use tapestry in main parts, so they are not a good example.

mm:)


Re: Enterprise Application

Posted by Witold Czaplewski <w....@cts-media.eu>.
Hi Michael,

here [1] you find a list with sites using wicket.

> There is also a german based travel agency that has deployed 20-30
> sites based on one Wicket code base iirc.

Der.de, Dertour.de or meiers-weltreisen.de are mentioned there, too

Witold

[1]. http://cwiki.apache.org/WICKET/sites-using-wicket.html

Re: Enterprise Application

Posted by Michael Mosmann <mi...@mosmann.de>.
> It was featured at the Wicket meetup in november last year, the slides
> are available here:
> 
> http://www.slideshare.net/dashorst/wicket-live-on-stage
> 
> It is an application specific for dutch educational institutions
> tailored to the Dutch laws, so
> there is little  value in international documentation. If you can read
> dutch (German is just
> dutch with an accent :), you can take a  look at:
> 
> http://vocuslis.nl/
> 
> Another good example of a complex, scalable website built with Wicket
> is teachscape (Eelco,
> Igor and Matej work/have worked there). It handles much more users
> than Vocus, and is also
> a complex beast. More information here:
> 
> http://teachscape.com
> 
> Martijn
> 

thanks for your information.. the will help a lot. :)

Michael Mosmann




Re: Enterprise Application

Posted by Martijn Dashorst <ma...@gmail.com>.
On Mon, Aug 18, 2008 at 1:56 PM, Michael Mosmann <mi...@mosmann.de> wrote:
>> Vocus is a SaaS solution for high schools in the Netherlands. Though
>> 250-300 concurrent users isn't that much of a scaling problem, we do
>> need to handle 120K-200K requests per day. It is quite an intensively
>> used application, with a very broad functionality base.
>
> Can you post a link? Is there any public information?

It was featured at the Wicket meetup in november last year, the slides
are available here:

http://www.slideshare.net/dashorst/wicket-live-on-stage

It is an application specific for dutch educational institutions
tailored to the Dutch laws, so
there is little  value in international documentation. If you can read
dutch (German is just
dutch with an accent :), you can take a  look at:

http://vocuslis.nl/

Another good example of a complex, scalable website built with Wicket
is teachscape (Eelco,
Igor and Matej work/have worked there). It handles much more users
than Vocus, and is also
a complex beast. More information here:

http://teachscape.com

Martijn

-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

Re: Enterprise Application

Posted by Michael Mosmann <mi...@mosmann.de>.
Hi,

> Fabulously40.com survives digg.com effects.

Thanks for this information.:)

> finan.nl doesn't have a public application, but their Wicket web based
> solution will be used inside major banks *world wide*.

good example...

> Sounds like me that these companies are able to make Wicket work on a big scale.

I think the same way. I am not the guy who has doubts about it.

> It also depends on what you call enterprise application...

I am looking for complex applications on the client side.

> Vocus is a SaaS solution for high schools in the Netherlands. Though
> 250-300 concurrent users isn't that much of a scaling problem, we do
> need to handle 120K-200K requests per day. It is quite an intensively
> used application, with a very broad functionality base.

Can you post a link? Is there any public information?

Thanks
Michael Mosmann




Re: Enterprise Application

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
If it's about getting your wicket application to support huge loads, 
it's mainly not wicket thats the problem but what else you use, 
hibernate, spring etc.. But all these things can be solved by using 
caches...

Only thing I find missing with caching with wicket would be something 
like a prepending keyword strategy to be able for a cache to distinguish 
easy what you can cache and what not.

[1]=http://www.nabble.com/Dynamic-PrependKeywordEncodingStrategy--%28making-a-simple-rule-for-caching-with-apache%29-td19006754.html#a19006754



Martijn Dashorst wrote:
> Fabulously40.com survives digg.com effects.
> LasVegas.com is also Wicket based (or at least parts of it)
> finan.nl doesn't have a public application, but their Wicket web based
> solution will be used inside major banks *world wide*.
>
> Sounds like me that these companies are able to make Wicket work on a big scale.
>
> There is also a german based travel agency that has deployed 20-30
> sites based on one Wicket code base iirc.
>
> It also depends on what you call enterprise application...
>
> Vocus is a SaaS solution for high schools in the Netherlands. Though
> 250-300 concurrent users isn't that much of a scaling problem, we do
> need to handle 120K-200K requests per day. It is quite an intensively
> used application, with a very broad functionality base.
>
> Martijn
>
> On Mon, Aug 18, 2008 at 12:01 PM, Michael Mosmann <mi...@mosmann.de> wrote:
>   
>> Hi,
>>
>> Can anyone tell me an example of an enterprise application developed
>> with wicket? In an discussion some people said, that they think, that
>> wicket is not suited for enterprise scaled applications. "what you see,
>> is what you believe" could solve this problem.
>>
>> thanks
>>
>> Michael Mosmann
>>
>>
>>
>>     
>
>
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


Re: Enterprise Application

Posted by Martijn Dashorst <ma...@gmail.com>.
Fabulously40.com survives digg.com effects.
LasVegas.com is also Wicket based (or at least parts of it)
finan.nl doesn't have a public application, but their Wicket web based
solution will be used inside major banks *world wide*.

Sounds like me that these companies are able to make Wicket work on a big scale.

There is also a german based travel agency that has deployed 20-30
sites based on one Wicket code base iirc.

It also depends on what you call enterprise application...

Vocus is a SaaS solution for high schools in the Netherlands. Though
250-300 concurrent users isn't that much of a scaling problem, we do
need to handle 120K-200K requests per day. It is quite an intensively
used application, with a very broad functionality base.

Martijn

On Mon, Aug 18, 2008 at 12:01 PM, Michael Mosmann <mi...@mosmann.de> wrote:
> Hi,
>
> Can anyone tell me an example of an enterprise application developed
> with wicket? In an discussion some people said, that they think, that
> wicket is not suited for enterprise scaled applications. "what you see,
> is what you believe" could solve this problem.
>
> thanks
>
> Michael Mosmann
>
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.