Conduits in Java for Palm Os

How can I program a conduit in java for the Palm OS and sinchronize a Program made with the Wireless Tool Kit and a Java Application for the PC? With a litle Help from my friends! Thhanksssssss.
[222 byte] By [ricardo_beltran_] at [2007-9-26 10:44:24]
# 1

[ricardo_beltran_],

If you have downloaded the MIDP for Palm OS 1.0 implementation from:

http://java.sun.com/products/midp/

, you can use the MIDlet to prc converter tool that is included in the downloaded software.

In summary - develop your MIDlet using any IDE tool or use the J2ME Wireless Toolkit to compile and package the MIDlet suite into a jar file, test your application with the emulator program. Once you feel that your application is ready for deployment, use the MIDlet to prc converter tool to generate the MIDlet suite .prc file and HotSync the .prc file into your Palm OS device. Of course, you will need the MIDP java runtime environment installed on your Palm device first i.e. the MIDP.prc file from the MIDP for Palm OS package.

HTH.

Allen Lai

Developer Technical Support

SUN Microsystems

http://www.sun.com/developers/support/

allenlai at 2007-7-1 23:17:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

hi

You can write Conduit Application for your J2me application using Conduit Development Kit for Java that is freely downloadable from www.palmos.com

CDK4J will provide you with sample conduits examples and APIs that allow you to read and write data to/from your j2me Application.Generally you have to write Your Conduit program and register it with HotSync Manager, then whenever you HotSync your palm registered conduit will automatically run and perform whatever tasks defined in your Conduit.

I hope this will help You.If You Have further point to discuss please mail me your problem at sumitk@nablers.com

Thanks

Sumit Kumar Sharma

nAblers Infotech

New Delhi(India)

sumit_sharma_ajm at 2007-7-1 23:17:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
As Allen is impling, you do not need to go to the effort to develop a conduit for downloading your PRC to the palm, just use the wireless toolkit. If you want to manipulate databases on the Palm from your PC or the Internet, you need to write a conduit.Don
d1camero at 2007-7-1 23:17:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...