Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

code analyzer specifically for gwt code?

I have been going through code analyzers like pmd, findbuigs. They cover many cases and seem to be great to use. But wanted to know if there is any code analyzer specifically for gwt code?

like image 779
Saurabh Avatar asked May 21 '13 13:05

Saurabh


People also ask

Which language do you use to program in GWT?

With the GWT SDK, you write your AJAX front-end in the Java programming language which GWT then cross-compiles into optimized JavaScript that automatically works across all major browsers.

What is GWT code?

The Google Web Toolkit (GWT) is a toolkit to develop Ajax web application with Java. The programmer writes Java code and this code is translated into HTML and Javascript via the GWT compiler.

Is a feature of the GWT compiler?

GWT Java-to-JavaScript Compiler. Translates the Java programming language to the JavaScript programming language. GWT Development Mode. Allows the developers to run and execute GWT applications in development mode (the app runs as Java in the JVM without compiling to JavaScript).


1 Answers

You could always try IntelliJ -- it's the world's best IDE and it's free (ish). Here's the link to the GWT support page.

like image 55
Software Engineer Avatar answered Sep 21 '22 08:09

Software Engineer