Home Java Java-tips Background 40links Other Java Resources

Ask Questions?

View Latest Questions


 
 

Other Java Resources
Posted on: July 26, 2006 at 12:00 AM
In this section you learn the Other Java Resources.

Java Notes

Other Java Resources

Online books, notes, and reviews

News, articles, etc

General Programming

  • Portland Pattern Repository - c2.com/cgi/wiki?PortlandPatternRepository
  • Continuations for Curmudgeons - www.intertwingly.net/blog/2005/04/13/Continuations-for-Curmudgeons Nice essay which explains features. such as continuations, in newer languages (eg, Python, Ruby). How these are implemented is summarized in a clear manner. I didn't know what I was missing until after learning a little Ruby. It wasn't long before I was faced by a Java programming issue that would have been perfectly solved by yield, but which required me to choose a particular data structure for the return values, despite the fact that it would be used in such different contexts that no on data structure was right.

Fun

Internationalization