How can I create deployable MATLAB applications that uses Remote Method Invocation (RMI)?

2 views (last 30 days)
I would like to use Remote Method Invocation (RMI) in my Java application or .NET remoting as a part of my deployed applications built using MATLAB Builder JA or MATLAB Builder NE. This would allow me to start components in separate processes and therefore create standalone and web applications that are scalable and adaptable to future performance demands.
This feature would also allow me and my users to avoid repeatably incurring any MCR startup time. Additionally, using an remoting solution will give me the opportunity to interface a component built using MATLAB Builder JA with a JVM that is not supported by the MCR or a component built using MATLAB Builder NE with an unsupported .NET framework.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 4 Nov 2021
Edited: MathWorks Support Team on 4 Nov 2021
MATLAB Builder JA (starting with release R2007b) and MATLAB Builder NE (starting with release R2008b) both support remoting. Starting from R2015a these products are combined into a single toolbox MATLAB Compiler SDK.
For more information and examples on remoting in MATLAB Compiler SDK, please see the below link:

More Answers (0)

Categories

Find more on Get Started with MATLAB Compiler SDK in Help Center and File Exchange

Tags

Products


Release

R2007a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!