> I was thinking at > something to simplify the reload of resources at application level (inside a > development workflow, IDE or not, but not only), that could be bound even to > a shortcut id desired (like the F5 in Browser for the page reload), so we > could enable a more dynamic behavior in user applications. > Could be an Utility class, or maybe something under demos or examples > (probably is better under demos). > We have seen here that this is a common requirement for developers
I think this is best left to the application. The use cases for dynamically reloading content are likely to vary significantly between applications, and it isn't difficult to do (it only requires a couple lines of code).
