News & Analysis
Comment
t.alex
Oracle wins already.. Patent is doing no good to the society but the commercial ...
EREBUS
I new this would happen when Oracle purchased the company. Oracle has NEVER ...
Java's father says Oracle is “in the right”
Rick Merritt
4/30/2012 1:00 PM EDT
SAN JOSE – I recall the first time I heard someone in a tutorial describing the Dalvik virtual machine in Android. I scratched my head wondering what this strangely named thing was all about.
Now it’s clear. Google lacked a Java license from Sun Microsystems (now part of Oracle). So it forged ahead with a slightly modified version of the technology.
Now the whole software world is waiting to see what comes out of the Oracle vs. Google patent infringement suit. I put out my predictions recently.
But today an interesting wrinkle in the debate bubbled up when James Gosling publically came out in favor of Oracle in the suit, with some unstated reservations. Gosling's comments are in effect a de facto judgement from the tech community, whatever courts someday decide. There’s a great debate on the issue at Gosling's blog.
Gosling is credited as being the father of Java at Sun. He was not only a key engineer behind the software, but Sun made him the jovial public face of Java at its events, flinging Java T-shirts to the vast crowd, sometimes with an air cannon.
Even back in those days Java was a troubled child. Various OEMs contorted it this way and that to fit into their pre-smartphone handsets, set top boxes and other systems. Interoperability was virtually non-existent in the tangle of loosely confederated Java specs.
I give Sun credit for developing the technology and trying to make it open. In the course of trying to herd the cats, Java just got away from them.
For better or worse, Google has created a more stable and relatively more interoperable alternative with Android by marrying Linux and Java-like technology both as a native environment and as a virtual machine platform. Android is less open than Java was under Sun, but much more of a unified market force in the face of a dozen variants of mobile Linux.
Yes, Google has an awful lot of power these days--enough to attract well-staffed investigations on two continents. Ah capitalism!

At Sun, Gosling let Java loose on the world, but it got away.
Now it’s clear. Google lacked a Java license from Sun Microsystems (now part of Oracle). So it forged ahead with a slightly modified version of the technology.
Now the whole software world is waiting to see what comes out of the Oracle vs. Google patent infringement suit. I put out my predictions recently.
But today an interesting wrinkle in the debate bubbled up when James Gosling publically came out in favor of Oracle in the suit, with some unstated reservations. Gosling's comments are in effect a de facto judgement from the tech community, whatever courts someday decide. There’s a great debate on the issue at Gosling's blog.
Gosling is credited as being the father of Java at Sun. He was not only a key engineer behind the software, but Sun made him the jovial public face of Java at its events, flinging Java T-shirts to the vast crowd, sometimes with an air cannon.
Even back in those days Java was a troubled child. Various OEMs contorted it this way and that to fit into their pre-smartphone handsets, set top boxes and other systems. Interoperability was virtually non-existent in the tangle of loosely confederated Java specs.
I give Sun credit for developing the technology and trying to make it open. In the course of trying to herd the cats, Java just got away from them.
For better or worse, Google has created a more stable and relatively more interoperable alternative with Android by marrying Linux and Java-like technology both as a native environment and as a virtual machine platform. Android is less open than Java was under Sun, but much more of a unified market force in the face of a dozen variants of mobile Linux.
Yes, Google has an awful lot of power these days--enough to attract well-staffed investigations on two continents. Ah capitalism!

At Sun, Gosling let Java loose on the world, but it got away.
Navigate to related information


PAul_in_USA
4/30/2012 3:31 PM EDT
If this lawsuit is successful or Google capitulates I fear we will have a great many dollars rifled out of our pockets by a company that could end up in a Microsoft-like position; turning the tables on the biggest in the industry. No matter what, I will continue to root for Google and the consumer.
Sign in to Reply
Embd SW netwk
4/30/2012 3:53 PM EDT
Both the C and C++ standards are copyright by ISO. Does this mean that the SSO of the C and C++ libraries are such that anyone who implements those libraries needs a license from ISO via their national body? I would hope not. This is the same argument Oracle is making about Java, and it needs to fail.
Oracle, if successful in their lawsuit, will kill Java as a language, and forever stop proprietary languages from becoming popular without permissive licensing. Perhaps this is a good thing.
On the patent side, either Sun didn't do a very good job of patenting JVM inventions, or didn't actually have many novel ideas in the JVM, which makes it difficult for Oracle to prevail on patents.
Sign in to Reply
cdhmanning
5/1/2012 11:31 PM EDT
Stack-based VMs have been around for a long time.
For example, the UCSD Pascal suite of the 1970's used a VM called p-code and there were numerous other examples.
Having worked on both p-code and JVMs, I struggle to see that the JVM has any huge leaps of invention past p-code beyond the addition of exception handling and garbage collection - features apparent in other VMs such as some LISP systems and postscript.
Sign in to Reply
rick.merritt
5/1/2012 2:08 PM EDT
Dr. Dobb's editor has a good take on the subject here:
http://www.drdobbs.com/jvm/232901227
Sign in to Reply
t.alex
5/1/2012 6:41 PM EDT
Gosling should be protecting his own creation, favoring the 'Sun' side.
Sign in to Reply
rick.merritt
5/1/2012 7:53 PM EDT
He is, with reservations.
Sign in to Reply
cdhmanning
5/1/2012 11:22 PM EDT
Ultimately the opinions of an engineer have no bearing on the matter. All that matters is the legal position.
As for the Dalvik VM, there is a very valid technical purpose for such a thing. It is not just some attempt to wiggle off a legal hook. Dalvik can be implemented more efficiently than JVM on many architectures.
Sign in to Reply
t.alex
5/2/2012 9:16 AM EDT
Yes, it is so. Java apps used to run on phones before but with little impression. Dalvik VM did improve a lot.
Sign in to Reply
Neo1
5/1/2012 11:55 PM EDT
The google android site features a detailed video by it's engineer on what constitues the Dalvik VM and how it is different from JVM. I suppose google to have taken all necessary precautions to this effect.
Sign in to Reply
rick.merritt
5/2/2012 4:51 PM EDT
I'd love to hear a bit more about what are the specific technical goodies that make Dalvik superior to the Java VM.
...and analysis from objective s/w engineers about whether you believe it.
Sign in to Reply
cpns
5/3/2012 7:23 AM EDT
@Embd SW netwk: No the *documents* are copyright. Using the documents to produce a compliant implementation is not breach of the document copyright. Purchasing the document alone *is* purchasing a licence to implement a compliant product. Copyright and patent are not the same thing, though they both deal with intellectual property. One is about original content, the other about original invention.
Sign in to Reply
EREBUS
5/5/2012 3:40 PM EDT
I new this would happen when Oracle purchased the company. Oracle has NEVER been a user friendly company and I refuse to knowingly use any of its products.
Sign in to Reply
t.alex
5/9/2012 8:29 AM EDT
Oracle wins already.. Patent is doing no good to the society but the commercial company.
Sign in to Reply