This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: SWT is good, JFace is great, RCP looks flippin awesome!
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
SWT is good, JFace is great, RCP looks flippin awesome! When I started PasswordSafeSWT, it was a pure SWT app, created almost entirely using SWT Designer. The productivity of that GUI tool is awesome. But the code lacked a little maintainability with all those anonymous event handlers (as easy as they were to edit graphically), so it was time to clean things up. For my next step, I moved things over to JFace to take advantage of an "Action-style" app...