Free tutorials for Java, Eclipse and Web programming



Follow me on twitter

13. Links and Literature

13.1. Source Code

Source Code of Examples

13.2. Concurrency Resources

http://java.sun.com/docs/books/tutorial/essential/concurrency/index.html Introduction to Concurrency

http://www.briangoetz.com/pubs.html Article series from Brian Goetz including lots about concurrency

http://www.ibm.com/developerworks/library/j-jtp0730.html Thread pools and work queues by Brian Goetz

http://www.ibm.com/developerworks/java/library/j-jtp04186/index.html Introduction to nonblocking algorithms by Brian Goetz

http://www.ibm.com/developerworks/java/library/j-jtp11137.html Java theory and practice: Stick a fork in it, Part 1 by Brian Goetz

http://www.ibm.com/developerworks/java/library/j-jtp03048.html Java theory and practice: Stick a fork in it, Part 2 by Brian Goetz

13.3. vogella Resources

Eclipse RCP Training Join my Eclipse RCP Training to become an RCP Expert in 5 days (Training in German)

Android Tutorial Introduction to Android Programming

GWT Tutorial Program in Java and compile to JavaScript and HTML

Eclipse RCP Tutorial Create native applications in Java

JUnit Tutorial Test your application

Git Tutorial Put everything you have under distributed version control system