Sebastian-61 wrote:
> 
> there is currently not any more documentation.
> 
> When you use push as decribed in the WIKI (EventHandler+PushNode) then 
> you will need an additional message dispatching service (which often is 
> the case in enterprise environments). If you want to communicate within 
> a wicket application only, e.g. between pages or users, than you can use 
> the channel feature provided by push: you create a named messaging 
> channel using IPushService.createChannel(<Name>), connect the node you 
> installed into a component to that channel using 
> IPushService.connectToChannel(<Node>,<Channel>) and send events to a 
> channel using IPushService.publish(<Channel>, <Event>).
> 

Thanks for the feedback.  We do intend to scale to multiple server nodes
but, thankfully, I have a year to figure out the messaging system.  For some
reason, your quick paragraph makes more sense than anything else I've read -
so, thanks!  As I explore, I'll see about adding some JavaDoc for the newbs.

Jake

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicketstuff-push-Documentation-tp3644319p3645846.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to