atom feed17 messages in org.apache.wicket.devRE: Wicket 6 development
FromSent OnAttachments
Martijn DashorstNov 16, 2011 12:50 am 
Martin GrigorovNov 16, 2011 1:00 am 
Sven MeierNov 16, 2011 1:53 am 
Martin GrigorovNov 16, 2011 2:04 am 
Igor VaynbergNov 16, 2011 8:09 am 
Kailash YadavNov 16, 2011 9:13 am 
Juergen DonnerstagNov 16, 2011 9:50 am 
Andrea Del BeneNov 16, 2011 10:17 am 
Martin GrigorovNov 16, 2011 10:25 am 
Martin GrigorovNov 17, 2011 3:17 am 
Hielke HoeveNov 22, 2011 3:02 am 
Martin GrigorovNov 22, 2011 3:08 am 
Emond PapegaaijNov 22, 2011 3:15 am 
Martin GrigorovNov 22, 2011 4:03 am 
Martin GrigorovNov 23, 2011 5:47 am 
anantasthanaNov 23, 2011 9:05 am 
Igor VaynbergNov 23, 2011 9:16 am 
Subject:RE: Wicket 6 development
From:Hielke Hoeve (Hiel@topicus.nl)
Date:Nov 22, 2011 3:02:21 am
List:org.apache.wicket.dev

Emond Papegaaij and I have also attempted to see if it is possible to integrate
a small part of WiQuery's functionality into Wicket. We are still working on
cleaning the code but here is a preview: https://github.com/papegaaij/wicket/compare/trunk...wicket+wiquery#files_bucket

Basically we have implemented
AbstractDependencyRespectingResourceAggregatingHeaderResponse ( :-) ) and have
it build jQuery statements for window load and dom ready. All resources are
automatically an AbstractResourceDependentResourceReference, this will not break
current resources it will only allow them to specify their dependencies.

-----Original Message----- From: Martin Grigorov [mailto:mgri@apache.org] Sent: woensdag 16 november 2011 11:05 To: de@wicket.apache.org Subject: Re: Wicket 6 development

On Wed, Nov 16, 2011 at 11:54 AM, Sven Meier <sv@meiers.net> wrote:

+1

(I'd love to take a look at the new jquery stuff.)

https://github.com/martin-g/wicket/tree/ajax-jquery Basically the internals of wicket-ajax.js (partially), wicket-event.js (fully) and wicket-ajax-debug.js (fully) are redone with JQuery. Also there are ~ 90 QUnit tests at https://github.com/martin-g/wicket/tree/ajax-jquery/wicket-core/src/test/js

-----Ursprüngliche Nachricht----- Von: Martin Grigorov [mailto:mgri@apache.org] Gesendet: Mittwoch, 16. November 2011 10:01 An: de@wicket.apache.org Betreff: Re: Wicket 6 development

+1

I have quite some progress with JQuery-fying Wicket's javascripts and I'd like to move it in trunk and involve more people in designing/coding/discussing/... it.

On Wed, Nov 16, 2011 at 10:51 AM, Martijn Dashorst <mart@gmail.com> wrote:

We have released 3 bug fixes to 1.5.x and it seems like it is more stable now. Stuff for wicket.next is piling up, so I propose we start our wicket-6.x.y work, using semantic versioning. Since Wicket 6 will be a breaker API wise, we can just stick with trunk for new development, and move maintenance for 1.5.x to a branch.

WDYT?