Home » Other » General » Google Wins Java Copyright Case Against Oracle (Hot in the press this morning)
Google Wins Java Copyright Case Against Oracle [message #651906] |
Fri, 27 May 2016 05:13  |
Frank Naude
Messages: 4596 Registered: April 1998
|
Senior Member |
|
|
Oracle lost its $9 billion claim against Google for the use of Java on Android phones. The jury decided that Google is making fair use of the code and owed Oracle nothing. Google began incorporating Java into Android in 2007. At the time Java was owned by Sun Microsystems. Google argued that its implementation of Java APIs fall under US copyright laws for fair use, which permits limited use of copyrighted material without licensing for creative, educational, and other purposes.
Regards.
Frank
|
|
|
|
|
|
|
|
|
Re: Google Wins Java Copyright Case Against Oracle [message #652170 is a reply to message #652091] |
Fri, 03 June 2016 04:01  |
Frank Naude
Messages: 4596 Registered: April 1998
|
Senior Member |
|
|
Like John said, the main problem is the Object-Relational mapping of database tables into Java classes (mostly generated with tools like Oracle TopLink). This leads to the so-called 'O-R impedance mismatch'. For them a database is just a data store, and they don't care about the implementation, whether flat file or Oracle DB. In fact, one object can be a MySQL table and the next a SQL Server database. In this world referential integrity is enforced in code, which can lead to all sorts of performance and data related issues.
Personally I'm not sure that it's ALWAYS the Java developer's fault. They live in a world where everything is an object, and the implementation is hidden behind an interface (API). If they need an already developed class or component, they simply pull it in without having to think about what's hidden behind it.
Best regards.
Frank
|
|
|
Goto Forum:
Current Time: Thu May 29 23:31:39 CDT 2025
|