Friday, August 03, 2007

JavaFX Script

Sun describe JavaFX Script as a highly productive scripting language for developers of rich media and content for deployment on Java technology leveraging Java Swing, Java 2D and Java 3D .

Features:

  • Incremental Evaluation - attributes can be bound to other attributes and updated using the bind/bind lazy keywords
  • do later - specific blocks of code can be executed asynchronously outside of the AWT EDT
  • Throwable Objects - all objects are throwable
  • Object Creating Triggers - SQL-like triggers used instead of constructors to Insert, Delete or Replace
  • foreach - for loop includes an optional SQL-like where clause

Resources:

No comments: