Skip to content

Programming SWT apps

Andrey Hihlovskiy edited this page May 8, 2014 · 1 revision

There are cases when using OSGi for Java GUI development is a bit of overkill. Imagine, we are developing a simple GUI app, not requiring extension-points, preferences, workspaces etc.etc.

Exactly for such cases Wuff supports non-OSGi SWT apps. In this tutorial we start from scratch and build SWT app.

Clone this wiki locally