I’m starting a new Java project and it seems to me that the most prevailing UI technologies are jQuery UI vs Vaadin (or GWT).
Is there any guidelines on how to choose the most appropriate UI framework, any advantages and advantages that can be noted here.
For example using Vaadin is like developing a desktop application comparable to developing Java Swing applications which different to using jQuery.
But I would appreciate any additional thoughts regarding this.
Thanks.
I don’t know Vaadin, I know Java, programmed a little in GWT and I know jQuery quite well. So here is my 2 cents about it:
Bottom line is – I find it much easier to develop client side GUI with pure HTML/jQuery.
Like I said, I don’t know Vaadin, so I can’t comment on that, but I strongly suggest you at least give jQuery a shot.