Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good tutorials for ice4j? [closed]

I have just started using ice4j as an ICE client. I am experimenting with it, and I want to create a simple chat application using it. The problem is, I can't seem to find any good tutorials on how to use ice4j, and the Javadoc I compiled from the source code doesn't seem to help either. I don't want to resort to having to read through all the source code, because that would be annoying. Is there anything that can help me learn ice4j?

like image 852
DankMemes Avatar asked Jul 14 '12 19:07

DankMemes


1 Answers

Try reading tests, usually it's the best documentation, especially when there's nothing decent about a techlogy

like image 65
Alexey Grigorev Avatar answered Sep 22 '22 21:09

Alexey Grigorev