User Tools

Site Tools


at:tutorial:symbiosis

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
at:tutorial:symbiosis [2007/04/06 14:34]
jdedecker
at:tutorial:symbiosis [2013/05/17 20:25]
tvcutsem updated
Line 1: Line 1:
-====== Symbiosis with Java ====== 
  
-<note>This Tutorial is still under heavy construction</note> 
- 
-AmbientTalk is fully implemented in Java and runs on top of the JVM.  Java provides an extensive class library that can be accessed from within AmbientTalk.  In other words, Java classes can be instantiated and messages can be sent to Java objects from within AmbientTalk. 
- 
-The reverse, namely that AmbientTalk objects can accessed from within Java is also possible.  AmbientTalk objects are reified at the Java level such that the Java language can be used to send messages and create new objects. 
- 
-This chapter explains how both sides of this symbiotic relationship between Java and AmbientTalk can be leveraged. The goal of this symbiotic relationship is to complement the advantages of both languages and to alleviate their disadvantages.  For example, AmbientTalk can use the extensive class library from Java and Java can benefit from AmbientTalk's superior concurrency abstractions. 
- 
-===== Accessing Java classes ===== 
- 
-===== Creating Java objects ===== 
- 
-===== Using Java wrappers ===== 
- 
-===== Overloading ===== 
- 
-===== Symbionts ===== 
- 
-===== Conversions ===== 
- 
-===== Thread-Actor Symbiosis ===== 
at/tutorial/symbiosis.txt ยท Last modified: 2013/05/17 20:25 by tvcutsem