reddit : Opinions on using Java for frontend development ?

2020-05-28 Thread Francois Meillet
https://www.reddit.com/r/java/comments/grme3u/opinions_on_using_java_for_frontend_development/ François

reddit : Is using a Java framework an outdated approach to web development? If so, why ?

2020-05-28 Thread Francois Meillet
https://www.reddit.com/r/webdev/comments/grmkvx/is_using_a_java_framework_an_outdated_approach_to/ François

Re: WebSocket concurrent modification

2020-05-28 Thread Martin Grigorov
On Thu, May 28, 2020 at 9:43 AM fanfy wrote: > Hello,I finally found the problem ... It seems that I didn't understood > very > well how to use WebSocketMessageBroadcaster from wicket-spring-boot. The > proper way to broadcast websocket messages from an ajax call is to use >

Re: WebSocket concurrent modification

2020-05-28 Thread fanfy
Updated the sample application websocket-test.tar -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To

Re: WebSocket concurrent modification

2020-05-28 Thread fanfy
Hello,I finally found the problem ... It seems that I didn't understood very well how to use WebSocketMessageBroadcaster from wicket-spring-boot. The proper way to broadcast websocket messages from an ajax call is to use org.apache.wicket.protocol.ws.api.WebSocketPushBroadcaster with an additional