Dec 01 2010

JavaSpaces – An introductory example.

Hello,

This example, is a microblog service, “similar” to twitter. It uses JavaSpaces

JavaSpaces – example

Best Regards,
Matheus

Oct 07 2010

WebServices – An introductory example.

Hello,

This example shows on Client to a Web Service. One Web Service that is a Client too (Collector) and just a Web Service (Store)

The program used to create it was Netbeans with Glassfish. The version of Netbeans was netbeans-6.9.1-ml-java.

Client, Collector, Stores – Example of WebServices

Espero que o exemplo seja útil a você.
Matheus

Jun 23 2009

MD5 “Decrypter”, Java

Hello

What is MD5 Decrypter? It is a distributed system to break MD5 hash using bruteforce.

Implementation of MD5 Decrypter

There is a lot of thins that can be update:
- Number of Slaves variable.
- Work in the WORDS class distribution

Best Regards,
Matheus