Re: [appfuse-user] Triggering a page refresh from the server side

2007-07-11 Thread Matt Raible
You have to add /dwr/* to the StaticFilter in web.xml and you should also use http://localhost:8080/dwr/ if you're running using the Jetty plugin. Matt On 7/11/07, cdtm <[EMAIL PROTECTED]> wrote: I've just seen that my last post isn't rendered properly. Basically I just removed the comments in

Re: [appfuse-user] Triggering a page refresh from the server side

2007-07-11 Thread cdtm
I've just seen that my last post isn't rendered properly. Basically I just removed the comments in dwr.xml. Is there anything else to do to get dwr running? cdtm wrote: > > Hi, > > I tried to get the dwr running. I uncommented the part in the dwr.xml. It > looks like that: > > "-//GetAh

Re: [appfuse-user] Triggering a page refresh from the server side

2007-07-11 Thread cdtm
Hi, I tried to get the dwr running. I uncommented the part in the dwr.xml. It looks like that: http://getahead.ltd.uk/dwr/dwr20.dtd";> Now I tried to find the webpage that describes the functions provided. It should

Re: [appfuse-user] Triggering a page refresh from the server side

2007-07-10 Thread Matt Raible
There's no DWR functionality in place, but it is installed and ready to use. Matt On 7/10/07, cdtm <[EMAIL PROTECTED]> wrote: Thanks for the reponse, I did some research on Ajax frameworks but could not find any hint that AjaxTags support anything like Ajax Push. However a framework called D

Re: [appfuse-user] Triggering a page refresh from the server side

2007-07-10 Thread cdtm
Thanks for the reponse, I did some research on Ajax frameworks but could not find any hint that AjaxTags support anything like Ajax Push. However a framework called DWR seems to provide this functionality. An example is given here: http://java-x.blogspot.com/2007/03/reverse-ajax-with-direct-web-

Re: [appfuse-user] Triggering a page refresh from the server side

2007-07-09 Thread Michael Horwitz
I'm assuming you want to push from the server side rather than having the client poll the server for updates? Bit of a hot topic this one. Just google "Ajax push" or "Ajax Comet" for tons of stuff on the subject. One example: http://ajaxian.com/archives/comet-a-new-approach-to-ajax-applications

Re: [appfuse-user] Triggering a page refresh from the server side

2007-07-09 Thread cdtm
We are using appfuse 2.0 and Spring MVC. Thanks in advance mraible wrote: > > Which web framework are you using? Which version of AppFuse are you using? > > Matt > > On 7/8/07, cdtm <[EMAIL PROTECTED]> wrote: >> >> Hi! >> >> We are having a hard time figuring out how to trigger a page refres

Re: [appfuse-user] Triggering a page refresh from the server side

2007-07-08 Thread Matt Raible
Which web framework are you using? Which version of AppFuse are you using? Matt On 7/8/07, cdtm <[EMAIL PROTECTED]> wrote: Hi! We are having a hard time figuring out how to trigger a page refresh from the server side every few seconds when a server-side event is created. We would prefer a ra

[appfuse-user] Triggering a page refresh from the server side

2007-07-08 Thread cdtm
Hi! We are having a hard time figuring out how to trigger a page refresh from the server side every few seconds when a server-side event is created. We would prefer a rather simple and straightforward solution. Maybe you have some ideas on how to use DWR library (or any other) for this purpose?