Yeah don't bother with Adobe dude, waste of money unless you have invested 
significant time and money already learning how to become an adobe ninja. 
Google provides all the stuff you need for free :) so get into GWT and 
Eclipse. There are a few ways you can design the user interface using GWT:

   - In Java code, programmatically adding widgets and stuff into the page 
   (see the StockWatcher tutorial)
   - GWTDesigner - a drag-and-drop interface that writes the Java code for 
   you.
   - UiBinder - an XML system for designing your main layout in HTML-like 
   format.

I am only learning all of this myself but there are lots of tools available 
to us.

Drew

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

Reply via email to