Slashdot Mirror


Kodak Wins $1 Billion Java Lawsuit

nberardi writes "The Rochester Democrat & Chronicle is reporting that Eastman Kodak Company has just won a patent suit against Sun on the Java Language. According to the article Kodak owns a patent which describes a way for a piece of software to "ask for help" from another application. What they are claiming is that Sun violates this patent when Java byte code uses the Java engine to run the code. This may really upset the industry, because not only Sun uses this technology for Java but Microsoft uses this technology in .Net."

27 of 673 comments (clear)

  1. Groklaw analysis by LMCBoy · · Score: 4, Informative

    PJ has an excellent analysis of this case and what software pantents mean for the industry over at Groklaw this morning.

    --
    Liberal (adj.): Free from bigotry; open to progress; tolerant of others.
    1. Re:Groklaw analysis by HiThere · · Score: 3, Informative

      She does consider certain differences of opinion to be grounds for excision. E.g., she has quite tight standards as to what she considers decent language.

      Her purpose in running the "discussion board" is to develop a useful legal resource. The discussion is not the purpose. Thus anything that would detract from the usefulness of the site as a legal resource is subject to removal.

      Sorry, but not every site has the same purposes as /.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  2. That's, like, all interpreted byte-coded languages by Rosco+P.+Coltrane · · Score: 5, Informative

    Python, most modern basics (GFA, QBasic, ...), Perl,...

    Shall I write the check to Kodak or Eastman-Kodak sir? Cuz I have a script to hack on the server tonite.

    sheesh...

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  3. Oh my God by Anonymous Coward · · Score: 5, Informative

    Forget Sun, this is batshit nuts. Bytecode interpreters have been common since Smalltalk in the 70s and are used by a simply huge number of common progrmaming languages.

    Does anyone have the patent in question? Can this be appealed?

    1. Re:Oh my God by illuvata · · Score: 5, Informative

      The patents are 5,206,951, 5,421,012 and 5,226,161

    2. Re:Oh my God by jrumney · · Score: 3, Informative

      These patents (1993-1995) would seem to cover COM (1993) and CORBA (first drafts 1989), but why has the lawsuit been taken against Java, and why the hell did Sun's lawyers not pull CORBA out and show the judge that Kodak's patents were worthless? Even Java itself had been spec'ed out by 1991, two years before Kodak had their fit of "inventiveness", so no matter how broadly you interpret them, there is no way they should have won this.

    3. Re:Oh my God by Steve1952 · · Score: 5, Informative

      The patents are continuations of applications originally filed in 1987, so prior art before 1987 is most relevant in this case. Try to find examples from 1986 or earlier.

    4. Re:Oh my God by servoled · · Score: 3, Informative
      The patent claims to be innovative in that it applies operators/operations to a composite datatype as opposed to atomic datatypes which reside on a given architecture (int, real, etc.)

      If smalltalk supported composite objects, some variant of it optimized object operations, which implies to me an implementation in a VM.


      It sounds to me like your venturing more in to 35 USC 103 (obviousness rejections) territory, which is much tricker than it needs to be. To prove obviousness you need to keep in mind a few points:
      (A) The claimed invention must be considered as a whole;

      (B) The references must be considered as a whole and must suggest the desirability and thus the obviousness of making the combination;

      (C) The references must be viewed without the benefit of impermissible hindsight vision afforded by the claimed invention and

      (D) Reasonable expectation of success is the standard with which obviousness is determined.
      Points (B) and (C) are especially tricky. Basically, you would need to provide dated references which disclose the derisirability to modify the existing prior art to meed the claimed invention. If the reference does not give a good reason why you should change the prior art, then you are pretty much stuck.

      For example, about you said "If smalltalk supported composite objects". If composite objects are required by the claim (I haven't read any of the patents in question, so I can't comment on them directly, I am just speaking in a general sense) and smalltalk does not disclose them you would have to provide a reference which discloses the use of composite objects and gives a reason as to why it is desirable to use composite objects. Just because composite objects are known, does not make their use in a specific instance obvious.

      For example, saying that smalltalk is known and composite objects are known, therefore it is obvious to use composite objects in smalltalk to produce java is no different (in a legal sense) than saying that steel is known and cement is known, therefore it is obevious to use steel and cement to produce the golden gate bridge. Not that you actually said this, but it follows the typical logic of the average slashdotter.
      --
      "I have a porkchop, you have a porkchop. I have a veal, you have a veal".
    5. Re: Oh my God by man_of_mr_e · · Score: 4, Informative

      Actually, yes. OLE is covered by this system, and MS settled with Wang for over for $90 million in 1995 (two years before Wang sold the patents to Kodak).

      My guess is that .NET may be immune from that earlier lawsuit. Also, .NET and Java work in subtly different, but quite possibly significantly important ways. The Sun patents are specific to two seperate applications working in unison.

      MS's .NET (not counting remoting) is largely a single application that loads a runtime shared library, while Sun's java is a standalone virtual machine that communicates with a seperate application (yes, it can work otherwise, but that doesn't change that the current JVM does work as a "plurality" of programs as the patent claims).

  4. Misleading title by ChaseTec · · Score: 4, Informative

    The article text says the dollar amount hasn't been decided yet and Sun is probably going to appeal anyway.

    --
    My Hello World is 512 bytes. But it's also a valid Fat12 boot sector, Fat12 file reader, and Pmode routine.
  5. Did NOT win $1 billion by FattyBoeBatty · · Score: 5, Informative

    It was only decided that Sun had infringed on Kodak's patent. Kodak will return to court and they're initial claim of damages is $1 billion. So it's only a worst-case that Kodak would end up with that much, they'll most likely get less.

    However, this still leaves that fact that, unless an appeal overturns this ruling, Sun will need to pay Kodak something for every java product out there. Wow is the patent office messed up... anybody think of some prior art out there?

    -Fatty

  6. Re:WTF? Kodak?! The camera people? by DAldredge · · Score: 3, Informative

    Kodak doesn't make chemicals any more, they spun those operations off into Eastman Chemical several years ago.

    Kodak now buys its chemicals from the open market.

  7. Where to send your letter by yeremein · · Score: 5, Informative

    Feel free to use/adapt my letter (in the parent post). Here's where to send your letter:

    Eastman Kodak Company
    Attn: Corporate Information
    343 State Street
    Rochester, New York 14650

    There are probably other reasons to boycott Kodak besides the fact that they pulled a SCRambus--such as their offshoring.

  8. Re:Not just Java and *net by Glock27 · · Score: 3, Informative
    Since when is Pascal a VM based language?

    He's referring to UCSD Pascal, I think, which was a fairly successful cross-platform interpreted language. More info here.

    --
    Galileo: "The Earth revolves around the Sun!"
    Score: -1 100% Flamebait
  9. Monsanto by Gleef · · Score: 3, Informative

    Monsanto has consistently been in my list of BigEvil for a while now. Historically, they are the company that brought us DDT, PCB's and Agent Orange. Currently, they're the ones seeding farmer's crops with pollen containing genes that they have patented, and then suing the farmers for patent violations. Also, getting the World Bank to pressure third world countries to abandon traditional crops in favor of licensing Monsanto GMO seed, a license which requires annual renewal of course.

    --

    ----
    Open mind, insert foot.
  10. Links to the relevant patents by jfengel · · Score: 5, Informative

    I always prefer to get my info from primary sources rather than some newspaper's rendition, so here are the actual patents involved:

    Patent 5,206,951: Integration of data between typed objects by mutual, direct invocation between object managers corresponding to object types

    Patent 5,421,012: Multitasking computer system for integrating the operation of different application programs which manipulate data objects of different types

    Patent 5,226,161: Integration of data between typed data structures by mutual direct invocation between data managers corresponding to data types

    Thanks to Artur Biesiadowski, who orignally posted these at Java Lobby.

    I haven't had a chance to read them in detail yet; they're slow reading. '012 seems to be the broadest, and it's very, very long. They seem actually to patent object-oriented programming, but they reference the Smalltalk documentation so presumably they're patenting some enhancement. I've been unable to determine what that enhancement is over Smalltalk, so I can't say if Java infringes on it or not.

    A note on reading patents: the title is worthless, so please don't write about "I did X in 1967" based solely on the title. The abstract is hardly better, though my quick scan of these indicates that the abstract does actually do a good job of summarizing. The only thing with legal force is the claims, but they're written in a specialized patent language that takes a bit of practice to interpret.

    You can usually learn the most from reading the description section, with background and summary, which has less legal force than the claims but is written in something closer to plain English (or at least computer-ese, which you probably speak if you're reading /.)

  11. Re:WTF? Kodak?! The camera people? by servoled · · Score: 5, Informative
    Perhaps this will help explain how Kodak came across these patents. From Boston Business Journal:
    Three patents once registered to Lowell minicomputer-maker Wang Laboratories could cost Sun Microsystems Inc. $1 billion, following a jury verdict Friday afternoon in Rochester, N.Y.

    Jurors ruled that Sun's Java web software infringes the patents, which were acquired by Eastman Kodak Co. in 1997, first reported Friday afternoon in the Rochester Business Journal. The same jury will assign damages, with Kodak asking for $1 billion.
    --
    "I have a porkchop, you have a porkchop. I have a veal, you have a veal".
  12. It's not about bytecode, is it? by jeti · · Score: 4, Informative

    As far as I can make out, the patents are about ORBs (object request brokers) in middleware.
    And the patents were filed just a few months before CORBA 1.0 was released.

    So I think the lawsuit is not about the use of bytecode interpreters/compilers. It is about the middleware mechanisms provided by Java.

  13. Re:WTF? Kodak?! The camera people? by tabdelgawad · · Score: 3, Informative

    Yup, they really fumbled their opportunity for jumping on the early digital bandwagon. Here's proof that they're dying, and it has taken a toll on the city of Rochester, NY. Kodak used to be one of the Dow Jones 30 component stocks, but no longer as of this year. Another nail in the coffin ...

    --
    Imposing Libertarian views on everyone online since 1992.
  14. Re:Who's next, IBM? by Sigma+7 · · Score: 4, Informative

    Given the first statement it is clear that you have not read the patent in question, and therefore you have no idea what they are actually patenting other than the incredibly broad summary given in the article (i.e. "software that asks for help, statement (2)).
    While I have only read the abstracts on the patent, it seems that the patents in question cover a mixture of Object-Oriented programming and Interprocess Communication. The only difference is that there is a method of identifing which applications (or application components) should modify a certain piece of data. It's hard to tell for sure (especially without legal training and a quick-glance on a dial-up connection).

    The content of the patent does seem a bit familiar - I have seen something very similar used in Microsoft Windows API, where Microsoft Word requests another application to modify an image. Either Microsoft has found a method that somehow evades the patent, or Kodak is simply building a case law before they can take on MS.

    At least I checked the abstract - most others are incorrectly assuming that Java is infringing on the bytecode interpreter.
  15. Re:WTF? Kodak?! The camera people? by ianezz · · Score: 4, Informative
    What was a telephone company doing developing UNIX?

    For running a typesetting system for patent applications?

    No, really!.

  16. Re:WTF? Kodak?! The camera people? by Anonymous Coward · · Score: 4, Informative

    This is quite beyond reason, technically all computer programs have worked this way since the earliest days of VAX and such. The prior art on this particular patent is more than substantial. According to their patent, runtime linking to a library would be illegal without paying it up to grand daddy Kodak. I suggest to people in the US to get up in arms about Software Patents. Not only are they beyond stupidity, they are generalized and require no implementation. Software patents are dangerous, everyone is entitled to their work not being distributed and such, but Kodak did nothing here, they just bought a couple patents. They have not been harmed, because A) they didn't create anything like Java and distribute it, and B) this doesn't compete with them.
    Oh btw, this affects EVERY computer language out there pratically now, so expect to see your favorite languages organizers asking for help from the EFF.

    Remember there is very very little intellectual property in the computer industry, most of it is just property, not intellectual.

  17. Re:Oh man, Sun fsck up !! by Jon_E · · Score: 4, Informative

    $260M in cash for their software business .. the hardware side was pretty much dead by that point anyhow .. wang's only major presence was in the public sector (gov't and such) and i believe sun had competing technology so that kind of buyout didn't make that much sense back then (imo)

    on a side note .. i believe the origin of this idea in software is predated back to the 60's in LISP, so while IANAL i believe one could argue prior art and thus the invalidity of the wang software patent (s/w patents seem pointless to me anyhow - like recipe patents) .. i believe there's a large number of s/w patents that have been and continue to be awarded in large part due to the lack of due diligence from patent attorneys, hence we may see a new glut of lawsuits from the failing institutions looking for a quick cash boost

  18. Re:WTF? Kodak?! The camera people? by Alan+Cox · · Score: 4, Informative

    People forget but Kodak _were_ a Unix company at one point. Kodak interactive systems corporation. In fact if I remember rightly and ironically they sold that business to Sun to help Solaris x86 off the ground.

    Another dying US corporation harms the efficiency of US businesa and harms other US businesses. Its no wonder the Chinese are winning in the technology battles.

    Alan

  19. Re:Software Patents are Unreadable! by Anonymous Coward · · Score: 4, Informative

    I happen to be a professional software engineer working for a large, well known company. Having had a class in how to read patents wouldn't have done much good, since we have standing orders from the highest levels of the company to never, ever read any patent that might possibly be related to anything the company does. The only thing we're allowed to do related to a patent is to write up proposals for new ones and hand them off to the lawyers. There's just too much liability otherwise.

  20. Re:WTF? Kodak?! The camera people? by isdnip · · Score: 5, Informative

    You're full of crap, and I do know of what I speak, being well connected to the phone industry.

    The AT&T domestic backbone was for all intents and purposes entirely circuit-switched (TDM nowadays) until the past couple of years. The Incumbent Local Exchange Carriers are almost entirely circuit-switched. MCI and Sprint are circuit switched. The phone backbones use SONET transmission and TDM switches.

    There are narrow examples of packet switching in the phone network. AT&T rolled out a Frame Relay-based system in the late 1980s, to compress the bandwidth on high-cost international links. Others have done similar things, for the same reason, with various vendors' technology. It's called "Digital Circuit Multiplication Equipment" (DCME). But domestic SONET bandwidth is so cheap that DCME isn't worth using, especially since DCME degrades call quality. And it's used below the switch layer, to make more TDM virtual channels.

    There's a fair amount of ATM (asynchronous transfer mode) floating around too. Some LD carriers may use it, mostly as a multiplexing technique over SONET pipes. Verizon has started using Nortel's ATM switches in its own local networks, especially in New Jersey. But it's still a minority technology. AT&T (back when it owned Lucent, Bell Labs, etc.) was a major advocate of ATM technology, but hardly invented it in house by itself (more like the work a committee -- and I was on the committee, so I know why the camel's so humpy). AT&T also pushed hard for Frame Relay, largely to mix voice and data on DCME.

    In today's LD world, Qwest's backbone is mostly VoIP, using Sonus switches. Ditto Wiltel, a fairly small player. AT&T has started to migrate to VoIP, as have Sprint and MCI, but it's not "over the Internet", it's just using IP headers as a multiplexing technique on fat dedicated circuits. Mainly because the VoIP switches are really cheap, and because Wall Street expects it. (The new switches do circuit switching too; the cost per minute differential is negligible. VoIP actually uses more bandwidth, regardless of what the propagandists claim, but fat TDM switch ports are a bit costlier.)

    In the local world, VoIP is coming on strong in the form of PacketCable, again not over the public Internet. And of course Vonage and its imitators, who for all their bluster have a combined market share of far less than one percent. A little VoIP gets used here and there by other carriers. The Bells are experimenting with it, but it's a negligible share of their traffic. They're backward monopolists, but they also have reasonably high service-level standards, and they know how hard it is to do that with VoIP.

    The signaling network is packet switched (Signaling System 7), but that's a whole story of its own.

  21. Re:Oh my God, they've patented "bridges" by Anonymous Coward · · Score: 4, Informative

    I'll answer some of these, if you don't mind.

    Perhaps you can explain how the selective movement of data from based upon certain criteria can be solved as a mathematical problem. You can use mathematical forumlas to determine if a piece of data should be moved, but those formulas will not tell you where to find the data, how to create the connection to the remote computer, etc...

    Most software source code builds upon prewritten software libraries. While I may write a line of code that says (for example) "Variable webpage = HttpReturn('http://slashdot.org')", there is a library that knows how to do what you want. While your code doesn't explain mathematically what happens in the background, the library (or libraries it is built upon) does. This is similar to writing a math function "y = f(x)". You may not know how f(x) works, that f(x) = 2x + 3, but it is mathematical nonetheless.

    I made a previous reply to your original post dealing with this same issue.

    Perhaps you can tell me this then, assuming you were to obtain the discussed forumla, could you then simply enter that mathematical formula into a computer and have it function in the same way as the amazon one-click shopping patent, complete with credit card processing, inventory and shipping management?

    Building on what I said above, as long as the "computer" (using the term loosely) has the functionality and libraries on which the mathematical formula of Amazon's code depends, then absolutely yes it would function the same. But, then again, the best and most appropriate library functions for Amazon's code are built into your web browser... it behaves as the computer for that code.

    Now, if you want to go lower level, you could feasibly extract all of the web browser's code, all of the operating system's code, and all logical hardware functions into a logical math equation. Combining these with Amazon's code would give you a single, gigantic math formula on which Amazon runs.

    You would have many input variables, such as from the mouse and keyboard ports, the ethernet or phone line providing Internet access, and internal devices such as a system clock and feedback from hardware controllers. You would also have many output variables, such as output to your monitor, feedback to the ethernet or phone line, and output to other hardware controllers.

    So long as all variables are connected properly to their hardware signals, Amazon's one-click software would behave EXACTLY as expected.