Re: T5: DWR Integration

2009-02-21 Thread Andy Pahne
Sounds like a clean solution to bundle dwr also inside component libs. Just drop it in and use it! Nice. Stephane Decleire schrieb: I've come up with this idea : String context = request.getContextPath(); renderSupport.addScriptLink(context + "/dwr/engine.js"); and the DWR servlet mappi

Re: T5: DWR Integration

2009-02-20 Thread Stephane Decleire
I've come up with this idea : String context = request.getContextPath(); renderSupport.addScriptLink(context + "/dwr/engine.js"); and the DWR servlet mapping could be passed as a parameter to my component to be fully customized ... What do you think about it ? Stephane Andy Pahne a écrit : >

Re: T5: DWR Integration

2009-02-18 Thread César Lesc
Hi, i'm considering DWR for a Tapestry project, DWR has integrations with Spring and Guice, do you known how hard could be use DWR with Tapestry IOC? Regards César. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: T5: DWR Integration

2009-02-18 Thread Andy Pahne
I don't know if that's possible. You - as a library provider - and the consumer at least need to find a convention about how the dwr servlet is mapped. /dwr/ is kind of standard, but not granted. That's the first problem. Next problem: Do the Tapestry facilities (@IncludeScriptLibrary...) s

Re: T5: DWR Integration

2009-02-17 Thread Stephane Decleire
Thanks Andy, But i've already done this. It works great on the DWR side but that doesn't help on the way to integrate the DWR javascript files in my Tapestry components ... does it ? Stephane Andy Pahne a écrit : > Stephane Decleire schrieb: >> Hi all, >> >> I've tried to integrate DWR with Tape

Re: T5: DWR Integration

2009-02-17 Thread Andy Pahne
Stephane Decleire schrieb: Hi all, I've tried to integrate DWR with Tapestry and the both frameworks seem to work great together (perhaps because they don't do the same work ;-) and are not so integrated). [...] +1. Works like a charm. Is there a way to tell Tapestry to get the file fro

T5: DWR Integration

2009-02-17 Thread Stephane Decleire
Hi all, I've tried to integrate DWR with Tapestry and the both frameworks seem to work great together (perhaps because they don't do the same work ;-) and are not so integrated). For the test, i've just put the to javascript libraries needed by DWR directly in the XHTML code like this :

Re: T5 + DWR integration

2008-05-13 Thread Christian Riedel
I tried it out and it worked quite easy. Spring is not a dependency of DWR as far as I know, so... ;) Leon Derks schrieb: I don't have that topic. Is it easy to integrate DWR with tapestry, without Spring? Leon Renat Zubairov wrote: Hi That's an interesting topic. Actually we had discussed

Re: T5 + DWR integration

2008-05-13 Thread Leon Derks
I don't have that topic. Is it easy to integrate DWR with tapestry, without Spring? Leon Renat Zubairov wrote: Hi That's an interesting topic. Actually we had discussed it once with Igor, and it seems that it shouldn't be too hard. The question is which objects from the server-side you want t

Re: T5 + DWR integration

2008-05-13 Thread Renat Zubairov
Hi That's an interesting topic. Actually we had discussed it once with Igor, and it seems that it shouldn't be too hard. The question is which objects from the server-side you want to access from DWR? If you will answer this question then you can just start a DWR servlet in your web application an

T5 + DWR integration

2008-05-13 Thread Leon Derks
How easy is it to integrate T5 with DWR? Are there examples of how to do this? How do I need to configure the dwr.xml file? Leon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]