• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

GWT In Action:both server and client code generated??

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Does GWT generates both server-side J2ee code(JSPs or Servlets) and the corresponding client site xHTML/JavaScript?

It would be nice to have the option to generate the whole solution from GWT and at the same time create the client and server side applications.

Thanks in advance
[ June 26, 2007: Message edited by: Diego Gullo ]
 
author
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
GWT compiles the Java code to JavaScript. It doesn't create HTML, servlets, or anything else without using tools outside the compiler.

GWT does though ship with some command line utilities to generate project files, including a sample HTML page, ant file, Eclipse project files, sample entry point class, and a project config file.
 
reply
    Bookmark Topic Watch Topic
  • New Topic