Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Google Java Open Source Oracle Patents Your Rights Online

Oracle, Google Move To Streamline Java Suit 49

itwbennett writes "Google and Oracle each submitted proposals on Friday to reduce the number of claims in their Java patent infringement lawsuit, which could help bring the case to a speedier conclusion. Earlier this month, lawyers for the two companies gave Judge William Alsup of the US District Court in San Francisco a crash course in Java to prepare him for a claim construction conference."
This discussion has been archived. No new comments can be posted.

Oracle, Google Move To Streamline Java Suit

Comments Filter:
  • by Malnar ( 1810062 ) on Saturday April 30, 2011 @02:46AM (#35982878)

    ...the lawyers.

  • by mehrotra.akash ( 1539473 ) on Saturday April 30, 2011 @03:34AM (#35983006)

    No, its from a technical perspective.
    From the linked /. article

    Lawyers for Oracle and Google gave Judge William Alsup of the U.S. District Court in San Francisco an overview of Java and why it was invented, and an explanation of terms such as bytecode, compiler, class library and machine-readable code. The tutorial was to prepare him for a claim construction conference in two weeks, where he'll have to sort out disputes between the two sides about how language in Oracle's Java patents should be interpreted. At one point an attorney for Google, Scott Weingaertner, described how a typical computer is made up of applications, an OS and the hardware underneath. 'I understand that much,' Alsup said, asking him to move on. But he had to ask several questions to grasp some aspects of Java, including the concept of Java class libraries. 'Coming into today's hearing, I couldn't understand what was meant by a class,' he admitted."

  • by necro351 ( 593591 ) on Saturday April 30, 2011 @10:38AM (#35984318) Journal

    Computer Science and software engineering are rife with themes. Many so-called inventions and 'new' ideas are applying these tried and true themes to a new permutation of some old problem. For instance, folding two loops together to reap stale items in a hash-table while simultaneously doing a query by iterating across a bucket list (a previous but recent slashdot patent posting). You can tell someone (a Judge) what JIT is, that it effectively combines caching of already-compiled code with partial compilation, but he can't appreciate that software engineering and computer science are pervaded by the concepts of caching, and right-sizing work. He can't possibly appreciate how obvious some of these 'inventions' are, and rank them fairly on a scale of truly inventive (LZW in my opinion) to 'someone-skilled-in-the-art-could-do-that' (twiddling bits in FAT to support short file-names). I think this is in general the primary source of frustration for engineers and scientists: that judges and patent clerks who really have no good sense of taste or knowlege on the matter make such important decisions. Redhat pointed out once that in the _vast_ majority of patent suits, the person being sued is never accused of actually _reading_ the patent, but infringing accidentally. People don't read software patents, so their claimed benefit of being able to publish great ideas by protecting them for the inventor is just bunk: society eats the bar while the inventor is anomolously protected for really no reason. They are basically landmines that only rich or organized people can buy, and most of the community knows it. Giving judges crash courses in Java is a promising start, but its also a depressing reminder of how far we have to go.

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...