reactjs - How to call to Java RMI methods from web client? -


i have java rmi application developed swing gui interface. want change react app. possible call rmi methods javascript?

maybe, can use hessian protocol (reimplement rmi hessian, delegate hessian servlet local rmi). use hessian.js


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -