I'm studying the Erlang JInterface package, and I'm not clear on the difference between the OtpNode class and the OtpSelf class and how they're intended to be used.
I'm studying the Erlang JInterface package, and I'm not clear on the difference between the OtpNode class and the OtpSelf class and how they're intended to be used.
I believe the main difference is:
OtpNode
is oriented towards managing the connections yourself.