Tcl/Java
Tcl/Java in TutorGig Encyclopedia Encyclopedia
        Search: in
  Tutorials     Encyclopedia     Dictionary     Web     Store     Directory  
 
Tcl/Java Email this to a friend      Tcl/Java

Tcl/Java

Tcl/Java is a project to bridge Tcl and Java. This means that you can call Tcl code from a Java program, or Java code from a Tcl program.

Tcl/Java consists of two packages, Jacl and Tcl Blend.

Contents


Jacl

Jacl is a Tcl interpreter that is written in Java. This is especially useful for Java people wanting to call Tcl code.

Jacl: run tcl within the JVM.
Tclblend: call Java class libraries from the C runtime using JNI and an embedded JVM.

The Tcl/Java project's goal is to make integrating the Java platform and the Tcl scripting language as easy as possible. The project actually consists of two distinct packages, called Tcl Blend and Jacl. It is important to understand what each package provides and in what situations one might choose to use Jacl or Tcl Blend.

Jacl is a self-contained implementation of a Tcl interpreter, written entirely in Java. Jacl also includes features that facilitate communication between a Java interpreter and a Tcl interpreter. Jacl is typically used to incorporate scripting functionality into an existing Java application. Jacl is the ideal solution for users that want to add Tcl scripting to a Java application, but don't want to deal with the complexities of native code that come with Tcl Blend.

Tcl Blend is a Tcl extension that makes use of JNI to facilitate communication between a Java interpreter and a Tcl interpreter. Tcl Blend is typically used to load a Java interpreter into an existing Tcl process, so that functionality implemented in Java can be accessed via Tcl. One can also load Tcl Blend and Tcl into a Java process, which is a great way to add scripting functionality to an existing Java application. Because Tcl Blend is a normal Tcl extension, one can use it with other popular Tcl extensions like Tk, Expect, and Itcl.

Tcl Blend and Jacl define both a Tcl API and a Java API that make it easy to call Java code from Tcl or call Tcl code from Java. For example, one could allocate a Java object in a Tcl script and interactively invoke Java methods on the object. It is also easy to use the supplied API to evaluate a Tcl procedure from a Java method or implement Tcl procudures in Java. The flexible API and wealth of implementation options provided by the Tcl/Java project make integrating Tcl and Java easy.

Website: http://tcljava.sourceforge.net/docs/website/index.html
Examples: http://aspn.activestate.com/ASPN/Cookbook/Tcl?kwd=TclBlend

Tcl Blend

Tcl Blend is a Tcl extension that bridges between a Tcl interpreter and a Java interpreter. This is especially useful for Tcl people wanting to call Java code.

See also

External links





Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Related Links in Tcl/Java

Search the web for Tcl/Java
Search for tutorials in Tcl/Java
Search Encyclopedia for Tcl/Java
Search for Tcl/Java in TutorGig Dictionary
Search for Tcl/Java in Open Directory
Search for Tcl/Java in TutorGig Store
Search for Tcl/Java in PriceGig



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor
Related links are provided by Open Directory Project.

Advertisement


Tcl/Java in TutorGig Encyclopedia
Tcl/Java top Tcl/Java

Home - Add TutorGig to Your Site - Disclaimer

©2006-2007 TutorGig.com. All Rights Reserved. Privacy Statement