Creating the netlet descriptor

We use jtrixmaker to create our netlet descriptor. Here's all the information we need to give it:

And with all that we can generate the netlet descriptor like this:


% ls
hello-warrant.xml  hello1.jar
% jtrixmaker -type netlet -outfile hello1-client.xml \
     -jardirs /usr/lib/jtrix . -jars libjtrix.jar hello1.jar \
     -classname org.jtrix.project.helloworld.Hello1Client \
     -param {warrant:hello-warrant.xml}
% ls
hello-warrant.xml  hello1-client.xml  hello1.jar
% 

As we can see, the descriptor XML is created and we can move on to run it.

Nik Silver 2002-03-09