SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 64 | Next

Deepak Vohra

"Ajax in Oracle JDeveloper"

4.1.
4.3 Creating a GWT Application 63
Fig. 4.1 Creating a GWT Application
The directory structure of the GWT application consists of com/gwt
package, which is the project root package, in the src directory. Clientside
source file/s, such as com.gwt.client.CatalogForm.java,
and sub-packages are in the com/gwt/client package. Static
resources, CatalogForm.html, are in the com/gwt/public
package. CatalogForm.html is the wrapper HTML for the
CatalogForm application and consists of a table with two cell
elements. CatalogForm.html is listed below.


Wrapper HTML for CatalogForm



content='com.gwt.CatalogForm'>










64 4 Ajax with Java-GWT

CatalogForm



This is an example of a host page for the
CatalogForm application.


Pages:
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76