Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-28 Thread Alexandru Popescu
On 10/28/06, Wille Faler <[EMAIL PROTECTED]> wrote: Hi guys, comments inline Don Brown wrote: > Hmm...I don't see any of my replies in those two threads, but maybe > there was more. Anyways, I took a look at the DWR stuff, and it looks > pretty cool. My only concern is that is requires too muc

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-28 Thread Wille Faler
Hi guys, comments inline Don Brown wrote: > Hmm...I don't see any of my replies in those two threads, but maybe > there was more. Anyways, I took a look at the DWR stuff, and it looks > pretty cool. My only concern is that is requires too much dwr > configuration. I wonder if there is a way we

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Frank W. Zammetti
Sounds cool! Frank Don Brown wrote: Not the same, but it enables the capability of WW-1330 in a more transparent way to the Action. My thought is first we should put the plumbing in place to allow the selection of results outside the Action, then we should start adding features that take ad

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Don Brown
Not the same, but it enables the capability of WW-1330 in a more transparent way to the Action. My thought is first we should put the plumbing in place to allow the selection of results outside the Action, then we should start adding features that take advantage of that capability. WW-1330 is

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Frank W. Zammetti
Don, is a Result Selector the same as this? ... https://issues.apache.org/struts/browse/WW-1330 Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of "Practical Ajax Projects With Java T

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Alexandru Popescu
On 10/26/06, Martin Cooper <[EMAIL PROTECTED]> wrote: On 10/26/06, Alexandru Popescu <[EMAIL PROTECTED]> wrote: > > On 10/26/06, Martin Cooper <[EMAIL PROTECTED]> wrote: > > On 10/25/06, Wille Faler <[EMAIL PROTECTED]> wrote: > > > > > > Hi. > > > I raised the question today on Don Browns blog ab

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Frank W. Zammetti
Don, is a Result Selector the same as this: https://issues.apache.org/struts/browse/WW-1330 Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of "Practical Ajax Projects With Java Techn

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Alexandru Popescu
On 10/26/06, Don Brown <[EMAIL PROTECTED]> wrote: Hmm...I don't see any of my replies in those two threads, but maybe there was more. Anyways, I took a look at the DWR stuff, and it looks pretty cool. My only concern is that is requires too much dwr configuration. I wonder if there is a way we

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Martin Cooper
On 10/26/06, Alexandru Popescu <[EMAIL PROTECTED]> wrote: On 10/26/06, Martin Cooper <[EMAIL PROTECTED]> wrote: > On 10/25/06, Wille Faler <[EMAIL PROTECTED]> wrote: > > > > Hi. > > I raised the question today on Don Browns blog about being able to have > > integration between Struts2 and DWR, t

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Musachy Barroso
I had the same reaction when I saw it, although having a tag to do it for you (dojo.io.updateNode) would be nice. musachy Martin Cooper wrote: On 10/25/06, Wille Faler <[EMAIL PROTECTED]> wrote: Hi. I raised the question today on Don Browns blog about being able to have integration between S

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Don Brown
Hmm...I don't see any of my replies in those two threads, but maybe there was more. Anyways, I took a look at the DWR stuff, and it looks pretty cool. My only concern is that is requires too much dwr configuration. I wonder if there is a way we could push it into a plugin, that by simply dro

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Alexandru Popescu
On 10/26/06, Martin Cooper <[EMAIL PROTECTED]> wrote: On 10/25/06, Wille Faler <[EMAIL PROTECTED]> wrote: > > Hi. > I raised the question today on Don Browns blog about being able to have > integration between Struts2 and DWR, to get a full MVC model if you only > want to re-render a snippet of a

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-26 Thread Martin Cooper
On 10/25/06, Wille Faler <[EMAIL PROTECTED]> wrote: Hi. I raised the question today on Don Browns blog about being able to have integration between Struts2 and DWR, to get a full MVC model if you only want to re-render a snippet of a web-page. I am not sure if this has been discussed previously,

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-25 Thread Alexandru Popescu
On 10/26/06, Don Brown <[EMAIL PROTECTED]> wrote: Ah, those discussions after JavaOne: http://www.mail-archive.com/dev@struts.apache.org/msg22396.html http://www.mail-archive.com/dev@struts.apache.org/msg22381.html To be honest, I didn't really follow them at the time. Still, I remember you p

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-25 Thread Don Brown
Ah, those discussions after JavaOne: http://www.mail-archive.com/dev@struts.apache.org/msg22396.html http://www.mail-archive.com/dev@struts.apache.org/msg22381.html To be honest, I didn't really follow them at the time. What code came out of it, other than the webwork dwr package? If that code

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-25 Thread Alexandru Popescu
On 10/26/06, Don Brown <[EMAIL PROTECTED]> wrote: Hmm...probably because I didn't know about it :) perhaps :-) Should we move the code back into Struts 2? At some point I guess it may make sense to do this. For the moment (and until it stabilizes and the struts2 stabilizes), I think it

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-25 Thread Don Brown
Hmm...probably because I didn't know about it :) Should we move the code back into Struts 2? What exactly does it do? Don Alexandru Popescu wrote: Wille, I have contributed a long time ago some (similar?) code to DWR. You can find it in the DWR trunk (a webwork package) . This integration co

Re: Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-25 Thread Alexandru Popescu
Wille, I have contributed a long time ago some (similar?) code to DWR. You can find it in the DWR trunk (a webwork package) . This integration code is based on some work I initially done for InfoQ.com. Sure, if you find places where your ideas look better then my approach I would be happy to hear

Integrating DWR and Struts2 for true "MVC" of snippets of web-pages

2006-10-25 Thread Wille Faler
Hi. I raised the question today on Don Browns blog about being able to have integration between Struts2 and DWR, to get a full MVC model if you only want to re-render a snippet of a web-page. I am not sure if this has been discussed previously, but Don encouraged me to send my ideas if I had any, s