Java for PDA, Mac with Swing & Database?

S

Sam

I'm developing a database/swing educational Java application. Since
it's for retail distribution, it nees to run on a PDA and a Mac as
well as Windows. The database also needs to be multi-platform.

Is this do-able, or will I need separate distributions? I'm also
interested in software which simulates mac & pda, since I don't want
to buy that equipment unless it's absolutely necessary.

Regards,
SamHunt90
 
D

Darryl L. Pierce

Sam said:
I'm developing a database/swing educational Java application. Since
it's for retail distribution, it nees to run on a PDA and a Mac as
well as Windows. The database also needs to be multi-platform.

If by PDA you mean a handheld like the iPAQ then no, you won't be able to
write one application and have it run on both a desktop and the handheld.
PDAs will run either CLDC or CDC based profiles, such as the MIDP or
Personal (Basis) Profiles and not the full-blown J2SE desktop environment.

You can definitely *share* code between both applications; i.e., you can
write common code and share those classes between both development efforts.
But, you won't be able to write a single application and run it on both.

Nor would you really want to....

--
/**
* @author Darryl L. Pierce <[email protected]>
* @see The J2ME FAQ <http://mypage.org/mcpierce/j2mefaq.html>
* @quote "What do you care what others think, Mr. Feynman?"
* @geek echo '$_ = "Jvtu bopuifs Pfsm ibdlfs."; y/a-z/za-y/; print' |
perl
*/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,052
Latest member
LucyCarper

Latest Threads

Top