Hello,
in GWT, we write code in Java, that GWT Compiler , compiles to JavaScript.

- when deploying the application, do you think we need compiled Java class 
files in our final WAR ?
or we just need the generated .js ?

I look inside the war file generated, and I see my client-side Java classes 
in classes folder.
this made me wonder, weren't these classes supposed to be compiled to 
JavaScript ?
so why they ended up in WAR ?

- is it possible to compile GWT App into a JAR instead of WAR ?

- is maven gwt:compile capable of producing jar ? instead of war ?

Thank You

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to