JVM Languages
jqa498.txt
Associated article: How do I Interface Java to my PalmPilot?
Tags: Mobile JVM Languages
Published source code accompanying the article by Cliff Berg in which he answers the question "How do you interface Java to your PalmPilot?" Cliff shows how, using IBM's "PilotBean" Java interface.
Java Q&A
by Cliff Berg
Example 1:
(a)
addDate("3/23/98", "9:00A", "5:00P", "Attend JavaOne/98", "Can't wait!");
(b)
addDate(new PilotDate(time), new PilotDate(time + 3600000), "Take much needed nap");
(...


