[Tcl Java] CPU Overhead: Java obj to TCL obj?

1999-07-26 Thread puff
Hey folks, I'm working on a project where I have a fairly complex, yet fairly straightforward set of java objects that are generated by querying a database. I want to instantiate a JACL interpreter and then pass it this set of objects to run a script to sort and sift the objects and eventua

[Tcl Java] Re: CPU Overhead: Java obj to TCL obj?

1999-07-26 Thread Moses DeJong
On Mon, 26 Jul 1999 [EMAIL PROTECTED] wrote: Hi Steven. > Hey folks, This sounds like a good way to use Jacl. > I'm working on a project where I have a fairly complex, yet > fairly straightforward set of java objects that are generated by > querying a database. I want to instantiate a JA

[Tcl Java] Re: CPU Overhead: Java obj to TCL obj?

1999-07-26 Thread puff
Mo DeJong wrote: > This sounds like a good way to use Jacl. Many thanks for the quick reply. I'm glad I'm on the right track here. One thing; most of the stuff, tutorials, etc, I've read seem to be about wrapping TCL around java objects (i.e. code the components in java, glue them togethe

[Tcl Java] Re: CPU Overhead: Java obj to TCL obj?

1999-07-26 Thread Moses DeJong
On Mon, 26 Jul 1999 [EMAIL PROTECTED] wrote: > > Mo DeJong wrote: > > This sounds like a good way to use Jacl. There are examples included with the Jacl dist. Look in the demos subdirectory. The demos come with a README file that tries to explain what features the demos shows off. Those demos a

[Tcl Java] Exceptions question

1999-07-26 Thread Suvarna Ayyagari
Hi All, I had a basic questions abt catching exceptions. I am running an application written in TCl. I am using Tclblend to integrate with another java application. Now for instance I am doing the following Now consider the following cases Case 1 --- set err [catch {set file [java::new jav