Re: Web service

2014-04-22 Thread Cedric Gatay
Hi, you can simply use Jersey and configure a servlet / filter mapping allowing you to catch web service requests. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr | hopwork http://bit.ly

Re: [VOTE] Release Apache Wicket 6.12.0

2013-11-05 Thread Cedric Gatay
+1 for me, tested against our main application without issue. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Tue, Nov 5, 2013 at 2:02 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: +1

Re: CSS sprite component

2013-09-29 Thread Cedric Gatay
Hi, it can be a nice project in the WicketStuff projects list, I will try to have a look at your code once you've shared it. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Sat, Sep 28

Re: Add .map files to default allowed files.

2013-09-07 Thread Cedric Gatay
Hi, I think .map should be added to default. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Fri, Sep 6, 2013 at 9:25 PM, Andrea Del Bene an.delb...@gmail.comwrote: Hi, as reported

Re: SingleSelectChoice: setRequired + setNullValid

2013-09-02 Thread Cedric Gatay
It's nice to see the history of this ! __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, Sep 2, 2013 at 3:42 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: and gawd that does make me

Re: [VOTE] Release Apache Wicket 6.10.0 - take 3

2013-08-14 Thread Cedric Gatay
+1 works okay in my tests On Aug 14, 2013 8:32 PM, Emond Papegaaij emond.papega...@gmail.com wrote: +1 On Mon, Aug 12, 2013 at 12:12 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: This is a vote to release Apache Wicket 6.10.0, take 3 Please download the source distributions

Re: Wicketsuff REST module.

2013-08-12 Thread Cedric Gatay
Hi there, nice work Andrea, I will try to have a look at the code to see if it looks like what we've done at SRMvision. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, Aug 12, 2013

Re: Wicket hot reloading - Proof of concept

2013-08-04 Thread Cedric Gatay
and target directory scanning it works as expected (war running in Glassfish 3.1.2.2). Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Fri, Aug 2, 2013 at 10:23 AM, Cedric Gatay gata

Re: Wicket hot reloading - Proof of concept

2013-08-02 Thread Cedric Gatay
the application. I need to do further testing. If I have enough time this week end I will try to test it on a bigger application. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Fri, Aug 2, 2013 at 9

Re: Wicket hot reloading - Proof of concept

2013-08-01 Thread Cedric Gatay
No I didn't know the run-jetty-run eclipse plugin, I am an Intellij IDEA user ;) I think that it could be a good feature if we allow simple hot reloading during development. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http

Re: Wicket hot reloading - Proof of concept

2013-08-01 Thread Cedric Gatay
solution. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Thu, Aug 1, 2013 at 7:29 PM, Dan Retzlaff dretzl...@gmail.com wrote: The subject of re-invoking Application#init() came up a couple of years

Wicket hot reloading - Proof of concept

2013-07-31 Thread Cedric Gatay
://github.com/code-troopers/wicket-hot-reload There is a lot of things to do, but with my basic example it works. The major thing we need to sort out is the actual need to destroy / recreate the whole application object whenever we want to load new classes. Any comments are welcome, Regards, __ Cedric

Re: Ajax behavior for JavaScript event delegation

2013-07-11 Thread Cedric Gatay
I find this is a great idea. We often use data tables with a lot of ajax behaviors, with this kind of behavior it should speed it up. I will try to test it in the coming days. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info

Re: Ajax behavior for JavaScript event delegation

2013-07-11 Thread Cedric Gatay
I'd prefer using a data-delegated attribute than setting a special css class on items. In my opinion, css classes should not reflect business considerations, that's where data-* attributes are useful. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http

Re: [3/3] git commit: Revert WICKET-5226 CDI integration fails in Glassfish 4.0 with WELD-000070

2013-07-05 Thread Cedric Gatay
I think https://issues.apache.org/jira/browse/WICKET-5264 is sufficient, may be we could add a copy/paste of our irc conv in the issue to narrow things down. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http

Re: [VOTE] Release Apache Wicket 6.9.1 - fix for CDI issues

2013-07-05 Thread Cedric Gatay
Hi, Nothing has been changed regarding the jQuery issue discussed yesterday ? __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Fri, Jul 5, 2013 at 6:17 PM, Martijn Dashorst martijn.dasho...@gmail.com

Re: [VOTE] Release Apache Wicket 6.9.1 - fix for CDI issues

