palm-os

What Palm OS 5 development tools can you find nowdays?

强颜欢笑 提交于 2019-12-11 08:55:08
问题 I would like to know now days with the new PalmOS Web development platform on the market, what tools can I use to develop try and deploy software to a Palm with Palm OS 5. Thanks!! PD: If you can provide me real URL addresses I would be very grateful. 回答1: UPDATE: this website is defunct and those download locations will no longer work. I know of no sites hosing official Palm OS SDKs or dev tools anymore. You can still download the 2004 Garnet OS Development Suite from ACCESS. This is the

Palm Database (PDB) files in Java?

醉酒当歌 提交于 2019-12-01 23:06:41
问题 Has anybody written any classes for reading and writing Palm Database (PDB) files in Java? (I mean on a server, not on the Palm device itself.) I tried to google, but all I got were Protein Data Bank references. I wrote a Perl program that does it using Palm::PDB.pm, but I want to turn it into a servlet for a GWT app. 回答1: The jSyncManager project at http://www.jsyncmanager.org/ is under the LGPL and includes classes to read and write PDB files -- look in jSyncManager/API/Protocol/Util

Palm Database (PDB) files in Java?

落爺英雄遲暮 提交于 2019-12-01 22:24:27
Has anybody written any classes for reading and writing Palm Database (PDB) files in Java? (I mean on a server, not on the Palm device itself.) I tried to google, but all I got were Protein Data Bank references. I wrote a Perl program that does it using Palm::PDB.pm, but I want to turn it into a servlet for a GWT app. The jSyncManager project at http://www.jsyncmanager.org/ is under the LGPL and includes classes to read and write PDB files -- look in jSyncManager/API/Protocol/Util/DLPDatabase.java in its source code. It looks like the core code you need from this could be isolated from the