473,563 Members | 2,762 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Java and PDAs or .Net compact?

I was given a Compaq pocket PC with windows mobile 2002.

I immediately began looking into how to program it and Java seemed
initially to be a good choice.

To my surprise I found it wasn't as straightforward as Java for the
desktop. Even finding a JRE for the PDA is a nightmare.

The PC came with Jeode, a version of PersonalJava.
PersonalJava is no longer supported by SUN.

We all take the free desktop JRE for J2SE and even J2EE for granted, we
know what we develop for these environments it will run anywhere.

It seems there are many proprietary versions of Java for PDAs out there,
all different from each other. Write once run anywhere is out the
window.

I have also been spoiled by having an IDE such as Netbeans which makes
Java development on the desktop much easier. Being forced to use
proprietary JREs means standard IDEs such as Netbeans are useless.

The situation is so bad that I fired up a copy of Microsoft Visual
Studio 2003 to see what it could offer. To my surprise I found it
offered everything Java doesn't: a standard runtime, .Net compact is
bundled, and their standard IDE is set up to handle a mobile project
right out of the box.

How is it that Java has got it so badly wrong on the mobile platform?
How is it that Microsoft can beat them at their own game, write once run
anywhere on these devices when Java once pioneered mobile computing?

Or have I missed something obvious that other Java developers take for
granted?

If anyone knows of a free JRE that will run on pocket pc 2002 and modern
variants, with ports to other popular PDA operating systems and can be
used inside Netbeans or similar, can you please post the details.

Right now I'm starting down the line of using Visual Studio and .Net
compact. It delivers everything the Java philosophy is supposed to be
about. What can Java do to match?

--
DM
personal opinion only
Oct 29 '05 #1
4 4797
jub
Hello i read your post and this is my own personal opinion

J2ME is still developing and there is not a KVM for every mobile device on
earth, The KVM i have on my palm phone runs only midp 1.0 applications, you
are talking about a Compaq PC running on windows mobile 2002. Of course now
Visual .NET would be the best IDE to program this device . With Visual .NET
you would get to use native coding something not available with J2ME( as
J2ME was designed as a layer over mobile Devices operating system). I do
feel J2ME has more advantage for a Developer as your code can be installed
on a wide range of devices whether running BREW, SYMBIAN or mobile 2002
"David Moss" <q0******@mail. connect.usq.edu .au> wrote in message
news:MP******** *************** *@news.bigpond. com...
I was given a Compaq pocket PC with windows mobile 2002.

I immediately began looking into how to program it and Java seemed
initially to be a good choice.

To my surprise I found it wasn't as straightforward as Java for the
desktop. Even finding a JRE for the PDA is a nightmare.

The PC came with Jeode, a version of PersonalJava.
PersonalJava is no longer supported by SUN.

We all take the free desktop JRE for J2SE and even J2EE for granted, we
know what we develop for these environments it will run anywhere.

It seems there are many proprietary versions of Java for PDAs out there,
all different from each other. Write once run anywhere is out the
window.

I have also been spoiled by having an IDE such as Netbeans which makes
Java development on the desktop much easier. Being forced to use
proprietary JREs means standard IDEs such as Netbeans are useless.

The situation is so bad that I fired up a copy of Microsoft Visual
Studio 2003 to see what it could offer. To my surprise I found it
offered everything Java doesn't: a standard runtime, .Net compact is
bundled, and their standard IDE is set up to handle a mobile project
right out of the box.

How is it that Java has got it so badly wrong on the mobile platform?
How is it that Microsoft can beat them at their own game, write once run
anywhere on these devices when Java once pioneered mobile computing?

Or have I missed something obvious that other Java developers take for
granted?

If anyone knows of a free JRE that will run on pocket pc 2002 and modern
variants, with ports to other popular PDA operating systems and can be
used inside Netbeans or similar, can you please post the details.

Right now I'm starting down the line of using Visual Studio and .Net
compact. It delivers everything the Java philosophy is supposed to be
about. What can Java do to match?

--
DM
personal opinion only

Oct 29 '05 #2

"David Moss" <q0******@mail. connect.usq.edu .au> wrote in message
news:MP******** *************** *@news.bigpond. com...
I was given a Compaq pocket PC with windows mobile 2002.

I immediately began looking into how to program it and Java seemed
initially to be a good choice.

To my surprise I found it wasn't as straightforward as Java for the
desktop. Even finding a JRE for the PDA is a nightmare.

The PC came with Jeode, a version of PersonalJava.
PersonalJava is no longer supported by SUN.

We all take the free desktop JRE for J2SE and even J2EE for granted, we
know what we develop for these environments it will run anywhere.

It seems there are many proprietary versions of Java for PDAs out there,
all different from each other. Write once run anywhere is out the
window.

I have also been spoiled by having an IDE such as Netbeans which makes
Java development on the desktop much easier. Being forced to use
proprietary JREs means standard IDEs such as Netbeans are useless.

