Create a java conduit by implementing the palm.conduit.Conduit
interface as can be found in the palm cdk.
http://www.palmos.com/cgi-bin/sdk40.cgi
Create a file called conduit.xml
and copy the following
information in there:
<?xml version="1.0" encoding="UTF-8"?> <conduit xmlns="url:org.palm.conduit:manager.v01"> <creator>1234</creator> <directory>directory</directory> <file>file</file> <remote>RemoteDB</remote> <name>Name</name> <information>Information</information> <classname>org.foo.Bar</classname> <classpath>lib/foo.jar;</classpath> </conduit>
conduit.dtd
file for extra information
about the possible attributes and elements.
Jar the classes and the conduit.xml
file together so you
get a conduit.jar
file with the following structure:
/conduit.xml
/org/foo/Bar.class