Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
Using Flex with Scala
May 11, 2009 9:01 PM
|
This article shows that using Flex for a rich client with Scala for server-side code results in a highly effective client-server development model that minimizes boilerplate code. The article also shows a way to use the Java Persistence API (JPA) from Scala code.
http://www.artima.com/articles/flex_and_scala.html What do you think of the approaches demonstrated by the article? |
Posts: 1 / Nickname: vmarco / Registered: September 19, 2008 2:52 AM
Re: Using Flex With Scala
August 5, 2009 0:51 PM
|
Great article!! I am in the process of switching from Groovy to Scala as my default service language for optimized Flex-based RIA projects. I would really like to see an application server fully embrace Scala's concurrent programming model, but for now I'll settle for the reduction in code and the general efficiencies Scala brings to the table.
|