Are there any good lessons for ice4j?

I just started using ice4j as an ICE client. I am experimenting with this and I want to create a simple chat application using it. The problem is that I cannot find any good guides on how to use ice4j, and Javadoc I compiled from the source code also does not help. I do not want to resort to reading all the source code, because it will be annoying. Is there anything that can help me learn ice4j?

+5
source share
1 answer

Try to read the tests , as a rule, this is the best documentation, especially when there is nothing decent in technology

+6
source

All Articles