2013-07-05 Thread Cedric Gatay
Seems to work ok for me in the biggest CDI enabled app I got (tested on Glassfish 3.1.2.2). To answer my previous question, jQuery version is 1.10.1 So : [X] Yes, release Apache Wicket 6.9.1 Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http

Re: JQuery 1.10.1 dependency also breaks many applications

2013-07-03 Thread Cedric Gatay
[X] Release 6.9.1 with downgrade to jquery 1.8.3, 6.10.0 with jquery 1.10.1 and migration plugin We should use the time we have to check if the migration plugin does what is expected before releasing 6.10.0. 6.9.0 is a bad release for heavy JavaScript user. __ Cedric Gatay (@Cedric_Gatay http

Re: Michael Mosmann is a committer and PMC member!

2013-07-01 Thread Cedric Gatay
Welcome Michael !! __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, Jul 1, 2013 at 11:51 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Please welcome Michael Mosmann as our newest

Re: Rails TurboLinks

2013-06-28 Thread Cedric Gatay
in many applications though. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Thu, Jun 27, 2013 at 10:01 PM, Martin Grigorov mgrigo...@apache.orgwrote: From its README file: Compatibility Turbolinks

Re: Wicket 7 status

2013-06-27 Thread Cedric Gatay
TurboLinks looks really cool, I think it could be a nice thing to have in Wicket for applications targeting recent web browsers. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Thu, Jun 27, 2013 at 3

Re: Wicket 7 status

2013-06-26 Thread Cedric Gatay
postpone this. PS : glad to help, and willing to help more ;) Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Wed, Jun 26, 2013 at 7:29 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: On Wed

Re: WICKET-5241 gives pause to think about our request cycle

2013-06-25 Thread Cedric Gatay
Hi, I think we could leverage async support built-in in Servlet 3.x. To prevent developers doing long tasks in the detach method, I would suggest an error log trace telling the problem. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http

Re: [VOTE] Release Apache Wicket 6.9.0

2013-06-24 Thread Cedric Gatay
+1 for release, I didn't got any problem __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, Jun 24, 2013 at 1:59 PM, Martin Grigorov mgrigo...@apache.orgwrote: I've fixed 5234 (https

Re: Deprecating wicket:enclosure

2013-06-18 Thread Cedric Gatay
#hasInvisibleTransparentChild() . Ideally we should write a log trace in warning if the detected parent is an Enclosure and keep debug in other cases. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Tue

Re: WicketTester CDI and WicketApplication

2013-06-17 Thread Cedric Gatay
It looks good to me for the scope of the current patch. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, Jun 17, 2013 at 9:58 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi CDI

Re: JavaScript functional tests

2013-06-17 Thread Cedric Gatay
, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, Jun 17, 2013 at 4:20 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: No problem... the more tests the merrier Martijn On Mon, Jun 17, 2013

Re: JavaScript functional tests

2013-06-17 Thread Cedric Gatay
I'll have a look at this, Jasmine can be cumbersome when it comes to IDE support. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, Jun 17, 2013 at 7:19 PM, Martin Grigorov mgrigo

Re: Non-static AjaxFormValidatingBehavior

2013-05-23 Thread Cedric Gatay
Hi, I find it cleaner and easier to use :) Nice work Martin, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Thu, May 23, 2013 at 10:30 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi

Re: [VOTE] Release Apache Wicket 6.8.0

2013-05-18 Thread Cedric Gatay
Tried with our current development, yes, release 6.8.0 __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Sat, May 18, 2013 at 3:18 PM, Sven Meier s...@meiers.net wrote: yes, release 6.8.0 Sven

Re: A newer, flatter design for wicket site

2013-05-06 Thread Cedric Gatay
Great work Martijn, I think this one can replace the actual. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, May 6, 2013 at 3:46 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote

Re: WICKET-5064

2013-05-06 Thread Cedric Gatay
I don't think it is an issue __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, May 6, 2013 at 5:44 PM, Andrea Del Bene an.delb...@gmail.comwrote: Can it be closed as not an issue?

A few questions about contributing

2013-05-02 Thread Cedric Gatay
format setup, I would be interested in getting it. * is it possible to allow everyone to be assigned to an issue in Jira ? It could be cumbersome to find an issue not already taken by someone. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http

Re: Server and client side validation

