22. January 2013
von Blackbam

This tutorial is written while learning for a university test in distributed systems. The aim of this article is to remember the most important facts and steps to understand distributed programming in the Java language. This tutorial is useful for programmers which are able to use Java, but want to learn more about concurrency.   As oracle provides everything you need to learn that in detail, including examples, this is just a collection of other tutorials you should learn step by step. This collection is adapted from the course of the distributed systems group of the technical university of vienna.

1. Learning the Basics of Network communication

  • Networking Basics: Short explanation of networking basics like TCP, UDP and ports.
  • Java IO Tutorial: It’s absolutely necessary to be familiar with I/O and streams to do sockets operations!
  • Java TCP Sockets Tutorial: A very useful introduction to (TCP) sockets programming.
  • Java Datagrams Tutorial: Provides all the information you need to send and receive datagram packets using UDP.
  • Java Concurrency Tutorial: A tutorial about concurrency that covers threads, thread-pools and synchronization.
  • Java Programmierhandbuch und Referenz – Section 13.2.3: German tutorial for using datagram sockets. (optional)

Important Java-API Classes:

2. Learning RMI

Important Java-API Classes:

 

3. Security

Important Java-API Classes:

 

Share

Warning: Undefined variable $time_since in /home/.sites/609/site1266/web/blackbams-blog/wp-content/themes/SilentWoodsByBlackbam/single.php on line 42 Dieser Eintrag wurde am 22. January 2013 um 20:20 in der Kategorie Java veröffentlicht. You can book the comments for this article RSS 2.0. Feedback, discussion, commendation and critics are welcome: Write a comment or trackback.


Tags: , , ,

Fatal error: Uncaught Error: Undefined constant "Ext_related_links" in /home/.sites/609/site1266/web/blackbams-blog/wp-content/themes/SilentWoodsByBlackbam/single.php:75 Stack trace: #0 /home/.sites/609/site1266/web/blackbams-blog/wp-includes/template-loader.php(106): include() #1 /home/.sites/609/site1266/web/blackbams-blog/wp-blog-header.php(19): require_once('/home/.sites/60...') #2 /home/.sites/609/site1266/web/blackbams-blog/index.php(17): require('/home/.sites/60...') #3 {main} thrown in /home/.sites/609/site1266/web/blackbams-blog/wp-content/themes/SilentWoodsByBlackbam/single.php on line 75 WordPress › Error

There has been a critical error on this website.

Learn more about troubleshooting WordPress.