writing distributed computing applications with java

Items posted to quest Syndicate content
  1. A Java tutorial on writing multithreaded applications and dealing with concurrency issues.
    By narphorium, 2 years 7 weeks ago
  2. A Java tutorial covering the various aspects of writing Java programs that operate over a network. Includes examples of creating sockets and reading and writing to them.
    By narphorium, 2 years 7 weeks ago
  3. RMI is Java's native protocol for remote method invocation. It allows you to distribute Java objects across multiple computers and execute methods on them as if they were local.
    By narphorium, 2 years 7 weeks ago
  4. Hadoop is a framework for running applications on large clusters of commodity hardware. The Hadoop framework transparently provides applications both reliability and data motion.

    Hadoop implements a computational paradigm named map/reduce, where the application is divided into many small fragments of work, each of which may be executed or reexecuted on any node in the cluster.

    By narphorium, 2 years 7 weeks ago
  5. Apache Axis is an open source implementation of the SOAP protocol in Java and C++.
    By narphorium, 2 years 7 weeks ago
  6. JavaSpaces(TM) technology is designed to help you solve two related problems: distributed persistence and the design of distributed algorithms.
    By narphorium, 2 years 7 weeks ago


Add this quest to your blog. Paste this code into your post
CODE:
Your Status
Register to track this quest with your profile

Get notified when a post is added to this quest. register now; it is free!

Registration is quick and easy.
Learn about questing and how you can start your own quest for knowledge.

Already a member? Please login to participate in this quest

2 users on quest