User Tools

Site Tools


at:download

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
at:download [2006/06/30 15:38] jdedeckerat:download [2006/06/30 15:40] jdedecker
Line 2: Line 2:
  
 ===== AmbientTalk ===== ===== AmbientTalk =====
-{{:at:qtek_small.png|:at:qtek_small.png }} +{{:at:qtek_small.png|:at:qtek_small.png }} AmbientTalk is a contemporary distributed programming language. It is an ambient-oriented programming language, which means that it is particularly geared towards developing next-generation distributed software which has to run on mobile devices (such as cellular phones or PDAs) deployed on open, ad hoc wireless networks. At its core, AmbientTalk uses a prototype-based object model for building abstractions. Its distribution and concurrency facilities are heavily inspired by the actor model. Current implementations are available for the Java J2SE and J2ME (PocketPC) platforms.
- +
- +
-AmbientTalk is a contemporary distributed programming language. It is an ambient-oriented programming language, which means that it is particularly geared towards developing next-generation distributed software which has to run on mobile devices (such as cellular phones or PDAs) deployed on open, ad hoc wireless networks. At its core, AmbientTalk uses a prototype-based object model for building abstractions. Its distribution and concurrency facilities are heavily inspired by the actor model. Current implementations are available for the Java J2SE and J2ME (PocketPC) platforms.+
 This page provides access to the latest version of AmbientTalk, and gives some instructions on how to deploy it on your desktop or PDA. This page provides access to the latest version of AmbientTalk, and gives some instructions on how to deploy it on your desktop or PDA.
  
Line 12: Line 9:
  
 [[ambienttalk.jar]] Contains the core of the AmbientTalk evaluator, which interprets the AmbientTalk language. [[ambienttalk.jar]] Contains the core of the AmbientTalk evaluator, which interprets the AmbientTalk language.
 +
 [[ambienttalkdt.jar]] Contains the J2SE Swing interface for running AmbientTalk on a desktop machine. [[ambienttalkdt.jar]] Contains the J2SE Swing interface for running AmbientTalk on a desktop machine.
 Once both files are downloaded into a single directory on your machine you may simply run java -jar ambienttalkdt.jar (Or typically you may also double-click on this JAR file) Once both files are downloaded into a single directory on your machine you may simply run java -jar ambienttalkdt.jar (Or typically you may also double-click on this JAR file)
Line 20: Line 18:
  
 [[ambienttalk.jar]] Contains the core of the AmbientTalk evaluator, which interprets the AmbientTalk language. [[ambienttalk.jar]] Contains the core of the AmbientTalk evaluator, which interprets the AmbientTalk language.
 +
 [[ambienttalkppc.jar]] Contains the J2ME AWT interface for running AmbientTalk on a PDA. (Note that this version may be tested as well on a desktop machine, since no native GUI components are used) [[ambienttalkppc.jar]] Contains the J2ME AWT interface for running AmbientTalk on a PDA. (Note that this version may be tested as well on a desktop machine, since no native GUI components are used)
  
 Once both files are downloaded, transfer them to your device and launch the PocketPC frontend. Using the J9 virtual machine the following shortcut is needed : Once both files are downloaded, transfer them to your device and launch the PocketPC frontend. Using the J9 virtual machine the following shortcut is needed :
 "\Program Files\J9\PPRO10\bin\j9w.exe" "-jcl:ppro10" "-cp" "\AmbientTalk\ambienttalkppc.jar" "edu.vub.picoo.process.AmbientTalk" "\Program Files\J9\PPRO10\bin\j9w.exe" "-jcl:ppro10" "-cp" "\AmbientTalk\ambienttalkppc.jar" "edu.vub.picoo.process.AmbientTalk"
at/download.txt · Last modified: 2020/02/10 13:59 by elisag