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
There is a challenge to designing APIs separate from challenge of designing libraries | 178 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Oracle v. Google - Day 4 Filings; Why Are APIs Hard to Develop?
Authored by: Anonymous on Friday, April 20 2012 @ 08:39 PM EDT

I imagine the illustrator did the art work-for-hire and the automaker holds the copyright on the illustration and manual.

But I see your point as to conflating implementation with the documentation.

And us folks who've used java for awhile knows that documentation is automatically generated with the javadocs utility. We just have to write the descriptions. (Looks at feet. Shuffles a bit.)

Does the api rise to the level of a manual, in terms of protected expression in a tangible medium? Did Sun effectively reserve any rights?

I come back to this, while Google did the work to implement, they used Sun's blueprint in order to have a competitive advantage in the smartphone market: if developers had to learn a new language, they might pass on paying the costs to bring their products to the platform. So Google paid some dues. Did they pay all they needed to?

[ Reply to This | Parent | # ]

Beautiful!
Authored by: Anonymous on Friday, April 20 2012 @ 09:24 PM EDT
Thx

[ Reply to This | Parent | # ]

There is a challenge to designing APIs separate from challenge of designing libraries
Authored by: bugstomper on Friday, April 20 2012 @ 10:40 PM EDT
If you start by designing the library functions you can have a whole slew of
code implementing useful functions and still have a big mess you are handing the
programmer who has to make use of the library. It might be perfectly reasonable
to start with the implemented code and then start dealing with refactoring the
code into methods, classes, and packages to make the API cleaner and easier to
use. Or you can start by designing the API and then test your design by writing
an implementation.

I like BitOBear's analogy of API design to UI design, and that extends to this
too, in that two ways of developing a program are either start by designing and
mocking up the UI and then filling in the application code, or develop the
functionality and then refine the User Interface.

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