Posts

Showing posts with the label java applications

GWT auto generated application with source

Image
While creating the GWT application GWT plugin will generate the "GWT Hello" auto generated source. That will gives you an idea about end-to-end GWT application. If you are new to GWT better first read about GWT and GWT plugin installation. In this page I am going to explain about the auto generated source with the source code. While creating the project you have to select the generate automatic application source in the options. After creating the project, project folder structure looks like below, In normal Java/JEE applications for UI we have used JSP's mostly. But, in GWT UI and Server source it should be in Java file only. The EntryPoint RootPanel loading will be happened by using an HTML/JSP file(Only one per module or project). The GWT plugin under the project package it auto generate 3 other directories which contains the Client, Server and Shared files. Client directory contains the EntryPoint class along with the Service and ServiceAsync files. S

ERROR - The value ie10 was not previously defined

Error: The value IE6 / IE10 was not previously defined error we will get while trying to build the GWT application with different set of jar versions. There is also the sub exception while processing element 'set-property'. Loading inherited module ' com . sencha . gxt . ui . GXT ' [ java ] Loading inherited module ' com . sencha . gxt . data . Data ' [ java ] Loading inherited module ' com . sencha . gxt . core . Core ' [ java ] [ ERROR ] The value ie10 was not previously defined . [ java ] [ ERROR ] Line 76 : Unexpected exception while processing element ' set - property ' [ java ] com . google . gwt . core . ext . UnableToCompleteException : ( see previous log entries ) [ java ] at com . google . gwt . dev . cfg . ModuleDefSchema $BodySchema . __set_property_end ( ModuleDefSchema . java : 669 ) [ java ] at sun . reflect . GeneratedMethodAccessor10 . invoke (