Re: wicketstuff-push Documentation?

2011-07-05 Thread jbrookover

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



wicketstuff-push Documentation?

2011-07-04 Thread jbrookover
Hey all,

Just explored the wicketstuff-push examples.  Everything works great. 

The only problem is that I'm overwhelmed with the code.  I'm new to
pushing; I had no idea what Comet was before yesterday.  I understand the
fundamentals of AjaxTimerBehavior polling, but push-timer and push-core go
way beyond that: channels, listeners, etc.

Question: Is there documentation beyond the GitHub Wiki and the
push-examples module?  

If not, I'll just dive in the old fashioned way, but I was hoping to get a
better understanding before doing so.  In return, I'll try to put some
JavaDoc in the source as I start playing around.

Thanks!

Jake

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicketstuff-push-Documentation-tp3644319p3644319.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



Re: wicketstuff-push Documentation?

2011-07-04 Thread Martin Grigorov
https://github.com/wicketstuff/core/wiki/Push


On Mon, Jul 4, 2011 at 8:48 PM, jbrookover jbrooko...@cast.org wrote:
 Hey all,

 Just explored the wicketstuff-push examples.  Everything works great.

 The only problem is that I'm overwhelmed with the code.  I'm new to
 pushing; I had no idea what Comet was before yesterday.  I understand the
 fundamentals of AjaxTimerBehavior polling, but push-timer and push-core go
 way beyond that: channels, listeners, etc.

 Question: Is there documentation beyond the GitHub Wiki and the
 push-examples module?

 If not, I'll just dive in the old fashioned way, but I was hoping to get a
 better understanding before doing so.  In return, I'll try to put some
 JavaDoc in the source as I start playing around.

 Thanks!

 Jake

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/wicketstuff-push-Documentation-tp3644319p3644319.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





-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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



Re: wicketstuff-push Documentation?

2011-07-04 Thread Sebastian

Hi Jake,

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).


Regards,

Seb

On 04.07.2011 20:48, jbrookover wrote:

Hey all,

Just explored the wicketstuff-push examples.  Everything works great.

The only problem is that I'm overwhelmed with the code.  I'm new to
pushing; I had no idea what Comet was before yesterday.  I understand the
fundamentals of AjaxTimerBehavior polling, but push-timer and push-core go
way beyond that: channels, listeners, etc.

Question: Is there documentation beyond the GitHub Wiki and the
push-examples module?

If not, I'll just dive in the old fashioned way, but I was hoping to get a
better understanding before doing so.  In return, I'll try to put some
JavaDoc in the source as I start playing around.

Thanks!

Jake

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicketstuff-push-Documentation-tp3644319p3644319.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






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