I'm currently in the design phase of a Java based project. The frontend is not overly complicated (consists of 4 to 5 separate composites/windows), meaning, it is certainly doable using plain SWT.
However, if possible, I'd like to further separate the GUI-Layout from functional code. At first glance, XWT seems to be just right for the job. The only issue with XWT is that I can't find any comprehensive tutorials or even proper documentation.
Does anyone know where I can find such material? Or should I simply give up and do the whole thing with SWT only?
PS: [1] is the only useful resource I could find so far...