PermGen error

Posts Tagged ‘suggestbox and DTO’

GWT SuggestBox backed by DTO Model

In this post I am writing a tutorial on how to use the Google Web Toolkit SuggestBox when you want it to provide Data Transfer Objects (DTO’s) suggestions. According to GWT’s official docs you can Associate DTO objects with SuggestBox suggestions but I struggled to find any guiding tutorials on how to achieve this. Having [...]