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
The reloaded workflow uses components that can be started or stopped, arranged together into a system. During development, the system is started in a running REPL. After source files are changed, the system is stopped, the source files reloaded, and the system started once more.
This can be put into a single command or even attached to a shortcut.
A component could include stuff like
reading configuration
database connection
running a Jetty server
A short list of libraries offering support for this approach: