Re: facebook like notification

2011-06-19 Thread julien roche AKA indiana_jules
Hi, I think you need a push approach. I suggest you to use the Atmosphere framework that enable a push channel between the client and the server with WebSocket (of HTML5). If Websocket doesn't work, Atmosphere uses the Comet approach. See:

Re: facebook like notification

2011-06-19 Thread nino martinez wael
You could also do a ajax heartbeat and use a javascript toaster 2011/6/19 Noven noven_...@yahoo.com: Hi All.. Newbie need guide , I just registered and this is my first post. I am facing problem about creating a facebook like notification. Like if your friend tag someone in your photos,

Re: facebook like notification

2011-06-19 Thread noven_lie
:53 To: users@wicket.apache.org; Novennoven_...@yahoo.com Reply-To: users@wicket.apache.org Subject: Re: facebook like notification You could also do a ajax heartbeat and use a javascript toaster 2011/6/19 Noven noven_...@yahoo.com: Hi All.. Newbie need guide , I just registered and this is my

Re: facebook like notification

2011-06-19 Thread nino martinez wael
http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.toaster.ToasterSample http://wicketstuff.org/wicket/ajax/clock should get you going.. You could also do a ajax heartbeat and use a javascript toaster 2011/6/19 Noven noven_...@yahoo.com: Hi All..

Re: facebook like notification

2011-06-19 Thread noven_lie
-To: users@wicket.apache.org Subject: Re: facebook like notification http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.toaster.ToasterSample http://wicketstuff.org/wicket/ajax/clock should get you going.. You could also do a ajax heartbeat and use

Re: facebook like notification

2011-06-19 Thread Sebastian
You can use the wicketstuff-push component https://github.com/wicketstuff/core/wiki/Push which can either use a polling approach or cometd to update clients based on server-side events. Seb On 19.06.2011 11:50, Noven wrote: Hi All.. Newbie need guide , I just registered and this is my first

Re: facebook like notification

2011-06-19 Thread noven_lie
Thank you Sebastian. I will check it. Sent from my BlackBerry® smartphone from Sinyal Bagus XL, Nyambung Teruuusss...! -Original Message- From: Sebastian nospam...@gmx.net Date: Sun, 19 Jun 2011 16:57:42 To: users@wicket.apache.org Reply-To: users@wicket.apache.org Subject: Re: facebook