GWT RPC White List Magic
The reason I used the word magic is because that’s how it came across to me when I first came against this problem. This issue is more peculiar when one is using GXT and passing data back and forth between client and server using classes extending BaseModelData. Continue reading »
Aug 24
Aug 19
This main focus is to point out some of the pitfalls which one may land into while writing the server side code for a GWT using especially when you are a beginner. Since Google’s GWT tutorial is really good and very extensive, this article is not explaining how to write code in GWT but some of the points which one needs to handle on the server side when GWT is the UI interface of the application. I am not an expert in GWT application, but just sharing my experience of integrating GWT in a web application for the first time. So you can definitely improve or suggest alternatives listed below.

Recent Comments