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
Springboard -> Springsource | 342 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
If they implement the APIs, it's a similar case to Harmony
Authored by: Anonymous on Wednesday, April 18 2012 @ 03:53 AM EDT
Which doesn't help Larry's case at all I suspect.

[ Reply to This | Parent | # ]

Springboard -> Springsource
Authored by: Jimbob0i0 on Wednesday, April 18 2012 @ 04:06 AM EDT

This has to be a case of using weasel words....

Oracle: Is it necessary to use the Sun API to run the Java programming language?

Google: Objection, calls for expert testimony.

Judge to Ellison: Do you know the answer to the question, from your own personal knowledge?

Ellison: Yes.

Judge: Overruled.

Ellison cites the European company Spring, which produced their own version of Java.

Now the Spring framework by SpringSource is available here

Doing a quick check you can see the following:

grep -r 'import java.' * | grep src | wc -l
13444

So there's 13,444 files that are in the path src that contain 'import java.' ....

Note well that this is the *JAVA* API and the question was about the *SUN* API....

There is no need to import from the *SUN* API for java programs...

Now I got curious here and decided to see whether the Spring Framework uses the *SUN* API at all....

grep -r 'import com.sun.' * | grep src | wc -l
40

Here's a link to the pastebin of the filelist and the imports.... actually Spring does use the *SUN* API....

I guess Larry Ellison should not have been an expert witness for this and didn't have sufficient personal knowledge after all to answer the question - i.e. Google's objection was indeed valid....

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