shukla raghav wrote:Is it true that GWT does not support features of Java 1.5 or higher like generics etc... is there any new version that is compatible with JDK 1.5 or higher.
I am currently using GWT2.0 along with JDK1.6 and I have successfully used generics on the client side. In fact, if you are using the eclipse plugin and let it generate your xxxAsync class, it will use generics.
e.g.
where User is the POJO being returned from the server side