Surely nothing new is being said here.
GWT 2.0: So good it's ridiculous
11–20 of 48 posts
Re: GWT 2.0: So good it's ridiculous
#12Earlier quoted context omitted.
Why ask this forum when the article explores this in detail?
Does it, really? Most of the optimizations mentioned in the article (compression/obfuscation, module system, yslow integration) or in these comments (debugging, refactoring, auto completion) are all available/possible in javascript alone. What tangible benefits require Java's type system?
Re: GWT 2.0: So good it's ridiculous
#13GWT always sounds interesting, but I am underwhelmed by the application gallery. Every app looks like a draft version of gmail, google maps or google wave. Any links to impressive interfaces (non google-built)?
Re: GWT 2.0: So good it's ridiculous
#14There is wisdom in the middle.
Re: GWT 2.0: So good it's ridiculous
#15Re: GWT 2.0: So good it's ridiculous
#16Re: GWT 2.0: So good it's ridiculous
#17When I first started looking to do more dynamic web applications, I was convinced that toolkits like GWT and Echo2 where they way to go but I was reasoning from a Java developers perspective. It makes the job of a Java developer easier, while adding complexity to the task of the designer. This is all well and good when you have a 1-5 man team of experienced Java developers.
I now prefer to use Java (Ruby, C, whatever) to write business logic services on the server and use HTML, css and JavaScript on the client. by writing a UI controller in JavaScript that gets embedded into the HTML file via a script tag it gives very clean separation of HTML, CSS and code this allows a large team to work very productively. Designers work in HTML, CSS. UX developers work in pure JavaScript and business domain developers work in their language of choice.
This coupled with a CMS has allowed us to abandon the kludge of a server side document scripting language (asp, jsp, php) entirely and significantly reduced the complexity of delivering a web application.
Re: GWT 2.0: So good it's ridiculous
#18GWT always sounds interesting, but I am underwhelmed by the application gallery. Every app looks like a draft version of gmail, google maps or google wave. Any links to impressive interfaces (non google-built)?
blueprint by lombardi is pretty good https://blueprint.lombardi.com/
Re: GWT 2.0: So good it's ridiculous
#19Pardon my ignorance but is there a clean way to run GWT with non-JVM server side languages?