On Tue, 16 Mar 1999, Pedro Henriques wrote:

> Good morning
> 
> I have a very basic question to ask you.
> 
> With tclblend i can use the scripting capabilities of tcl and object calls
> in java.

I think that you are asking "is it possible to implement a Java interface
with Tcl code". In the case of AWT interfaces it is possible. In fact,
it is very easy as the java::bind command manages all the details for you.
What you can not do is implement a method of a generic Java interface
unsing a Tcl procedure. I have been thinking about ways this type of
feature could be implemented. Is this something that you would be willing
to help design and implement? If a good implementation can be created
it could be added to the 1.2 development versions of Jacl and Tcl Blend.

later
mo

> But is it possible that an object procedure in java
> can act over an interface writen in tcl ??? (in the oposite way)
> 
> 
> 
> 
>                  ok                   ?????
> 
> tcl interface -------->  Java object ------> change in tcl interface
> 
> 
> 
> 
>  (i don`t know if i am being
> clear, for know i dont have enough knowledges (tcl,tclblend) to be
> explicit)
> 
> 
> In the case that`s  possible, is it complicated ?? afordable ?
> 
> 
> Thank you very much
> 
> 
> Pedro Castro Henriques
> 
> ----------------------------------------------------------------
> The TclJava mailing list is sponsored by WebNet Technologies.
> To subscribe:    send mail to [EMAIL PROTECTED]  
>                  with the word SUBSCRIBE as the subject.
> To unsubscribe:  send mail to [EMAIL PROTECTED] 
>                  with the word UNSUBSCRIBE as the subject.
> To send to the list, send email to '[EMAIL PROTECTED]'. 
> A list archive is at: http://www.findmail.com/listsaver/tcldallas/
> 

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to