2013-04-30 Thread Cedric Gatay
Hi, Your blog post helped me write my first version of the integration between JSR303 (bean-validation) and client side validation using parsley.js. You can find the current work on this Github repository: https://github.com/code-troopers/wicket-jsr303-parsley Regards, __ Cedric Gatay

Re: Build on master fails

2013-04-29 Thread Cedric Gatay
hope it helped, anyway I'm curious about the fix. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Sun, Apr 28, 2013 at 5:37 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, Currently

Re: New branch for Wicket 6 developement

2013-04-29 Thread Cedric Gatay
Great, if you want help for 7.x don't hesitate to tell what I can do ;). __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, Apr 29, 2013 at 3:03 PM, Martin Grigorov mgrigo...@apache.orgwrote: Hi

Re: New branch for Wicket 6 developement

2013-04-29 Thread Cedric Gatay
Thanks for the answer, see you soon ;) __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Mon, Apr 29, 2013 at 3:22 PM, Martin Grigorov mgrigo...@apache.orgwrote: The migration page is at https

Re: [VOTE] Branch for Wicket 7.0

2013-04-25 Thread Cedric Gatay
[x] Yes, start work on Wicket 7 with the proposed roadmap I can help and I am willing to for the next major release. Don't hesitate to tell me how I could. __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http

Re: Server and client side validation

2013-04-24 Thread Cedric Gatay
Thanks Martin, I was just wondering how I could do that. Nice library and nice integration with Wicket. Regards Le 24 avr. 2013 18:07, Martin Grigorov mgrigo...@apache.org a écrit : Hi, I just posted a new article at http://wicketinaction.com/2013/04/server-and-client-side-validation/ about

Re: [VOTE] Release Apache Wicket 6.7.0 (take 2)

2013-04-15 Thread Cedric Gatay
+1 __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Sun, Apr 14, 2013 at 11:21 PM, Andrea Del Bene an.delb...@gmail.comwrote: +1 to release This is the second vote to release Apache Wicket 6.7.0

What is the workflow of user contributions ?

2013-04-07 Thread Cedric Gatay
Hi, I've made a few contributions by attaching patches to JIRA issues. But I don't see them applied even though I made them a few weeks ago. Am I missing something in the issue resolving process ? Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com

Re: What is the workflow of user contributions ?

2013-04-07 Thread Cedric Gatay
There is no hurry about processing patches, I was just wondering if there is a special workflow to follow or any help that I could give to streamline this process. Regards, __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http

Re: Benchmarks with wicket in top 10

2013-04-04 Thread Cedric Gatay
more. On Sat, Mar 30, 2013 at 7:49 PM, Cedric Gatay ced...@gatay.fr wrote: It's nice to see this anyway. This week at Devoxx France, Matt Raible did another round of its Web Framework for the JVM and Wicket is still one of the leaders (you can view its slides here

Re: Benchmarks with wicket in top 10

2013-03-30 Thread Cedric Gatay
It's nice to see this anyway. This week at Devoxx France, Matt Raible did another round of its Web Framework for the JVM and Wicket is still one of the leaders (you can view its slides here :

Re: [Announce] Apache Wicket 6.3.0 released

2012-11-20 Thread Cedric Gatay
Congrats ! __ Cedric Gatay http://www.bloggure.info | http://cedric.gatay.fr | @Cedric_Gatayhttp://twitter.com/Cedric_Gatay On Tue, Nov 20, 2012 at 4:56 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: The Apache Wicket PMC is proud to announce Apache Wicket 6.3.0! This release marks

Re: wicket job opportunity, we are hiring

2012-06-06 Thread Cedric Gatay
I am not sure my wife would appreciate ;) __ Cedric Gatay http://www.bloggure.info | http://cedric.gatay.fr | @Cedric_Gatayhttp://twitter.com/Cedric_Gatay On Wed, Jun 6, 2012 at 7:38 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Why not stretch your hours Cedric, and have day

Re: wicket job opportunity, we are hiring

2012-06-05 Thread Cedric Gatay
Hi Igor, this is an interesting opportunity, too bad it is time zone limited. I hope you'll find somebody. __ Cedric Gatay http://www.bloggure.info | http://cedric.gatay.fr | @Cedric_Gatayhttp://twitter.com/Cedric_Gatay On Tue, Jun 5, 2012 at 10:37 PM, Igor Vaynberg igor.vaynb