Stupid question time
So my coding world is laid out like
- One big FW/1 app
- Two new ColdBox apps
When the FW/1 app was developed at the same time they created a large ‘common’ library with the thought they could re-use a lot of things across many apps. This is mainly a large collection of CFCs which are called from the FW/1 app via ColdSpring.
I haven’t tried this yet but I’m wondering how feasible it would be to share this code base between the two projects?
I’m guessing the inject=“securityGateway” type things needed by Wirebox are going to break but I haven’t tried this yet. Was just curious if maybe someone had done anything similar maybe when migrating between the two frameworks?
I’d rather not create two ‘common’ repositories for each framework but if that’s the only solution we can do that with the thought we’ll eventually re-write everything in Coldbox/Wirebox at some point.
Thanks
Jim