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
Is there a difference between a compilation and a collection? | 687 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Is there a difference between a compilation and a collection?
Authored by: naka on Saturday, April 28 2012 @ 11:44 AM EDT

This comment got me thinking, "What have Oracle really shown about the organization of the API(s)?"

This is what I have found after a quick look:

Day 5:

Oracle: Android ships with implementations of all of these classes using these same names, the same as the Java API?

Dan Morrill: Yes.

Oracle: Not only does the Android API use the same names, it also uses the same form and organization as Java?

Dan Morrill: Yes.

Day 4 Bloch cross-exam (google)

Q. In the Java language, what determines the implementation/organization of a library?

A. Fully qualified names: e.g, java.lang.math.cosine(), where java.lang is the package, math is the class, and cosine in the method (goes into detail about the periods and the upper/lower case conventions for names).

...

Q. Prior to this trial, had you ever heard the phrase "Structure, organization, and sequence" in reference to APIs?

A. No.

day 3.

Oracle: Exhibit 610 [again, Oracle mucks up their extibits. 610.2 get shown.] Mark Reinhold: [From the point of view of the computer], very little API organization is required by the VM. We could have given them completely random names and put them into one huge package. The design goal was that API's should be easy to learn and easy to use. Other considerations: 1) performance is important 2) Portability is important [wouldn't want to define an API that is specific to Windows].


Unless I'm missing some major argument, they don't seem to have said much about organization or why it would be important.

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