I regularly use RMI to do java on my palm, which works fine except issues with rmid/registry. After looking at the RPC/XML code and playing with it, I got hooked.
However, the client has two issues when making a Palm java app. 1) The client makes use of Vector, which is not supported; 2) Use of the java.net.* package is not supported, instead javax.microedition.io is supposed to be used. I realize item 1 could be a bit of a hack, but using the basic io package could be quite simple. Personaly, I think this package is a perfect fit for mobile palm/phone pim java use, as it piggy-backs on existing tech. has anyone thought along these lines before?
