Changes between Version 39 and Version 40 of Installation_old

Show
Ignore:
Timestamp:
07/28/11 11:13:28 (14 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation_old

    v39 v40  
    146146=== Hello World === 
    147147* Sender: 
    148 At java/examples/simplejava/Sender we provide a minimalist kernel written in Java, which sends data (an array of double). 
     148 At java/examples/simplejava/Sender we provide a minimalist kernel written in Java, which sends data (an array of double). 
    149149* Receiver: 
    150 At java/examples/simplejava/ConsoleWriter we provide a simple kernel written in Java. It receives data (an array of double) and prints its content to the standard output. 
     150 At java/examples/simplejava/ConsoleWriter we provide a simple kernel written in Java. It receives data (an array of double) and prints its content to the standard output. 
    151151* CxA (coupling schema) 
    152 The configuration cxa/SimpleExample.cxa.rb configures a minimal CxA which couples the java/examples/simplejava/Sender and java/examples/simplejava/ConsoleWriter 
     152 The configuration cxa/SimpleExample.cxa.rb configures a minimal CxA which couples the java/examples/simplejava/Sender and java/examples/simplejava/ConsoleWriter 
    153153kernels. 
    154154