Since you are asking about Scheme the right place to ask is
comp.lang.scheme not comp.lang.lisp so I'm crossposting and
setting follow-ups accordingly.
Let the schemers have a flamewar for a change ;-)
Junia gives many examples on how to write programs in Bigloo Scheme
that interacts with Java. If you are using Windows, all you need is to
download her distribution. There are two kinds of examples:
1 -- Programs that uses Java API from native code scheme.
2 -- Programs that mix Scheme and Java.
Her address is:
You may also want to see Stalin and Java at:
SISC is a Java based Scheme interpreter that has a immature but lovely
web framework called SISCWeb. When you look at this framework you will
see the benefits that Scheme offers over a lower level language like
Java.
More mainstream and becoming very trendy is Clojure which is a Scheme-
like language specifically for the JVM and offers simple integration
with Java and Java libraries. This has quite a following now so is
well worth a look.
Kawa is another JVM scheme and as already mentioned Bigloo is a
standalone compiler that can generate JVM bytecode.