I know that there are exist established frameworks written in Scala for web development (Lift and Play).
I wonder if there are any frameworks for desktop development as well(even in early beta stage). What I’m after:
– Application workflow
– Custom ui components
Scala comes with Java Swing wrapper, and you could also use SWT (just like you could use any other Java library in Scala). They are both suitable for desktop application development.