// archives

GWT/GXT

This category contains 2 posts

Enum based ComboBoxes in GXT

Working with GXT is interesting. You combine utter frustration and time wasting with incredible breakthroughs that make you say ‘I could have never done that so easily in another framework.’ In a way all frameworks are like this I suppose.
My most recent problem/breakthrough was around enums. The particular app in question uses GXT in the [...]

GXT/GWT, DTOs and Dozer : Managing the Exception rather then the Common Case

For all of its amazing cleverness, GWT has one really difficult area, persistence. There are various projects and attempts to clear this are up but most are very young and have a ways to go. This gets even more complicated if your not, lets face it, using Hibernate. As a Cayenne fan I don’t use [...]