swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: revision simpleObseverBug3-2.tar.gz available -- initSwarmArg uments


From: Marcus G. Daniels
Subject: Re: revision simpleObseverBug3-2.tar.gz available -- initSwarmArg uments question
Date: 28 Mar 2000 10:00:56 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "SB" == Steve Brophy <address@hidden> writes:

SB> Now we've started working on models in Java, but I haven't found
SB> the Java equivalent for the 'initSwarmArguments' method or the
SB> 'Arguments' class.  Is there a way to do the same kind of
SB> Parameter/initSwarmArguments thing in Java models?  Or do all the
SB> details need to be handled by a user class under Java?

Really the only reason Arguments isn't exported to Java is because the
interface (right now) has a C array of strings, and that array doesn't
map automatically naturally to Java.  What would be needed is to
change the API a bit so that the array could be built up using a sequence
of calls.  

Some people use Java `properties' to do get a similiar kind of feature.

Finally, there is a lispAppArchiver analogue in Java.  See jheatbugs
for an example of that.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]