This is the mail archive of the kawa@sources.redhat.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]
Other format: [Raw text]

Re: 'requre' under J2EE environment


On Mon, May 17, 2004 at 09:50:29PM -0700, you wrote:
> Wen-Chun Ni wrote:
> 
> >I've written some Java code implementing gnu.mapping.ProcedureN
> >that are "required" into scheme code, which are compiled into
> >Java class files.
> 
> That sounds wrong.  You "require" a module, not a Procedure.

I thought the manual (11.5) said that I can use a "trick"
like 

 class Foo extends ProcedureN {

   ....


   public static final Foo myFoo  = new Foo(..);
 }

in order for Foo to be 'required.'


Thanks,


Wen-Chun Ni


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