Also, instead of naming things like they are some web concept, we
should name them to what they can do. Link is not a very good concept.
Instead of a Link we would have a Clickable. But that name is lame...

so I suggest prefixing all our interfaces with ImA. this would make a
clickable component implement ImAClickable

Martijn

On 4/1/08, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  Now that half of the team is getting ready to work on Wicket 1.4,
>  which is all about supporting the Java 5 features, I think it is time
>  for the other half of the team to start talking about Wicket 3.0 (we
>  skip 2.0 as we've used that for prototyping before), which is
>  scheduled for 2009.
>
>  We've had some offline talk about this with various team members, and
>  it seems that we have basic agreement on at least a couple of things:
>
>  * Wicket 3.0 source will be all Scala (http://www.scala-lang.org/),
>  which means quite a transition for our team, but we will still
>  maintain compatibility with regular Java.
>  * Relax our policy towards scripting in pages. We're just getting
>  tired of people having a hard time to do simple things with Wicket, so
>  in the future we want to support loops, conditionals and property
>  expressions directly in the markup on top of the facilities we have
>  now.
>  * Introduce layout managers. While it is great to be able to directly
>  code markup with Wicket, we'd like to hide that a bit more and
>  introduce layout managers as the preferential mechanism for composing
>  pages and components.
>  * Swing compatibility. We want our future components to be able to run
>  directly in Swing, and Swing components to be run in Wicket apps. Just
>  like some of our competitors.
>
>  WDYT? Comments/ suggestions?
>
>  Cheers,
>
>
>  Eelco
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2

Reply via email to