Slashdot Log In
Google, Sun Headed for Showdown Over Android
Posted by
Zonk
on Fri Nov 16, 2007 10:21 PM
from the immovable-object-vs.-nuclear-furnace dept.
from the immovable-object-vs.-nuclear-furnace dept.
narramissic writes "There may be trouble brewing between Google and Sun. Google has written its own virtual machine for Android, 'most likely as a way to get around licensing issues with Sun.' If Google used any of Sun's intellectual property to build Dalvik, Sun could sue Google for patent infringement. But here's where it gets interesting - Sun is a vocal advocate for open source and it would 'hardly appease the open source community to sue Google over an open source software stack.'"
Related Stories
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
To put it bluntly. (Score:5, Insightful)
In other words a none story.
Re: (Score:3, Interesting)
OK, mini-rant about Sun and Java's naming. Java is three distinct things that Sun has helpfully lumped into one name:
1. The virtual machine.
2. The collection of libraries.
3. The language itself.
Google is using #3, the Java language. They are not using #1, the virtual machine, and using only some subset of #2, the collection of libraries.
Now given the way that Sun sued Microsoft over changing parts of Java in the past, it's almost guaranteed that they'll do it again over Google not u
Change the name. (Score:3, Interesting)
I remember Microsoft re-implemented it from scratch, but because someone owned the name "JavaScript", they simply called it "JScript".
So, Google is now selling the brand "Android", which is a shift from the pseudo-codename "gPhone". It seems like they're in an ideal position to say "Fine, we won't call it Java." And they will be careful to refer to it only as the "Android language
Re:Change the name. (Score:4, Interesting)
Even if the VM is not officially Java, you're still ending up with a whole lot of development energy invested in Java, which is good for Sun. I really hope there's no way they are stupid enough to bring this to court just to make a few bucks...
Parent
Re: (Score:3, Interesting)
Re: (Score:2, Informative)
Re: (Score:2)
1) That the MS VM defaulted to standard Java and used a switch to engage MS extensions instead of being the other way around, as was originally the case.
2) Microsoft would add all standard Java classes including JNI to their distribution instead of shipping a subset that made writing multi-platform code difficult.
It actually took MS about a month to comply with these orders by making an update available t
Re:To put it bluntly. (Score:5, Insightful)
Unresponsive is slow. From a user's (and my) POV, I don't care if code executes in 10ms or 299ms if the GUI refreshes every 300ms. Why, because I use a program to do things, not to marvel at the effiency of the algorithim (unless I'm examining the code).
Additionally, a lack of progress bars leads to killing processes and restarting them, making them slower in reality.
Parent
Re: (Score:2)
Additionally, a lack of progress bars leads to killing processes and restarting them, making them slower in reality.
Yes, this is the biggest problem I have with most amateur-level software. So I am careful to avoid it on the rare occasion I write anything, and provide plenty of status messages. But too often you will click something and then wait for a long time with no updates. My current favorite offender is Vega Strike, a cross-platform spaceflight game. There are many times when it looks like it's frozen.
Re: (Score:3, Informative)
Now given the way that Sun sued Microsoft over changing parts of Java in the past, it's almost guaranteed that they'll do it again over Google not using their virtual machine or library.
but did they just take away things from the library and not add new features to the core? it's one thing to release a new platform that doesn't support all of the java libraries, that just means that existing programs aren't completely portable to your new device and is really your own loss. it's another to do what MS did and that is to add language features (method pointers for callbacks), release a developer suite for your bastardized version of the language, and encourage people to develop programs us
Re: (Score:2, Interesting)
Uh? You are kidding aren't you?
What about this list of Networks Operatos and Carriers [sun.com]
Or the Java ME Device Table [sun.com]?
Or, for that matter, what about these phones from Nokia [nokia.com], Motorola [motorola.com] and Sony Ericcson [sonyericsson.com] just to name a few?
I agree that there's a lot NOT to like about Java, but calling it a failure it's just trolling... and I just fell for it! ;-)
RT
--
Your Bookmarks. Anywhere. Anytime. [simplybookmarks.com]
Re: (Score:2, Interesting)
Re: (Score:2, Interesting)
1) The first VMs were truly awful and slow
2) Terrible browser integration with applets
3) AWT as a whole was just a mess, and Swing didn't do much to help things.
4) Brought the language out as a trimmed down C++, only to realize that some of the stuff in C++ was actually useful and put it back in later (it happened with generics and static imports, and if reason takes hold it will eventually happen
Re:To put it bluntly. (Score:5, Informative)
Parent
Re: (Score:3, Insightful)
it's a real issue (Score:3, Insightful)
Releasing software under the GPL wouldn't give Google patent rights, since Google is not basing their software on Sun's.
and that other groups have produced versions of Java with out getting sued
Quite to the contrary: all conforming Java implementations that have ever been produced are produced under license from Sun, and Sun has used legal threats to ensure that.
There are a bunch of non-conforming implementations where Sun has chosen not to press the issue
Re: (Score:2)
To make life more complex, Sun are actually breaking their own Java Community Process rules by refusing to give apache access to the test kit for Java, so that the Harmony team can test their clean room implementation of the java 6 classes. Passing that TCK automatically grants patent rights, so by denying access to the test kit, sun are
A bigger story - BSD libc + Linux (Score:5, Interesting)
This is a blow aimed squarely at the Free Software Foundation, and RMS's efforts to establish GPLv3. Good luck in trying to square that one away.
Now, why in the world Google would do this is beyond me. IHMO it smacks of too much money, and too many engineers with not enough relevant things to do. But hey, if Google's goal is to try to minimize both versions of the GPL, well, I can think of no better effort.
Parent
Re: (Score:2)
CDDL allowed people like FreeBSD and Apple to use the cool technology in OpenSolaris like ZFS & DTrace. It's a happy-fun-sharing license. GPL won't let you play nice with the other children.
I was wondering how long it'd take for someone to decide the risks of GPL just weren't worth it, and create their own JVM
Re: (Score:2)
CDDL has a viral clause wit a very limited scope. That is, it is limited to the file, rather than GPL's "product".
There is nothing in the CDDL that prohibits the use of GPL code ( or the use of CDDL code in a GPL project ), other than you cannot change the license. Since the GPL wants you to change the license ( to the GPL ), this is where the fundamental difference is.
So yes, it's the GPL that doesn't let you play with other children... it wants everyone to be GPL or BSD
Re:A bigger story - BSD libc + Linux (Score:4, Informative)
Parent
Re: (Score:2)
This is a blow aimed squarely at the Free Software Foundation, and RMS's efforts to establish GPLv3. Good luck in trying to square that one away.
Not really. The GPL doesn't disallow that kind of behavior for a reason - because part of the idea of the GPL is to permit interoperability. If that were against the spirit of the GPL, it would be explicitly disallowed. But that would also mean that the GPL was unnecessarily restrictive of choice, and it would not be as popular as it is today.
The point of the GPL is NOT to force all software to be GPL. It's coercion, maybe, but not force. You have a choice - you can write that software all yourself, or y
Re: (Score:2)
Yup, but watch while everybody jumps onto the empty hook anyway...this is
Does Sun make any money from Java on phones? (Score:2)
Re: (Score:2)
Re:Does Sun make any money from Java on phones? (Score:5, Informative)
I don't know for sure, but since it's Slashdot, I'll happily speculate. ;-)
Java is GPLed. A manufacturer is free to tweak Java for his machine and ship it... with the source code. Or, he can pay Sun a nominal fee for a non-GPL license and tweak to his heart's content, and keep his tweaks to himself.
This is precisely the dual-license model used for QT, and it works pretty well. Free software gets to use the technology for free. Proprietary software pays for a proprietary license, but they're charging their customers anyway. Everybody's happy. Well, except for BSD advocates... ;-) ;-)
Parent
Re: (Score:3, Interesting)
This is precisely the dual-license model used for QT, and it works pretty well. Free software gets to use the technology for free. Proprietary software pays for a proprietary license, but they're charging their customers anyway. Everybody's happy.
Well, I'm not sure Qt is such a good example. In fact many (including me) believe that the reason GTK+ has been popular in recent years (used on all major desktop distros - Ubuntu, Fedora, SUSE; Nokia devices; etc.) is precisely the licensing issue. Imagine if Linux itself (the kernel) used that licensing model - GPL for free, pay up otherwise. Would Linux be as popular today? I doubt it.
The general model of GPL for apps, LGPL for frameworks that apps run on top of, makes sense. You want to extend the k
Re:Does Sun make any money from Java on phones? (Score:5, Informative)
Sun does make money licensing their Java code to third parties, but that isn't a requirement for providing Java support. The Java language specification is freely available, anybody can create their own implementation, but for most companies it is cheaper to reuse Sun's implementation than make their own. Sun even provides financial assistance for small businesses or open-source projects to take the Java compatibility test. Heck, they've even open-sources the test harness for the compatibility test.
Parent
Re: (Score:2)
Here's a better article [betaversion.org] about the same thing. I was wondering if this story was going to get picked up anywhere.
I don't think JavaME [java.net] will be given away any time soon. It's going to be really interesting to see what Sun does here.
-ec
nothing to see here (Score:5, Informative)
While Sun declined to comment directly for this story, it pointed to some public statements from company executives. Jonathan Schwartz, president and CEO of Sun, wrote a blog post congratulating Google on the day of Android's launch. Notably, he refers to Android as a "Java/Linux" platform
where is the trouble? the article is pure beat-up.
the reason for dalvik is entirely technical. check out the youtube presentations, it makes it pretty clear that you develop in pretty much pure java, but the runtime needed a little more than the standard jme could provide.
move on..
FUD (Score:2, Informative)
However, there *definitely* would be issues raised by Sun over this issue. You can fork and modify their Java implementation all nilly-willy you want but you CANNOT call it Java unless it passes *all* the certification tests.
So
Re: (Score:2)
How about an Android for this Web ? (Score:2, Interesting)
A bit offtopic...
How about Google bringing decent Java performance on the Web ? Possibly with OpenGL ES like for Android.
Java on web browsers has possibly gotten worse with years. Sun loaded it so much with useless crap and didn't even try to get a proper way to vsync an applet (very important if you are trying to make a media application/game that requires the basic concept of frame-rate).
Current multi-media web dev is relegated to Flash, but I'm sure that there are many skilled programmers out there th
Re: (Score:3, Insightful)
Java on web browsers has possibly gotten worse with years.
Java 6 update 3 contains improvements to both install and startup of the JVM within web browsers.
Current multi-media web dev is relegated to Flash, but I'm sure that there are many skilled programmers out there that would be glad to have a lean Java VM & API working in web browsers. Sun gave up long time ago, Google could take over and make it ubiquitous.
A new spec for easily embedded media components is in the works, hopefully it will make it into Java 7, and will be a good compliment to Java FX script on the web. There is talk about plugging it into existing media frameworks like GStreamer or VLC, to bring in all of their supported formats. Sun may have deglected multi-media, but it's not quite forgotten yet.
Re: (Score:2)
I'm looking forward to Sun's renewed interest in the desktop (as someone who develops desktop Java applications). However, creating yet another media component stack on Java is a pretty boneheaded move. Clean up JMF or help FMJ succeed, then link it to the scripting engine. That would be 100x more useful than yet another media framework they'll
Re: (Score:2)
Slashdot is being sensational (Score:5, Informative)
Then Slashdot modifies the headline to say: "Google, Sun Headed for Showdown Over Android."
Question is: Does anyone of these reporters work for either company in order to have this seemingly serious situation? I doubt it.
J2ME (Score:4, Interesting)
Ahhhh, Slashdot (Score:5, Insightful)
Summary: There MAY be trouble brewing between Google and Sun...
TFA: Google COULD get in trouble with Sun, according to some analyst (but both parties declined to comment)
Reality: Move along, nothing to see here...
Re: (Score:2)
Upcoming blogs:
Google, Sun Fight to the death, thousands injured
Sun uses death star to kill google, but google holds up giant mirror. news at 11.
Google, Sun have massive war. everyone invited. Two japanese cities nuked.
Re: (Score:3, Funny)
Let's not get AT&T involved in this.
honest to god (Score:5, Funny)
Pug
headline is kind of cool (Score:3, Funny)
Don't forget Sun's largest customer segment (Score:2)
Don't be so sure that Sun is willing to potentially work against them. If I had a wireless company or division, don't think for a second that I wouldn't pull weight with Sun to get them to put some heat on Android.
We dont want no showdown !!! (Score:2)
Br. Cooperation instead of competition
Android? Dalvik? (Score:2)
Thanks...
Summary of the story (Score:2)
Why? (Score:2)
I had to learn C#. You can cowboy up and learn Java.
Re: (Score:2)
Fortunately, it looks like Android also supports C and C++; Java is only needed for the PIM-like apps, and for that it's sufficient.
Re: (Score:2)