Re: DWR Integration with Tapestry 4.1.5

2008-06-26 Thread Srinivas Yermal
Hi Andreas, Sorry about the delayed response. I wanted to first make it work and then write back. All in all, it didnt work for me. So I am using the back door to both Spring and Visit objects for now. The problem I have with the idea that you mentioned is that DWR normally sends back a json respo

Re: DWR Integration with Tapestry 4.1.5

2008-06-19 Thread Andreas Andreou
Just an (ugly) idea... If you can send the DWR requests to a Tapestry service that will then forward or include the normal DWR servlet output, it should work. http://wiki.apache.org/tapestry/TapestryFasttrackForStrutsProgrammers has some code that creates a component that can include jsps, servle

DWR Integration with Tapestry 4.1.5

2008-06-19 Thread Srinivas Yermal
Hi All, I am creating a huge dojo widget which needs to access some data on the server side as objects and I am trying to use DWR for remoting some of my calls. Pardon my ignorance, but I am not sure whether this is allowed in the tapestry world. So I set forth to try to integrate DWR into my tape