Sure, Sven!

On Fri, Sep 18, 2020 at 11:07 AM Sven Meier <s...@meiers.net> wrote:

> That would be a nice addition to wicketstuff.
>
> Please keep us updated on how you solved it.
>
> Have fun
> Sven
>
>
> On 18.09.20 11:02, Emmanuel Sowah wrote:
> > Hi Korbinian,
> >
> > Thanks for the quick response.
> > I will look into the native websockets option and see if I can work
> > something out.
> > It would be nicer though if wicket could support reactive programming
> > natively, and for example simply pass Flux<T> data to a repeater like
> > ListView<Flux<Person>> or a Mono<T> as a model to a wicket Label.
> >
> > Cheers
> >
> > On Fri, Sep 18, 2020 at 10:45 AM Korbinian Bachl <
> > korbinian.ba...@whiskyworld.de> wrote:
> >
> >> Maybe Ajax
> >>
> >>
> https://ci.apache.org/projects/wicket/guide/9.x/single.html#_creating_custom_ajax_call_listener
> >> or Websockets ....
> >>
> >>
> https://ci.apache.org/projects/wicket/guide/9.x/single.html#_native_websockets
> >>
> >> ----- Ursprüngliche Mail -----
> >>> Von: "Emmanuel Sowah"
> >>> An: "users" <users@wicket.apache.org>
> >>> Gesendet: Freitag, 18. September 2020 10:35:24
> >>> Betreff: Does wicket 9 support reactive programming?
> >>> Hi,
> >>>
> >>> I am using spring 5 and via reactive programming, I am receiving a Flux
> >>> data which I am trying to display in a table on a Wicket page. However
> I
> >>> get an exception during rendering of the table. The exception basically
> >>> says the RequestCycle is closed, which sounds logical to me if wicket
> is
> >>> not supporting reactive programming due to the non-blocking nature of
> >>> reactive programming.
> >>>
> >>> Does someone have a work-around for this problem? I was thinking along
> >> the
> >>> lines of saving the RequestCycle and reusing it when data arrives later
> >> but
> >>> I am not sure if that is the right way to go.
> >>>
> >>> Currently I am using blocking on the reactive stream as a work-around
> but
> >>> that leads to a sequential behaviour, which of course defeats the basic
> >>> idea of reactive programming.
> >>>
> >>> Any tips or ideas?
> >>>
> >>> Cheers,
> >>> Emmanuel
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to