Re: Using Struts with Dojo vs GWT

2008-10-22 Thread Tim Jowers
We used scriptalicious in one product but have sorta standardized on jQuery too now for three others. Now as to the actual controls... some of us are leaning towards Yahoo UI because its datatable (datgrid) has the largest feature set such as being able to drag columns left or right of others. I'd

Re: Using Struts with Dojo vs GWT

2008-10-22 Thread Felipe Lorenz
Hi, In my projects ive been use Struts 2 with JQuery. Why JQuery? Lighweight, easy to learn and use and run it in all browsers... On Mon, Oct 20, 2008 at 5:28 AM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > I don't know if this is a question we can answer for you. Dojo has its > advantages and d

Re: Using Struts with Dojo vs GWT

2008-10-19 Thread Wes Wannemacher
I don't know if this is a question we can answer for you. Dojo has its advantages and disadvantages, but from a practical perspective it is a very different framework than GWT. If the application you are going to create could make better use of GWT, then use it... Lately, the AJAX-ified applicati

Using Struts with Dojo vs GWT

2008-10-19 Thread Ryan Detert
I am new to Struts but have used the GWT before. Would it be wise at all to try and use the GWT with Struts or should I just stick with Dojo?