Skip to content

Day: Thursday September 2nd, 2010

Java RMI – Intro and Example

Good Night,

Java RMI (Remote Method Invocation), is a mechanism that let the user, create distributed applications using Java. It takes care of Sockets, protocols and others. But how it works? All the magic is done by RMI. It have a server named RMIREGISTRY, where your server connect and says "I'm here". After this Clients can connect to RMIREGISTRY and find the server that it wants.

I will show you an example of a Car Advertisement server, where Clients can add and search for Vehicle.

Continue reading Java RMI – Intro and Example

MD5 Decrypter – Version 0.5

Hello, A few days ago I published the new version of MD5 Decrypter. But what is this program? I had this idea, when I was…

Continue reading MD5 Decrypter – Version 0.5