• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jQuery and GWT

 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can jQuery get (easily) combined with GWT? I do not really have any practical experience about GWT, but because they render their own html and js, it seems rather difficult to incorporate jQuery.

And it will be a bit on the edge of this discussion, but what's your opinion about GWT? My current customer wants to use GWT for their next web application, because it's Java and they don't like typing plain html (like with jsp's, jsf,...). I have my doubts about it: using Java to generate html & js, because you can debug js more easy through this java code. I also have read that doing some things can be done in a few lines with inline html and js, but with GWT you need a lote more lines.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While I can see the niche for which GWT might be appropriate, I personally will not touch it with a ten-foot pole. The last thing I want is to write a web app in a declarative fashion in Java and have the code auto-generated. I did enough of that sort of thing when I was working with X windows.

For a shop of Java Swing developers who have no web experience and who need to create a web app quickly, I can see its utility. But it's not for me.
 
Roel De Nijs
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have my doubts about GWT too. I myself have developed some web applications (using jsp, struts, jsf,...), but the colleagues of the company I'm working at (as a self-employed developer/consultant) don't like this little web application developed by another external consultant using Seam. For me it feels natural, but they simply dislike the whole idea of having to type html tags for some reason.
So I'll have to come up with some good arguments against GWT (or pro another web application framework), but even if I got any I don't think they will change their mind.
 
That which doesn't kill us makes us stronger. I think a piece of pie wouldn't kill me. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic