Thanks Sebastian, i was going to suggest the same thing. I haven't tried
myself but should be the way to  go.

On Fri, Nov 12, 2010 at 12:47 PM, Sebastian-61 [via Apache Wicket] <
[email protected]<ml-node%[email protected]>
> wrote:

> You can use the wicketstuff wicket-push project. It should work for your
> case. It either uses a stateful cometd channel to receive update
> requests or alternatively a timer-based polling approach. It does not
> block the UI, you can continue using AJAX requests.
>
> Regards,
>
> Seb
>
> On 12.11.2010 15:55, José Monzón wrote:
>
> > I recently run into a problem that has make me consider whether
> > continuing using Wicket or not for a project. I hope guys you can
> > throw some light into it.
> >
> > I need to create a web application that uses ajax to keep itself
> > udpated while still allows the user interact with it also using Ajax.
> > Imagine something as GMail, Documents, Facebook, Twitter, etc.
> >
> > On this pages, is very common to have some ajax COMMET, long polling
> > or also known as inverse AJAX to keep the page updated. But that
> > doesn't prevent the user to click here and there and update the page
> > also using AJAX. They are independent XMLHttpRequest with a browser
> > can handle perfectly.
> >
> > I was thinking about doing this on Wicket, but apparently it's
> > impossible by design:
> > https://issues.apache.org/jira/browse/WICKET-2437
> >
> > Page objects aren't thread-safe and wicket will block any other thread
> > (AJAX call) that tries to access the page while another request (for
> > instance our long poll) is there.
> >
> > Have you ever find yourself into this kind of problem? What's the
> > workaround if any?
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [hidden 
> > email]<http://user/SendEmail.jtp?type=node&node=3039789&i=0>
> > For additional commands, e-mail: [hidden 
> > email]<http://user/SendEmail.jtp?type=node&node=3039789&i=1>
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden 
> email]<http://user/SendEmail.jtp?type=node&node=3039789&i=2>
> For additional commands, e-mail: [hidden 
> email]<http://user/SendEmail.jtp?type=node&node=3039789&i=3>
>
>
>
> ------------------------------
>  View message @
> http://apache-wicket.1842946.n4.nabble.com/Wicket-design-incompatible-with-Web-2-0-tp3039707p3039789.html
> To start a new topic under Apache Wicket, email
> [email protected]<ml-node%[email protected]>
> To unsubscribe from Apache Wicket, click 
> here<http://apache-wicket.1842946.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=1842946&code=amNnYXJjaWFtQGdtYWlsLmNvbXwxODQyOTQ2fDEyNTYxMzc3ODY=>.
>
>
>


-- 
Sincerely,
JC (http://www.linkedin.com/in/jcgarciam)
Work smarter, not harder!.

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-design-incompatible-with-Web-2-0-tp3039707p3039796.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to