You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Lukáš Šembera <ma...@semberal.eu> on 2012/02/07 00:10:34 UTC

Tighter Wicket-Spring integration

Hello,
my application communicates with various erlang processes in a
background. The communication is done via AMQP messages and handling
of those messages in already done in the spring-based service layer.
Now I'm in the situation that I need wicket components to display
those messages (ideally asynchronously). I'd like Spring beans to
somehow raise events in Wicket anytime new message arrives and thus
force selected components to repaint). I cannot figure out what how to
do clear communication (from architectural point of view) between my
Spring service layer and Wicket presentation. It would be wonderful if
it was possible to somehow integrate Spring with Wicket events
introduced in 1.5. The only solution I currently think of is a polling
of the service layer, which doesn't suite my needs very well.

Thank you very much for your help.

Lukáš Šembera

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Tighter Wicket-Spring integration

Posted by jaffa <ja...@gmail.com>.
Spring Integration is an open source framework for Enterprise application
integration. It is a lightweight framework that builds upon the core Spring
framework. Thanks.
Regards,
http://www.seoservicescanada.ca/seo-services-calgary seo companies 


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Tighter-Wicket-Spring-integration-tp4363175p4650157.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Tighter Wicket-Spring integration

Posted by kamiseq <ka...@gmail.com>.
also you need to consider that wicket components will be accessed from
different threads

pozdrawiam
Paweł Kamiński

kamiseq@gmail.com
pkaminski.prv@gmail.com
______________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Tighter Wicket-Spring integration

Posted by vineet semwal <vi...@gmail.com>.
i think you need something like wicketstuff push

2012/2/7 Lukáš Šembera <ma...@semberal.eu>:
> Hello,
> my application communicates with various erlang processes in a
> background. The communication is done via AMQP messages and handling
> of those messages in already done in the spring-based service layer.
> Now I'm in the situation that I need wicket components to display
> those messages (ideally asynchronously). I'd like Spring beans to
> somehow raise events in Wicket anytime new message arrives and thus
> force selected components to repaint). I cannot figure out what how to
> do clear communication (from architectural point of view) between my
> Spring service layer and Wicket presentation. It would be wonderful if
> it was possible to somehow integrate Spring with Wicket events
> introduced in 1.5. The only solution I currently think of is a polling
> of the service layer, which doesn't suite my needs very well.
>
> Thank you very much for your help.
>
> Lukáš Šembera
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
thank you,

regards,
Vineet Semwal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org