I have a very big chunk of B4J code (data processing routines, no graphics and/or interactive code) a customer wants to use as a DLL in his own Windows application.
Is there any way to use B4J code as module in external applications?
As a fallback plan, I'm thinking about building a standalone exe that can be called with parameters and returning data in JSON format, to be processed by the calling application.
Is there any way to use B4J code as module in external applications?
As a fallback plan, I'm thinking about building a standalone exe that can be called with parameters and returning data in JSON format, to be processed by the calling application.