How to write java RMI callbacks or RMI Listener or bidirectional RMI -



How to write java RMI callbacks or RMI Listener or bidirectional RMI -

i writing rmi application.

i able perform rmi. info transferring between client , server via rmi.

client should receive/updates server side data.

is possible have listener can transport or notify info updates/modification server clients. mean whenever data's updated/modified @ server side,client should automatically updated. please allow me know, if there exist rmi phone call listener can used task.

also, security standards followed while performing rmi?

how can update server side object via client? if need update server side instance, can update using client?

please guide me accomplish this.

an rmi callback no different rmi server object, except exported client instead of server.

however it's infeasible architecture due client-side firewalls. , using remote callback listener has major overheads create typically infeasible within lan. don't want this.

the lastly part of question how write remote method call, should consult oracle rmi tutorial.

java java-ee rmi observer-pattern

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -