This is the mail archive of the kawa@cygnus.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: kawa question/java interface


Michele's question is something I struggle with often. I would find it
helpful if there was some brief documentation on how to determine which
Kawa FFI call:

; primitive-constructor class (argtype ...)
; primitive-virtual-method class method rtype (argtype ...)
; primitive-static-method class method rtype (argtype ...)
; primitive-interface-method interface method rtype (argtype ...)

should be used after looking things up in the Java documentation. The Java
API lists calls like:

; java.util.Date -- public String toString()

I'm sure someone familiar with Java would know which Kawa function can
access this, but from the Scheme programmer's side it isn't so apparent.
Even just a few paragraphs explaining how to read the API for the correct
calls would help.



((lambda (args) (display args)) "
   Robert D. Skeels       | Los Angeles illustrator, designer
   athene@earthlink.net   | http://home.earthlink.net/~athene
   robert@synchrotech.com | http://www.synchrotech.com")



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]