decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
Monopoly on Java | 148 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
The Jim Steinman Invocation
Authored by: Anonymous on Wednesday, May 23 2012 @ 12:27 PM EDT

Regarding SSO, it's a case of whether 2 out of 3 is good enough.

I draw your attention to the middle S, sequence. Documentation of the names for the packages, classes, methods and signatures are sequence independent. This is to be contrasted with many programs where the 2000th instruction has to be executed before the 2001st, otherwise a pointer to null or invalid memory is dereferenced and the execution halts prematurely.

I've got a personal java package called /myname/.util. If I gave you the documentation, you could replicate regardless of the order of the specific methods in my or any listings.

There is one place where sequence does matter: within the signatures of methods that take 2 or more homogeneous parameters. For instance, a method that looks like this: Object o getObjectFromInts(int i1, int i2), the output could depend on whether a value is in the first or second position. In order to implement the method, so that it replicates how someone else implemented it, I need to see their documentation.

As a practical concern, the method name of a well designed library will hint to the programmer the actual order of parameters. After all, a language shouldn't ask a programmer to look up the documentation every single time a method is used.

I take it that SSO is not a case where two out of three ain't bad. Well, maybe it ain't bad, but I suspect it isn't good enough.

[ Reply to This | Parent | # ]

Monopoly on Java
Authored by: Anonymous on Wednesday, May 23 2012 @ 12:59 PM EDT
Your use of the word "monopoly" has finally helped me
understand Oracle's motives in securing Java through the
purchase of Sun. It maintains veto power in the JCP, runs
the JCP, hand-picks 2/3rds of its Executive Committee, and
enjoys a lack of rules of order and behind-the-scenes
licensor-licensee relationships to assert control. It uses
its own definition of "fair, reasonable, and non-
discriminatory" and hides behind feigned concern over
compatibility to deny Harmony the license promised by the
JCP bylaws, and depends on its largest partners to look the
other way as long as it throws some money at new
development, lets them have some say in it, and charges a
license fee that is less than the cost of a nasty public
battle.

By creating this monopoly they are blocking the use of work
containing the IP these same corporate and individual
members contributed AFTER reaching an agreement with Sun -
written into the contract that each individual and corporate
member must sign to join the JCP - that as part of the deal,
an independent implementation like Harmony would be
permitted and certainly not blocked.

Oracle's actions are not about protecting compatibility, but
about protecting a monopoly on Java which they realized
they could create by asserting their own interpretation of
the JCP bylaws.

The outcome of this trial could be the loosening or even the
destruction of this monopolistic grip. For all the
individual developers and students and professors who took
Sun's promises at face value and assumed that Java was an
open platform and adopted it or made contributions to it or
focused their careers on it, I hope that this judge busts
this monopoly that Oracle is attempting to foist upon us.

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )