Search code examples
scalarad

Scala RAD tools


I am trying out on some application with Scala. I have been troubled a lot by its Swing support. Having to write the code seems to be painful. I love Netbeans Matisse function in this case.

Is there any Scala RAD tools available?


Solution

  • Is there any Scala RAD tools available?

    No (as far as I know).

    Having to write the code seems to be painful.

    It really shouldn't be, with something like XScalaWT. Unfortunately, I don't know if there is a Swing equivalent.

    I love Netbeans Matisse function in this case.

    You can generate Java classes using Matisse and extend them in Scala.