If you’re still in mobile Java dev but outside Android, Nokia has some good news for you:
http://www.readwriteweb.com/archives/nokia_to_developers_consumers_are_hungry_for_java.php
If you’re still in mobile Java dev but outside Android, Nokia has some good news for you:
http://www.readwriteweb.com/archives/nokia_to_developers_consumers_are_hungry_for_java.php
outch!
You didn’t ask any question, did not request feedback, you just posted a link, so what’s the point in bumping?
Deleted spam post, trying to appear relevant by spouting made-up statistics on Nokia’s market-share
This is just to inform those who might be interested in Java mobile dev with Nokia. I just want to help people you know. Any issue with that?
This is just a misunderstanding.
Your ‘outch!’ post looked like a bump, but it (apparently) was a reply to a removed spam post.
If you prefer, this thread can be cleaned up, keeping the original post.
You’re right! I remember someone here posted a reply saying that Nokia has serious financial difficulties and such. Sorry for my misunderstanding. :-\
Ouch!
Your comments have been inspirational lately.
Yeah, Yeah!
@Topic:
There was a reason the J2ME mobile market was the way it was. You had to have a large market base and many resellers if you wanted to make money.
Those times are gone, at least for J2ME.
Well I hope to see J2ME learn from Android and improve it or see JavaFX on phones. There is also the Java market which I hope would help.
Windows mobile 7 started from scratch to get back into the race against android and iPhone, so why can’t anyone else?
Myself I still like to see able writing one application for windows/android/symbian.
I wish they would just create a Java Apps store. Any user from any system, Desktop (win,linux,mac), Mobile, web, etc could download an app and be assured that it works on their platform. For developers, they would have one place to push and it’d work on all platforms. This of course assumes that you have a reasonable and working environment on each platform, which we really don’t. I don’t buy this “write once, run everywhere” nonsense.
Right about the beginning
However I buy it. You just need to actually implement a strict test process to test java implementations of the APIs. That was never done and resulted in fragmentation.
I love J2ME. I write code for J2ME in Eclipse and I can port it with NO CHANGES AT ALL and it runs on J2SE with just a few class to bridge the MIDlet and Canvas classes? How do you call this? That’s what I call Sun’s magic that Google tried to stain with Dalvik.
I would love to have a Java for Console using exactly the same bytecode and same basic API.
So YES Write Once Run Everywhere is possible.
* Nate sloooowly backs away from Mordan…
what’s your problem? I’m ready to take it. come on.
Eh, your rant was pretty nuts.
A Java store exists and is crap. J2ME sucks. I can see pining for J2SE on mobile, but not J2ME. Google is doing a good thing for Java and for the mobile space, and doing it better than Sun can/could/tried. Write-once-run-everywhere hardly works even for J2SE. Try something like Java Sound on a Mac…
Ahem… try Java Sound on ANY system…
I’ve even found ways to reliably cause segmentation fault on Windows using Java Sound when following API rules…
(Yeah yeah, didn’t report it. Apparently they had already fixed the bug once, and Java Sound just seemed beyond saving any ways…)
[End Of Rant]
Sorry about that, had to spill it XD
On topic, I think the more focus Java gets the better, although, at least in my country, smart phones seems to be the future…
Well the java store isn’t opened yet to the public. Though I have heard no news on it. Hopefully they will release it still. It would help a lot.
As for J2ME, it probably been the best to use before all the new stuff. Hopefully they will improve what android did.
The latest news looks like a good start:
while I agree Java Sound (I have no experience in J2SE) may cause problems to some. This particular fault shouldn’t let you kill the baby.
I had many gripes with sound in J2ME as well. So while you can’t reliably use Wav PCM or any mixing, you can easily program the MIDI chip when the phone supports it.
My main point is this:
I was delighted to see I can write an application/game for J2ME and with the correct J2SE bridge, you can run it on your laptop with the J2SE platform with no changes. Can you do that with Dalvik?
What’s great about that? Well practically you send/replicate the jar over bluetooth and send it to your laptop and run the J2ME app/game on your laptop!! That’s for me an instance of WriteOnceRunEverywhere? Who disagrees? All you need is an API bridge. You never have to emulate bytecode from a different thing (i.e. dalvik) which always leads to trouble.
Of course the model can still be improved because J2SE Bluetooth support sucks, at least to my knowledge. So the laptop cannot send the app/game to another phone by itself. The user must use the Windows/Linux interface.
Sorry folks, J2ME is the bomb. It forces you to think like those byte gods who programmed the SNES/MegaDrive.