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
Programs vs Bodies of Code vs (sub)Programs | 214 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Programs vs Bodies of Code vs (sub)Programs
Authored by: Anonymous on Tuesday, May 22 2012 @ 12:16 PM EDT
It also carries the general useage definition when it's used in the TLA API.

Which is what Oracle were talking about last time they were pinned down on it.

[ Reply to This | Parent | # ]

Programs vs Bodies of Code vs (sub)Programs
Authored by: Anonymous on Tuesday, May 22 2012 @ 12:53 PM EDT

There are some confusion here between java interfaces which are just pure abstract classes and the application programming interfaces. API in fact refers to a list of types/classes/interfaces which can be reused in by others. It provides interoperability and faster development (because of reuse!).

The API defines which types/classes/interfaces you have and how there are working (how you should use them) - for example how a set is working and which methods you have. In brief the public Java standard API is all what is described by the Java Platform API Specification.

All the problem is: can Oracle prohibit other firms or organizations to implement and distribute software which mimic what is described in the Java Platform API Specification ?

Sun's rule was: if you want to say that you have developed a java VM or a JEE server or a JME, you have to pass (and pay) the corresponding TCK (Technology Compatibility Kit) which defines which part of the API you should provide and how you you verify if they work well. If you didn't say it was java, you didn't have any problems (e.g. GNU Classpath).

Now Oracle says, it doesn't matter if you say it's Java/JEE/JME or not. If you defines something named Set which could replace the Oracle Java Set, you have to buy Java license (and probably follow the Java standards).

[ 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 )