My favorites | Sign in
Project Logo
                
Feeds:
People details
Project owners:
  mdukielska

Introduction

JavaSpaces Netbeans project started at the Faculty of Mathematics, Informatics and Mechanics, Warsaw University as an assignment for Multi-tier applications development (Tworzenie aplikacji wielowarstwowych) lead by Jacek Sroka. The original idea of the project also came from Jacek Sroka. The project was developed as my Master's Thesis (2007/2008) and supervised by Marcin Engel.

This work is supported by the Netbeans Dream Team and Sun Microsystems as a part of Netbeans Innovators Grant process. See project's status on the official Netbeans wiki: grant project's status.

Links:

Most recent deliverables for current release nb6.5m1/release nb6.1:

Note: releases nb6.1 and nb6.5m1 are based on exactly the same source code - the only difference between them is in classpath. For details see Installation guide.

Wiki:

Overview

JavaSpaces Netbeans project is aimed mainly at students of Computer Science learning Linda concepts. The goal of the project is to provide a set of plugins for Netbeans IDE that turn working with JavaSpaces into a pleasure and make it easy even for Java beginners. When using JavaSpaces Netbeans one can concentrate on logic of the program instead of tinkering with the technology itself.

All Computer Science students of Warsaw University have to learn Linda as a part of an obligatory course (Concurrent and Distributed Programming). Thanks to JavaSpaces Netbeans project the way Linda is taught will change dramatically - instead of solving problems on the blackboard or pieces of paper students will be able to program their solutions in Java and Netbeans IDE. Besides, they will be able to test their programs with the help of a specialized debugger.

JavaSpaces have been around for quite a long time, yet they are not widely used - mainly because of their crude interfaces for administering tuplespace instances and complicated configuration. Despite this, as one of Linda implementations they are a very interesting and powerful technology which facilitates writing distributed and concurrent programs. Processes operating on tuplespaces created in JavaSpaces avoid many problems related to synchronization and data exchange. Thanks to dynamic code downloading, through a JavaSpace we can pass not only data but also behaviour among groups of processes, possibly operating on different machines in the network. This feature makes JavaSpaces much more expressive than plain Linda.

Configuring and running JavaSpaces by hand is a complicated problem - they require lots of work to set everything up. And once something doesn't work correctly, you need expert knowledge about Jini, RMI and JavaSpaces itself to fix the problem. At the same time, if we forget about tiresome configuration and untidy Jini code necessary to get hold of JavaSpace instances, JavaSpaces programs turn out to be extraordinarily simple. The example code written in the environment provided by the JavaSpaces Netbeans project is very simple. What is even more important, it can be run with no more effort that running a typical Java application with a main method.

Thanks to the functionality JavaSpaces Netbeans project provides, you can not only run and test famous Dining Philosophers problem, but also write a complex compute server - a distributed computing environment that is incredibly scalable and extensible in comparison to traditional interprocess communication techniques like RPC.

Useful tips

News

Progress









Hosted by Google Code