Re: Send data from javascript to WicketServer

2019-04-05 Thread Thanh Tung Pham
Hi Andrea, Thank you so much for the suggestion, i will look into it. Kind regards, Tung Op vr 5 apr. 2019 om 15:27 schreef Andrea Del Bene : > Hi, > > In Wicket you can have a sort of "controller" mounting a IResource to a > given path. You can read this article as introduction to Wicket

Re: Send data from javascript to WicketServer

2019-04-05 Thread Andrea Del Bene
Hi, In Wicket you can have a sort of "controller" mounting a IResource to a given path. You can read this article as introduction to Wicket resources http://wicketinaction.com/2011/07/wicket-1-5-mounting-resources/ For more information check the user guide. Cheers. On Fri, Apr 5, 2019, 2:33

Send data from javascript to WicketServer

2019-04-05 Thread Thanh Tung Pham
Hi all, I'm new to wicket and for a project that I'm currently working on. We want to use Server Sent Event to directly push data to the client from a microservice. Receiving these data through javascript from the microservice all works fine, but we need to send these data to the wicketserver for