Raj has the idea to write a JSR about Application Framework for JavaFX.
A such attempt was made for Swing with JSR 296 but it has been withdrawn.
So I propose to follow some step to see if we can succeed with this risky goal.
As a first one I will extract all interfaces from core library to put it into a newer one named api. (Wave, Model, Command, Service, View , Facade, Notifier ...)
It will help to manage multi module with a more loosely-coupled way.
It would be also useful for multi module engine that will rely on interface instead of concrete class.
Then we will be able to start writing a JSR based on this API library content to describe how concrete classes should be managed and annotation interpreted.
Let me know your thought... and send the url of this topic to anyone interested in a such project.