Communicate between legacy and Coldbox module

Hello,

I have legacy code running on coldfusion and from there I’d like to manipulate data from my Coldbox module.

I tried to use a wireboxBinder which worked to access my module, but not to use my module’s Coldbox plugins and so on.

Is there a way to do use my module like if I was calling him from another one inside Coldbox but instantiated from legacy code ?

Thank you

Is your legacy code running inside the same application scope? If so, create a CFC that extends the Coldbox proxy
http://coldbox.ortusbooks.com/content/proxy/

Thanks!

~Brad

ColdBox/CommandBox Developer Advocate
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Hello Brad !

I’ll read the docs about Coldbox Proxy :slight_smile:

Thank you very much for your answer.

Timothy