The ORE SDK comes with some extra tools:
Skel is a simple Java application that provides
some of the boiler plate code you need to writing a simple
ManifestOplet. It takes some arguments on the
command line and then generates a directory tree with skeleton
files that you can then edit.
Skel takes four arguments:
For example:
% skel.sh util.echo EchoOplet Echo echo.jar
will create a directory util with a subdirectory
echo, and then create the following template
files:
Echo.javaEchoImpl.javastart
and stop which are used by the oplet to start and
stop the service, respectively.EchoOplet.javeManifestOplet.EchoOplet.mfOpletInfo headers.MakefileJARS variable. This
typically parallels the services that are declared in the
Oplet-Dependencies header in the manifest.| Top | ORE SDK V0.3.0, Mon Feb 14 14:00:19 PST 2000 | Rob Duncan |