Earlier quoted context omitted.
And yet Oracle ships an S3 compatibility API: https://docs.us-phoenix-1.oraclecloud.com/Content/Object/Tas...
Does anyone actually use the Oracle Cloud? From my attempts, it's only full of misery and broken tech.
Oracle Wins Revival of Billion-Dollar Case Against Google
191–200 of 643 posts
Re: Oracle Wins Revival of Billion-Dollar Case Against Google
#192Is this really the best defense? The tag line is "write once, run anywhere" after all. I remember back in my CS days (mid/late 90s) when Java was first being pushed at my uni, the overly-enthusiastic vibe even back then was that Java would eventually be found everywhere, even in mundane devices like toasters and coffee machines.
Re: Oracle Wins Revival of Billion-Dollar Case Against Google
#193Earlier quoted context omitted.
I don't get why it's a scary issue or even controversial why an API would be subject copyright. An API, in my mind, is similar to design drawings or blueprints. Independently figuring out how to implement those drawings doesn't change the fact that you copied the design.
To me it's more like copyrighting the standard height of a door.
Re: Oracle Wins Revival of Billion-Dollar Case Against Google
#194Google shoulda thought twice before stealing Sun/Oracle's IP.
Yeah, “stealing” an API and open source, building a successful mobile UI platform (unlike personal/embedded java and Sun’s own failed attempts at fragmentation) and contributing it free back to open source where it has been used as a base OS for thousands of new products from TVs to drones.
Re: Oracle Wins Revival of Billion-Dollar Case Against Google
#195So what now? An appeal of the appeal? This is the legal drama that never stops giving...
If the Supreme Court appeal happens, it probably puts the lower court trial on hold. If Google wins the appeal, then (I think) there's no case left to try in the lower court.
Re: Oracle Wins Revival of Billion-Dollar Case Against Google
#196Earlier quoted context omitted.
Mobile Telecoms standards are written by 3GPP, all BTSs and handsets (and for that matter, interfaces like 'A') are standard, and controlled by 3GPP. I believe they are open.
Not they belong to the companies and some of them are available under FRAND licensing. For the rest there is the 3GPP patent platform.
Most of the patents are the result of a lot of research and cleverness. Some of the patents are the equivalent of looking in another drawer if the first one did not contain what you are looking in.
It's a bit arbitrary that an API isn't protected when some bullshit patents are. There is clearly much thought in some of the java APIs.
I'd like to see shorter protection time for patents thought, especially in areas where there are very low investment costs, like software development.
Re: Oracle Wins Revival of Billion-Dollar Case Against Google
#197Earlier quoted context omitted.
How so?
Just to give examples that look plausible to me: Because of the legal burden Google decided to implement their own version of the Java standard library based on Apache Harmony. With every new version of Java coming there might be new legal pitfalls to consider and surely almost always the sword of Damocles that Oracle might consider the fact that Google implemented new Java features as a reason to extort more money f…
Apparently the risk was not so large they couldn’t do it if they’ve decided to now
Re: Oracle Wins Revival of Billion-Dollar Case Against Google
#198Does oracle have a case or not? If you were Oracle, would you be ok not taking this to court?
In this field "having a case" depends not so much on objective truth but on subjective narrative, having enough money to pay more lawyers for a longer time than the opponent, finding the right judge, making sure the jury is stuffed according to plan and more of such skullduggery. If it were about objective facts the case would have been over and done with in a month with a definite conclusion, either it being OK to u…
Re: Oracle Wins Revival of Billion-Dollar Case Against Google
#199Earlier quoted context omitted.
To me it's more like copyrighting the standard height of a door.
The Java API is hundreds of classes and thousands of methods. It is far beyond something as simple as the height of a door.
What if I create my own smart home server that can be a drop in replacement for some commercial product using just what I've gather from their public API? Is that infringement, when the underlying implementation is entirely my own?
Re: Oracle Wins Revival of Billion-Dollar Case Against Google
#200It may be helpful for readers to look at the actual meat and potatoes of the decision itself. I recommend jumping in at Page 27 of the decision so that they can see how the fair use factors were evaluated in this case: http://www.cafc.uscourts.gov/sites/default/files/opinions-or... Fair use has four factors, lets see how it shook out: 1) Purpose and Character: Google tried to argue that because android is free that i…