Link to home
Start Free TrialLog in
Avatar of pornpoj
pornpojFlag for Thailand

asked on

Java or Delphi is suitable for up/download to mobile phone

I would like to build application action like nokiatool which is able to connect to mobile phone while having ability to use database as well. What is the good choice between Java and Delphi.

My program require following feature
- Database
- Connect IR, Serial port to download something to my Nokia
- Graphic
- Call external program
Avatar of heyhey_
heyhey_

delphi
ASKER CERTIFIED SOLUTION
Avatar of doronb
doronb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pornpoj

ASKER

I will run it on normal window (98 or ME).
What I afraid are number of available objects/routines in order to exchange with Mobile phone (I think their has their own protocal) and an easiness to call external program. For example, like a jukebox I want my user to choose ringtone and set the phone model then I can send and check whether the transfer is complete.
Hi again,


If I'm not mistaken both tools (Delphi and Java) can accomplish the task. However, since you specify Windows 98/ME as the platform Java is an overkill - even if it might offer standard libraries - especially if performance is an issue.

Both languages are strong-typed and support Object-Oriented-Programming, Delphi also supports multiple-inheritance (though that maybe a curse more than a blessing). Delphi lets you also work directly with memory and pointers, which Java does not.

Both tools offer RAD and a visual environment to develope GUI in. Use a Java IDE like JBuilder for instance (or VJ++) if you plan to write in Java. Using Visual J++ as your IDE lets you write Java code and use Microsoft's libraries but then why use Java at all since the code produced most likely won't be compatible to any other platform than Windows.

Bottom line... if you'll need your application running only on MS-Windows and have the best performance possible, Delphi's the way to go.


Good luck,
Doron
Avatar of pornpoj

ASKER

Thank you for your replies.
Direct to the point, I want to write the MidLet viewer and download software. I am not sure whether it already available, if yes could you advice me the name of that application.

Main task is to list java application program and send to emulator software when user select to see. So I am afraid that if I use Delphi, I will have the problem during this state.
I'm afraid I can't help you about the MidLet viewer (dunno what that is) and download software.

About the listing Java applications I'm not sure what you mean by that and by "send to emulator software" as this is probably very nokiatool related issues which I know nothing about. However, if you are given a directory with Java classes in it, I suppose you could work through the class files and find all files including a "main" function and send only those files to whatever needs them.

Its all a matter of trade-offs.. Use Delphi and have best performance but also platform dependence, use Java and you'll have a slower application probably, but platform-independent and maybe better access to already written codebase that includes tools and libraries you might be able to use.
Avatar of girionis
No comment has been added lately, so it's time to clean up this TA.

I will leave a recommendation in the Cleanup topic area that this question is:

- points to doronb

Please leave any comments here within the
next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER !

girionis
Cleanup Volunteer