Re: wicket 1.5 build is failing because of 1.6 deps...

2009-12-29 Thread Olivier Croisier
Then I'd suggest renaming Wicket 1.6 to Wicket 2.0, for the psychological impact, and to state clearly that this is a break in Wicket development. As for Java 1.5 vs 1.6, companies upgraded to 1.5 because it came with a huge lot of new features and improvements that their architects felt could

A new home for Wicket news

2009-11-30 Thread Olivier Croisier
Hi, We at Zenika http://www.zenika.com are running a site named YesWicket.com, on which we publish Wicket-related news (new releases...), tutorials, and technical articles. Until now, it targeted mainly a French audience, but we are willing to expand its reach by translating all articles into

Wicket-auth-roles : French translation

2009-11-18 Thread Olivier Croisier
Hi there, I opened a JIRA (WICKET-2581https://issues.apache.org/jira/browse/WICKET-2581) asking to translate wicket-auth-roles resources to French, and provided a patch that does just that. Hope that helps ! Olivier

Patch submitted for Enum-ification of the runtime configuration types

2009-11-11 Thread Olivier Croisier
Hi, I just submitted a patch that converts the runtime configuration types (development, deployment) into a type-safe Enum. See https://issues.apache.org/jira/browse/WICKET-1945 Hope that helps, Olivier

Re: Patch submitted for Enum-ification of the runtime configuration types

2009-11-11 Thread Olivier Croisier
:34 PM, Olivier Croisier olivier.crois...@gmail.com wrote: Hi, I just submitted a patch that converts the runtime configuration types (development, deployment) into a type-safe Enum. See https://issues.apache.org/jira/browse/WICKET-1945 Hope that helps, Olivier

Re: Patch submitted for Enum-ification of the runtime configuration types

2009-11-11 Thread Olivier Croisier
by an init-parameter. What do you think ? Olivier On Wed, Nov 11, 2009 at 4:08 PM, Martin Grigorov mcgreg...@e-card.bgwrote: On Wed, 2009-11-11 at 15:59 +0100, Olivier Croisier wrote: Hi, WICKET-1847 is more than a year old and has had no activity for more than a year, whereas the WICKET

Patch for easy Enums I18N

2009-11-11 Thread Olivier Croisier
Hi, I just submitted a patch to the very old WICKET-1157https://issues.apache.org/jira/browse/WICKET-1157JIRA (no activity for the last 2 years). It provides a simple and flexible way to internationalize enums : - An EnumMessageKeyProvided that implements a Strategy pattern to generate I18N keys

Re: Patch for easy Enums I18N

2009-11-11 Thread Olivier Croisier
it with existing wicket and no need for specific dropdown. ** Martin 2009/11/11 Olivier Croisier olivier.crois...@gmail.com: Hi, I just submitted a patch to the very old WICKET-1157https://issues.apache.org/jira/browse/WICKET-1157JIRA (no activity for the last 2 years). It provides

Re: Patch for easy Enums I18N

2009-11-11 Thread Olivier Croisier
and no need for specific dropdown. ** Martin 2009/11/11 Olivier Croisier olivier.crois...@gmail.com: Hi, I just submitted a patch to the very old WICKET-1157https://issues.apache.org/jira/browse/WICKET-1157JIRA (no activity for the last 2 years). It provides a simple

Re: Wicket Component Overview

2009-10-16 Thread Olivier Croisier
Hi, I did the same with the Models a few weeks ago - see the attached image. BTW, don't you think their hierarchy is a bit weird ? Olivier On Fri, Oct 16, 2009 at 8:57 AM, Michael Mosmann mich...@mosmann.de wrote: Hi, i did some wicket component diagram stuff (model, listener etc.)

Re: Wicket Component Overview

2009-10-16 Thread Olivier Croisier
I do see my image attached to my previous post - or is it just me ? If you really can't see it, I uploaded it here : http://olivier.croisier.free.fr/wicket/models.png About the models, for example : - ComponentPropertyModel is not in the same hierarchy as AbstractPropertyModel. -

Re: Wicket Component Overview

2009-10-16 Thread Olivier Croisier
I used Umbrello UML on linux to draw the diagram, by hand. For the model refactoring, I know this won't be easy, it's the very core of Wicket after all. I thought it could be part of Wicket 2.0 or something, in the long term. But I think it has become really necessary. Resources too could