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
And thats how you get from 1.01 to Java 7 update 4 | 342 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
And thats how you get from 1.01 to Java 7 update 4
Authored by: Anonymous on Tuesday, April 17 2012 @ 07:34 PM EDT
Long term API stability is also present in much of UNIX's standard library set.
I have code that is decades old that still compiles and runs. It even passes
all of the unit tests. It was originally written on a System V UNIX and porting
to Linux was just a recompile. Edits to meet Strict ANSI compliance were the
hardest part, and I did most of them with perl scripts.

X-Windows system is also another area where long term availability of APIs is
present. It is real nice when your vendor isn't pulling the rug out from under
you every OS release.

[ Reply to This | Parent | # ]

And thats how you get from 1.01 to Java 7 update 4
Authored by: Anonymous on Tuesday, April 17 2012 @ 09:02 PM EDT
Java programs written to java.awt will still run

More recent java programs will use java.swing

Java has deprecated many parts of the API, so, like perl some programs may not
run, but most will.

There is only the current API, or even (if you wish to split hairs, the
currently installed API)

Design of your application as to which parts of an APIs you choose to use is a
separate question from implementing APIS.

"Good" in the context of an API is relative. Tomorrow, like java.awt
it will be less than Good.

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