Re: ajax framework

2007-03-28 Thread Musachy Barroso
GWT will compile your java code to javascript, and you can integrate it with your struts 2 actions using the GWT plugin. regards musachy On 3/28/07, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: temp temp wrote: > > I have to create highly interactive web page ie use of lot of java scri

Re: ajax framework

2007-03-28 Thread Mikolaj Rydzewski
temp temp wrote: I have to create highly interactive web page ie use of lot of java script. Are there open source java ajax frameworks where I code only in java and do not write any java script? I mean any ajax framework where I have the whole power of java script but I wo

Re: ajax framework

2007-03-28 Thread Pascal Lalonde
You can take a look to this: http://struts.apache.org/2.x/docs/ajax-tags.html - Pascal temp temp wrote: I have to create highly interactive web page ie use of lot of java script. Are there open source java ajax frameworks where I code only in java and do not write any java scr