Hello!
I have recently faced a task where a module has to be created inside of an existing application. For the module itself fw/1 would have been a perfect choice, but host application doesn't have one and changes to it are out of scope. Of course I tried, but the seams were all too painful to handle and we decided to scrap that idea in favour of a more direct approach to routing with the same general structure of a fw/1 MVC app.
But is there a configuration to fw/1 that allows the autowiring, DI and other shortcuts within it's directory while not interfering with everything else going on around it and making use of session management of a host app?
Thanks for attention and hope that sparks something interesting!