GWT designer: is it only for desktop application? - gwt

i don't understand if with GWT designer i can build web (html) application.
Thanks

Windows builder PRO published and supported by google. Window Builder was a paid software until google bought it. Now window builder supports GWT, Ext GWT and smart gwt design. And I think it is very good to design GWT, GXT windows.
To Add window builder to eclipse;
Eclipse 3.6 (Helios):
http://dl.google.com/eclipse/inst/d2wbpro/latest/3.6
Eclipse 3.5 (Galileo):
http://dl.google.com/eclipse/inst/d2wbpro/latest/3.5
Eclipse 3.4 (Ganymede):
http://dl.google.com/eclipse/inst/d2wbpro/latest/3.4
Source

"Create rich internet applications with GWT Designer, a powerful set of Eclipse-based development tools that enables Java developers to quickly create Ajax web applications using the Google Web Toolkit (GWT)."
seems pretty self-explanatory

You can developer GWT web application either. Here is simple tutorial
Just start with (Exlipse)
1.New->Web application project
2 Open any composite or entrypoint with WindowBuilder Editor. That's all

Related

Netbeans Platform and JPA

I have experience in JPA in Java EE for quite some time. Now I want to develop a desktop application with Netbeans Platform using JavaSE.
(I am not referring to the simple use of Netbeans IDE to code, but to use the Netbeans Platform to develop thick client applications using JavaSE.)
Can any one point me to a document which demonstrate JPA support to Nebeans Platform Applications? Googling was not helpful.
The question is indeed appropriate.
There's a tutorial on how to do this here

eclipse plugins for using SOA

I want to work on SOA project in eclipse, so what plugins I need to install in eclipse?
What is eclipse soa tool? does it need any other plugins or I can do it just with one plugin?
RDGS
You may have a look at WSO2 Carbon Studio - wich is an open source product.
It contains vast variety of rich development plugins for developing various components of a complete SOA application.

Can't find web project in Eclipse

I simply can't find new Web Application Project or Web Project when I click New->Project in Eclipse. Any ideas??
Have you installed the necessary plugins for web development in eclipse?
Did you mean New->Other->Web->( Dynamic Web application or Static Web Application etc. ). I am using a Java EE Eclipse Helios version.
You are probably missing the Google Plugin for Eclipse.

Can google web toolkit(GWT ) used on AIX?

Is AIX support GWT app.
If no then do we have any other app like GWT which can run on AIX?
The programs generated by GWT are web applications (GWT makes it possible to develop the frontend, i.e. the user interface for a web application, in Java), so you can use a GWT app anywhere.
The developer tools for creating a GWT app are Eclipse, an Eclipse plugin, a Java SDK, and some browser add-ons for testing. I don't know if the add-ons for testing work on AIX, but everything else should. The developer tools are otherwise supported on Windows, Mac, and Linux.

In Eclipse launch configurations for GWT and GAE, what's the difference between "GWT Application" and "Web Application?"

There are two sorts of launch configurations, "GWT Application" and "Web Application" - what's the difference?
The documentation for the plugin doesn't ever mention "GWT Application," only "Web Application."
The Google Web Toolkit (GWT) is a set of tools that lets you simplify web client-server interaction like Javascript/DOM/AJAX using Java. It is not the same thing as Google App Engine.
FWIW, PyDev now includes built-in support for GAE projects. I prefer it to Google's Eclipse plugin.