vote up 1 vote down star

For a developer in the Java eco-system, there is a handful of choices when it comes to UI design. The best known are:

  • Swing (preferred when used with Netbeans and its GUI builder)
  • Eclipse's SWT (mostly preferred for Eclipse plug-ins)

Now, are there any frameworks or design alternatives to this which target JRuby / Groovy / Jython or other "dynamic" JVM languages ?

Some UI frameworks are layers over Swing or SWT, for example, a framework could read a description of a Screen in XML and instantiate the corresponding Swing components.

If you know a framework like that but which targets JVM "dynamic" languages, I'd like to see them in the answers as well.

flag

74% accept rate

1 Answer

vote up 5 vote down

Not exactly UI design, but you could try Griffon.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.