Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



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 macraig ( 621737 ) <mark@a@craig.gmail@com> on Saturday April 30, 2011 @02:52AM (#35982904)

    So is a Java suit anything like a Zoot suit? Always wanted one o' them. Will the Gap be selling these?

    • It's quite similar to a Zoot suit. But you have to pour coffee on it before it's truly a Java suit.
    • by Anonymous Coward

      So is a Java suit anything like a Zoot suit?

      No, it is more like a Leisure Suit Larry Ellison.

  • Lawyers gave a crash course is Java??
    Should it have been programmers or someone more oriented towards programming?

    • by Anonymous Coward on Saturday April 30, 2011 @03:21AM (#35982970)
      Programmers will influence the judge because they will be affected by the ruling. Only lawyers can be trusted for total impartiality.
    • No. That would make sense.
    • by serps ( 517783 )
      Obviously it's a crash course in Java from a legal perspective, which is totally different than from a programming perspective. Which programmer cares whether there's established legal precedents to determine whether the JVM creates additional 'copies' of infringing software from a damages perspective?
      • 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."

        • 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."

          Not only is it a good idea in general to know what you're talking about, I posit that it should be made illegal to preside over a case unless you understand the basics of what is disputed... As in cases such as this, a brief crash course can be given. A simple quiz about the subject could be given to judges and jurors alike to deem if they are fit to pass judgment.

          Additionally, I think the patent system should also apply this methodology to their examiners. Clearly, the examiner that allowed the "swinging on swing sideways" patent application [google.com] to be granted in 2002 was not properly educated about the common use of swings in general... A bit of education in this respect could have saved lots of tax payer dollars spent on the re-examination and subsequent invalidation of the bogus "business method" patent.

    • Re: (Score:3, Informative)

      by gl4ss ( 559668 )

      here's a crash course on android java.

      my main "activity"(aka applet/application/midlet) has imports like import android.util.Log; import android.app.Activity; etc,
      but here's the imports from the rendering class that actually does something else than just interface input and os things,

      import java.io.IOException;import java.io.InputStream;import java.nio.ByteBuffer;import java.nio.ByteOrder;import java.nio.FloatBuffer;
      import java.util.concurrent.Semaphore;import javax.microedition.khronos.egl.EGLConfig;import

      • by oiron ( 697563 )

        You do realise that Oracle is suing Google (mostly) over patents on the (J)VM, and not copyright over the use of the "java" namespace, right?

        java.io isn't exactly covered (or even coverable) by patent...

        • "Namespaces"

          Abstract:
          Process or method of encapsulating program code under a shared hierarchal grouping identified through arbitrary names

    • Java apps don't crash they throw exceptions or the JVM dies.

  • by v(*_*)vvvv ( 233078 ) on Saturday April 30, 2011 @03:33AM (#35983000)

    The last time something like this happened, Adobe acquired Macromedia... It's how large guerrilla's get to know each other.

     

  • by Hazel Bergeron ( 2015538 ) on Saturday April 30, 2011 @05:27AM (#35983314) Journal

    -- Sun --

    Imagine a box of Smalltalk.

    Imagine someone dropping that box in a festering pit of C. (Not all pits of C are festering. This one is.)

    Redefine "API" as "buzzword implementation".

    Extend according to what the competition's doing, rather than as may be technically appropriate.

    -- Google --

    Recall how Microsoft made Java incompatible and how nerds all hated it.

    Recall that you are Google and all nerds love you.

    Do the same thing.

    Watch your market grow to Apple levels of hysteria.

    Observe Hank Scorpio [youtube.com] taking over Java.

    Take out the flame retardant lawyers, and, in a scenario looking increasingly Monty Python, use them to teach judges Java. ...

    • by Pieroxy ( 222434 )

      What Google did to Java barely has anything to do with what Microsoft did. Are you aware of that?

      • True. Microsoft tried to get you to use Microsoft's platform-specific extensions to standard Java specifications, locking you in to the Microsoft platform, while Google requires you to use Google's.

  • by Anonymous Coward

    Oracle made the lawsuit, it means Oracle are accepting many of their claims were baseless, and doesn't want them listed in court.

    The 'spin' that this is to streamline the case is rubbish.

  • by fuzzyfuzzyfungus ( 1223518 ) on Saturday April 30, 2011 @08:10AM (#35983750) Journal
    Are we sure that they didn't garbage collect the case?
  • 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.

    • by Pieroxy ( 222434 )

      +100 Insightful.

    • > He can't possibly appreciate how obvious some of these
      > 'inventions' are,

      That's where the adversarial system of plaintiff vs. defendant succeeds. Proviso, the litigant, combatants are equally resource rich, i.e., matched. No man, nor judge is omniscient, men are ignorant on all but their singular competency. Thou thinkest too much of modern informatik.

  • by Anonymous Coward

    I hate when I misread the title...it's sad how happy appending an 'e' to the last word would make me.

  • Oracle and Google put aside their differences and collaborate to streamline the java suite... oh... suit.

I have hardly ever known a mathematician who was capable of reasoning. -- Plato

Working...