[tcljava-user] Re: tcljava-user digest, Vol 1 #240 - 1 msg
by other posts by this author
Jan 22 2004 5:35AM messages near this date
[tcljava-user] Re: JACL Fresher
|
[tcljava-user] JACL Fresher
1. TclBlend
Allows Tcl scripts run from the Tcl interpreter to access java methods in
local or remote JVM. Very useful as it makes the extensive java libraries
available for use by Tcl programmers with no JAVA skills. For example it's
possible to write a Tcl GUI for LDAP making use of the Netscape java SDK.
LDAP support in Tcl is poor or non existent.
2. JACL.
Allows the use of an embedded Tcl interpreter in hybred java/tcl programs.
See example at:
http://gate.ac.uk/gate/doc/java2html/gate/util/Jacl.java.html
Tcl commands are fed to the interpreter as arguments to a toplevel main
java program or defined as strings within the java program which are then
fed to the interpreter as arguments. In my view this is a messy approach
and since it requires java programming skills is not much use to those who
want to stick with Tcl. Java is a step backwards compared to scripting
languages like Tcl and Perl which are simple and easy to learn.
More links:
http://gate.ac.uk/gate/doc/java2html/gate/util/Jacl.java.html
http://tcljava.sourceforge.net/docs/website/getstart.html
http://www-cs-students.stanford.edu/~jwu/Using_Tcl_in_Java.html
http://www.javaworld.com/javaworld/jw-04-2002/jw-0405-scripts_p.html
tcljava-user-request@lists.sourceforge.net@[...].net on
22/01/2004 12:04:18 PM
Please respond to tcljava-user@[...].net
Sent by: tcljava-user-admin@[...].net
To: tcljava-user@[...].net
cc:
Subject: tcljava-user digest, Vol 1 #240 - 1 msg
Send tcljava-user mailing list submissions to
tcljava-user@[...].net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/tcljava-user
or, via email, send a message with subject or body 'help' to
tcljava-user-request@[...].net
You can reach the person managing the list at
tcljava-user-admin@[...].net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of tcljava-user digest..."
Today's Topics:
1. JACL Fresher (Muthu Vel)
--__--__--
Message: 1
Date: Fri, 2 Jan 2004 01:16:34 -0800 (PST)
From: Muthu Vel <muthuvel_ss@[...].com>
To: tcljava-user@[...].net
Subject: [tcljava-user] JACL Fresher
Reply-To: tcljava-user@[...].net
--0-619744175-1073034994=:1268
Content-Type: text/plain; charset=us-ascii
Hello Everybody,
I am new to this JACL Scripting language. I have to develop a
graphical user interface for an application using JACL. I have downloaded
jacl1.3.1 I didn't know how to integrate java and jacl for developing
applications. can anyone give some sample programs and procedures to
execute the program.
Thanks in Advance ...
Muthuvel
---------------------------------
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
--0-619744175-1073034994=:1268
Content-Type: text/html; charset=us-ascii
<DIV> Hello Everybody,</DIV>
<DIV> I am new to this JACL
Scripting language. I have to develop a graphical user interface for an
application using JACL. I have downloaded jacl1.3.1 I didn't know how to
integrate java and jacl for developing applications. can anyone give some
sample programs and procedures to execute the program. </DIV>
<DIV>
Thanks in Advance ...</DIV>
<DIV>
Muthuvel</DIV> <p><hr SIZE=1>
Do you Yahoo!?<br>
<a href="http://antispam.yahoo.com/whatsnewfree"> Protect your identity with
Yahoo! Mail AddressGuard</a>
--0-619744175-1073034994=:1268--
--__--__--
_______________________________________________
tcljava-user mailing list
tcljava-user@[...].net
https://lists.sourceforge.net/lists/listinfo/tcljava-user
End of tcljava-user Digest
.
============================================================
HBF Health Funds Inc. a registered organisation under the National Health Act
HBF Insurance Pty Ltd ACN 009 268 27
This email is a confidential communication intended only for the named Addressee(s). If you
are not that person any disclosure, copying, distribution or use of this email or the inform
ation in it is prohibited. Please notify us immediately by telephone, (08) 9265 6111 or retu
rn email and delete this email.
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
tcljava-user mailing list
tcljava-user@[...].net
https://lists.sourceforge.net/lists/listinfo/tcljava-user
|