I need to decide between jQuery and GWT for my new project.
I haven't programmed in JavaScript for a while, and I was looking into GWT for the last few days. It looks pretty awesome, generating all the different JS for different browsers and all, however:
- developing in Java takes more time than the same thing using jQuery (at least for this project)
- the documentation is poor (for example, how should I know which elements should I use when designing the page? -- there's not enough documentation for this)
I've been using jQuery for most of my projects and it's pretty good.
I want to convince the client that jQuery is better suited for this project and I need more arguments to support this.