1
My teacher went through some work to develop a panic button alarm tool, sort of. Where a computer (client) will trigger the button and another computer (server) will receive the notification and will trigger a siren. Only he said he didn’t want it as a client server architecture, he wanted a distributed architecture. I couldn’t understand, is it possible to do this program with this architecture? Can anyone tell me which way to go using java? Thanks.
It is possible to do this using RMI (Remote Method Invocation), here has an example with code, client and server, and here there is an article about this model. Good Benefit!
– stderr
Thanks man, I’ll take a look! Hugs.
– João Neto