The situation is so bad that I fired up a copy of Microsoft Visual
Studio 2003 to see what it could offer. To my surprise I found it
offered everything Java doesn't: a standard runtime, .Net compact is
bundled, and their standard IDE is set up to handle a mobile project
right out of the box.

How is it that Java has got it so badly wrong on the mobile platform?
How is it that Microsoft can beat them at their own game, write once run
anywhere on these devices when Java once pioneered mobile computing?
Windows Mobile is a niche Microsoft product, so it isn't surprising that
Sun doesn't have a suite of products for it while Microsoft does. This is
like being surprised that Sun does offer a JVM for the XBox.
Or have I missed something obvious that other Java developers take for
granted?

If anyone knows of a free JRE that will run on pocket pc 2002 and modern
variants, with ports to other popular PDA operating systems and can be
used inside Netbeans or similar, can you please post the details.

Right now I'm starting down the line of using Visual Studio and .Net
compact. It delivers everything the Java philosophy is supposed to be
about. What can Java do to match?


Java runs perfectly on Linux and Mac. .NET sort of runs on Linux using
the Mono project, and AFAIK, doesn't run at all on Mac.

- Oliver
Oct 31 '05 #3
David Moss wrote:
I was given a Compaq pocket PC with windows mobile 2002.


I've run into the same problem. It's easier to write Java apps for
cellphones than for Pocket PC. Not good since Pocket PC is where the
corporate world is going (and I need to support).
Oct 31 '05 #4
In article <FUt9f.67241$S4 .42328@edtnps84 >, ow***@castortec h.com
writes...

Windows Mobile is a niche Microsoft product, so it isn't surprising that
Sun doesn't have a suite of products for it while Microsoft does. This is
like being surprised that Sun does offer a JVM for the XBox.


Looking at the number of HP Ipaqs that come out at Systems Technician
conferences, its a pretty big niche.

SUN took Microsoft for court because it deviated from the Java
philosophy, yet every PDA seems to have a different and mutually
incompatible JRE.

I reckon a new acronym needs to be coined to describe this situation:
JLE, the "Java Like Environment".

--
DM
personal opinion only
Nov 1 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
18895
by: Average_Joe | last post by:
Hello Java people, Been awhile since I've used Java, and when I did, it was pretty much XML stuff. Anyhow, I've got a client who needs to provide web viewers with both streaming (live) video as well as earlier recorded stuff. There are solutions for this, but they all seem to involve using a windows platform for performing...
14
3277
by: Wolfgang Keller | last post by:
Hello, as a non-developer I am currently participating in an industrial "research" project to develop a so-called "web application". This application serves at the same time as middleware to connect several other "conventional" enterprise-applications such as ERP, SCADA etc. and to provide a GUI frontend to the users. The developers are...
2
1384
by: Nadim Attari | last post by:
hi, is javascript being supported by the browers in a PDA? is yes, what are the browsers available in PDAs and which javascript version do these browsers support ? regards, nadim
2
1209
by: Lauchlan M | last post by:
Hi. I have a need for users to access my ASP.NET pages from PDAs. I notice that you can deploy to different browser levels, eg IE5, HTML3.2, etc. So deploying the forms to HTML3.2 will work for PDAs. Is there much else to it (other than testing to make sure it looks and works ok)? Also, how can I set it up to 'browser sniff' and serve...
5
1895
by: onetitfemme | last post by:
.. Does anyone know of a smart way to do it? .. There are plenty of users that don't support java, javascript and/or AJAX's XMLHTTPRequest (people with handhelds, PDAs and ...) my app would serve them basically the same page, but without the same functionality .. I am looking for ideas from people who have dealt with these issues. ..
458
20941
by: wellstone9912 | last post by:
Java programmers seem to always be whining about how confusing and overly complex C++ appears to them. I would like to introduce an explanation for this. Is it possible that Java programmers simply aren't smart enough to understand C++? This is not merely a whimsical hypothesis. Given my experience with Java programmers --- the code they...
14
1874
by: cat_dog_ass | last post by:
....Microsoft ports the .NET framework to other operating systems? Will the only advantage that Java has over .NET be lost? I've been a Java programmer and will be shifting to .NET soon. Is this a wise choice? Is the learning curve for C# a lot flatter than Java?
63
4918
by: s0suk3 | last post by:
I've been programming Python for a couple of years now. Now I'm looking to move on to either C++ or Java, but I'm not sure which. Which one do you think will be a better transition for a Python programmer? Which one will educate me the best?
0
1770
by: cherl | last post by:
Hello, I am novice in developing java applications for PDAs, e.g handhelds. I just want to start a simple application, but don't know how to test which version of java is available on the device. Can somebody tell me how to test it and how to run the small "hello world" programm? Do I need to install some special environment on the handheld or...
0
7664
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7583
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7885
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7638
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3642
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.