You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No Scalive can't do that, because in order to do that you need to create classloaders. Currently Scalive simply uses the classloader in the target process.
You can still do that if your program is designed up front for that purpose. For example:
object O {
var myFunction: MyInterface = defaultImplementation
}
Then later, in Scalive REPL console you set O.myFunction to point to another implementation.
fetch and update beans like in a spring jam?
I guess this is possible. But I'm not very familiar with Spring.
I felt this offers great help when we could hook into a running JVM. but I don't know the details.
what are the could be done ?
The text was updated successfully, but these errors were encountered: