Hi Everyone! After the news about the JavaFX discontinued by Oracle , Visage project started! Today Stephen Chin announced the first preview of Visage , with the default key word, (which we can define a default property setted on the class definition). I'm playing with it, look the sample I did using the default feature: public class Person{ public default var name:String; public var age:Integer; override function toString(){ "{name} has {age} years" } } public function run(){ var person :Person = Person{ "William " age:22; } println(person); } For me it's great! I'm motived more than before to keep my JavaFX works, Thanks Stephen Chin and Visage Community! Links on Visage Jim Weaver post about Visage Preview Visage Page Developers Group Users Group Visage Preview 1 download Visage installation
Blog about programming and client applications. Target Programming languages are JavaFX, Visage, HTML 5+ Javascript or even command line apps :-D