What Java/Scala or .NET web frameworks support modify source code and instantly run workflow e.i. wi

Posted by Alexey on Stack Overflow See other posts from Stack Overflow or by Alexey
Published on 2010-04-10T15:27:11Z Indexed on 2010/04/10 15:33 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

As far as I can see the key advantage of dynamic languages like Ruby or Python over Java/Scala/C# etc is "hot" applying of your changes to source code to the running application. What are the frameworks for JVM or .NET that support the same workflow - apply changes to configuration and source code on the fly? Can they also watch changes to custom configurations and notify application?

Note: Frameworks for dynamic languages on JVM/.NET like Grails or Compojure are out of scope here.

© Stack Overflow or respective owner

Related posts about java

Related posts about scala