Free Java 1.01_T2004.01.06
Grok Headline matches for Free Java 1.01_T2004.01.06
Free but shackled: The Java trap
Free but shackled: The Java trap
04/12/2004 06:04 AM Editor's note: Stallman's timing with this piece is impeccable, and
it dovetails nicely with the questions raised by Javalobby's Rick Ross
in this article. If your program is free software, it is basically
ethical--but there is a trap you must be on guard for. Your program,
though in itself free, may be restricted by non-free software that it
depends on. Since the problem is most prominent today for Java
programs, we call it the Java Trap.
Sun bets on free Java tool
Sun bets on free Java tool
11/13/2003 05:16 PMDevelopers won't pay a penny for the next version of Java application
server, set for release next week, says the company's top software
executive in a presentation of Sun's software plans.
Free software Java platforms
Free software Java platforms
01/14/2003 02:28 PM
Richard Stallman is interested whether XSLT-process,
my XSLT processor and debugger Emacs interface for the Saxon and Xalan XSLT processors runs
on top of a free
software JDK.
As far as I know Kaffe is one
such free-software implementation of a Java virtual machine. There are
many other implementations listed at Kaffe's Web site.
Does anybody have any experience with any of these in a real
project? How much of the JVM functionality and the associated class
libraries in JDK 1.3 are implemented? Can one run an XML parser and an
XSLT processor like Saxon or Xalan on top of them?
Java Free Lossless Audio Codec
Java Free Lossless Audio Codec
05/02/2004 04:44 PMVersion 0.1 Released!
Sun to release free version of Java tool
Sun to release free version of Java tool
11/13/2003 07:38 PMZDNet Nov 13 2003 5:18PM ET
Java Tools Subscribers Get Free Hardware
Java Tools Subscribers Get Free Hardware
02/11/2004 09:28 AMDevelopers who sign up for subscriptions to the Java Enterprise
Developer Promotion will receive Sun's Java Studio Enterprise
development tools as well as a free AMD Opteron-based server plus
support and services.
Sun's Java Plan: Free Servers
Sun's Java Plan: Free Servers
02/17/2004 11:42 AMPromotion aims to entice developers.
ESR's Open Letter to McNealy: Set Java
Free!
ESR's Open Letter to McNealy: Set Java
Free!
02/14/2004 03:59 PMSun's Java Plan: Free Servers (Ziff
Davis)
Sun's Java Plan: Free Servers (Ziff
Davis)
02/17/2004 01:06 PMZiff Davis - Sun Microsystems last week unveiled yet another program
designed to lure developers to its Java-based enterprise development
tools: Give them a free piece of hardware for a three-year
subscription.
Sun's low-cost strategy prompts free
Java release
Sun's low-cost strategy prompts free
Java release
11/14/2003 12:32 PMSubscribers to Sun's Java Tools Program
to Get Free Opteron
Subscribers to Sun's Java Tools Program
to Get Free Opteron
06/25/2004 10:38 AMSubscribers to Sun's Java Tools Program
to Get Free Opteron Workstation
Subscribers to Sun's Java Tools Program
to Get Free Opteron Workstation
06/25/2004 06:59 AMSun announces that it will give a new AMD Opteron-based w1100z
workstation to developers who sign up for a three-year subscription to
the Sun Java Studio Enterprise program.
Luxor Beta 5 released - GPL'ed Java XUL
toolkit (Java Lobby)
Luxor Beta 5 released - GPL'ed Java XUL
toolkit (Java Lobby)
07/03/2002 08:16 PMApple offers Java 3D and Java Advanced
Imaging Update
Apple offers Java 3D and Java Advanced
Imaging Update
12/18/2003 10:36 AMApple has posted
Java 3D
and Java Advanced Imaging Update, a software update aimed at users
of Mac OS X v10.3.1 and Java 1.4.1 or higher. The new update is
available as a 9.5MB download from Apple's Web site.
Apple releases Java 3D, Java Advanced
Imaging update
Apple releases Java 3D, Java Advanced
Imaging update
12/18/2003 10:39 AMApple has released a Java 3D and Java Advanced Imaging update, which
contains support for the two technologies...
Sun renamed Java 1.5 to Java 2 Platform
Standard Edition 5.0
Sun renamed Java 1.5 to Java 2 Platform
Standard Edition 5.0
06/28/2004 07:54 PMAcross the street,
Sun renamed Java 1.5 to Java 2 Platform Standard Edition
5.0. Who comes up with this stuff?
Quest For "Unbreakable Java" Unites ABAP
& Java
Quest For "Unbreakable Java" Unites ABAP
& Java
01/03/2005 12:11 PMBook review: Java & XML Data Binding
(Java Pro)
Book review: Java & XML Data Binding
(Java Pro)
08/26/2002 08:32 AMCritical Java Bug Targets Java Virtual
Machine
Critical Java Bug Targets Java Virtual
Machine
01/06/2005 12:02 PMBlackJack for Java: A Java/Swing Oddessy
BlackJack for Java: A Java/Swing Oddessy
04/30/2004 06:19 AMTexas Holdem
Java 3D and Java Advanced Imaging Update
1.0
Java 3D and Java Advanced Imaging Update
1.0
12/17/2003 09:38 PMExtends the Java platform, providing additional capabilities for
running three-dimensional graphics and more.
Java 3D and Java Advanced Imaging Update
Java 3D and Java Advanced Imaging Update
12/18/2003 05:48 AM
Apple has also released Java 3D and Java Advanced Imaging Update.
This update contains support for Java3D and Java Advanced Imaging.
Java 3D ext...
java.util.concurrent for Java 1.4
java.util.concurrent for Java 1.4
12/19/2004 03:06 PM
One of the shiniest new feature of Java 5.0 (aka Java 1.5) is a
rich set of concurrent
programming classes in java.util.concurrent (aka JSR 166),
much of which is a
direct port of Doug Lea's Concurrent
Programming in Java library. Since I don't have the
luxury of using Java
5.0 yet, I've resorted to using Doug's original library which is,
for the most part,
functionally equivalent to java.util.concurrent but not close
enough for comfort,
particularly since concurrency code tend to be very sensitive to
minor changes.
The good news is that Dawid Kurzyniec
backported
java.util.concurrent package to run under Java 1.4 and made it
available as open
source. Apparently Sun is letting this happen because it's
own code is based
on Doug's open source library.
There are some shortcomings but nothing much to cry over. My
only complaint
is that it doesn't use the java.util.concurrent package name which
means I'll have
to update the package names later (simple but still change
nonetheless). But
that I can see the technical and legal issues preventing that from
happening.
I am just glad someone did this.

Java 1.4.2 Update Removes Java SDK
Java 1.4.2 Update Removes Java SDK
02/10/2004 02:49 AM
If you previously had Java 1.4.1 and the Java SDK installed, the new
Java 1.4.2 update from apple will upgrade the Java runtime to 1.4.2,
but will remove the previous 1.4.1 Java runtime and
SDK without upgrading the JDK. To build Java packages in Fink
you will need to go to
connect.apple.com and download the Java 1.4.2 SDK (free
registration required).
XCode Forums - Cocoa Cocoa-Java Carbon
Java AppleScript
XCode Forums - Cocoa Cocoa-Java Carbon
Java AppleScript
06/24/2004 02:52 PMGeneral XCode Discussion, Project Discussion, Compatibility,
Deployment, The Showroom. Languages: Cocoa, Cocoa-Java, Carbon,
AppleScript, Java. Additional Topics: Graphics and Gaming, Interface
Development
Virus-free, spam-free, secure email a
step closer
Virus-free, spam-free, secure email a
step closer
09/27/2004 10:38 AMHoly Grail spotted in Leeds...
Free After Rebate - The best things in
life are free, after sixto eight weeks
Free After Rebate - The best things in
life are free, after sixto eight weeks
01/23/2004 04:14 PMThis website lists stuff that ends up costing you nothing except the
(sometimes costly) shipping charges. What a great idea.
Link (via GlennLog)India's Upcoming Free Software, Free
Society Conference
India's Upcoming Free Software, Free
Society Conference
06/05/2005 11:10 PMFree software advocates and IT delegates from around the world will be
in Kerala, India, this week in the hopes of building free software
collaborations for the future.
"Better performance with Bonded-Pairs -
FREE cable samples; FREE CD"
"Better performance with Bonded-Pairs -
FREE cable samples; FREE CD"
07/28/2004 04:34 AMFree James Brown, free all Political
Prisoners....
Free James Brown, free all Political
Prisoners....
11/17/2003 09:15 AMJust Say Go!!
David Weinberger points at the "Send Back Your MP3" site this
morning. I think this is just the thing for children of all ages
- from eight to eighty - we can all start to feel better about
ourselves by sending back our MP3s to the RIAA. As for me, I
prefer the hex dump, but you might want to save a tree in your neck of
the woods and fax the data back electronically! I know I have a
fax program that doesn't require me to print out out hard copy before
I fax. Maybe you do too!
Java 1.5.0 Now Officially Java 5.0
Java 1.5.0 Now Officially Java 5.0
07/04/2004 06:56 PMTop 6 XML and Java books
(java.about.com)
Top 6 XML and Java books
(java.about.com)
08/27/2002 11:51 AMExperts to Demystify the Challenges of
Lead-Free Wave Soldering in Free, Live
Webcast Seminar... Thursday, March 17th
– 11 a.m. to Noon, U.S. E.T.
Experts to Demystify the Challenges of
Lead-Free Wave Soldering in Free, Live
Webcast Seminar... Thursday, March 17th
– 11 a.m. to Noon, U.S. E.T.
03/14/2005 04:12 PMSMT manufacturing experts will explore and demystify the challenges of
lead-free wave soldering in a free, live webcast seminar on Thursday,
March 17, 2005, at 11 AM, U.S. Eastern Time. [PRWEB Feb 28, 2005]
Barefoot Software Launch Australian
Swimsuit Edition-Free, a Free Mobile
Phone and Wireless Device Service for
Cardmate on Symbian Devices
Barefoot Software Launch Australian
Swimsuit Edition-Free, a Free Mobile
Phone and Wireless Device Service for
Cardmate on Symbian Devices
06/12/2004 02:48 AMBarefoot Software Asia Limited (BSAL) is pleased to announce the
launch Australian Swimsuit Edition-Free (ASE), via the Barefoot
Software website (http://www.barefootsoft.com) for immediate download.
ASE is a Cardmate application for mobile phones which is being
launched for Free as a promotional application to end users who have a
Symbian based mobile phone. ASE, the first Australian swimsuit model
application for Smartphone devices in the World can initially be
downloaded by users who have a Nokia (6600/3650/7650), Sony Ericsson
P800/P900 and other compatible phones from the barefoot Web site.
[PRWEB Jun 12, 2004]
Free wi-fi in mobile alabama and a Free
Drink
Free wi-fi in mobile alabama and a Free
Drink
11/12/2003 01:14 PMJr's Smokehouse in Mobile, Alabama
has free wi-fi at
the resturaunt. The owners are really great guys. I told them about
this site and they said if anyone that comes in mentions they saw this
here they would give them a
free drink with their meal!
WorldNetDaily - A Free Press for a Free
People
WorldNetDaily - A Free Press for a Free
People
08/09/2004 02:56 PMIsrael's End-Time Gamble .. their front page today .. WND's Joseph
Farah .. World Net Daily .. WorldNetDaily, .. WorldNetDaily ..
WorldNetDaily .. NEWS .. WND .. y
worldnetdaily.com
track this
site | 2 links
Free Semiconductor Manufacturing Process
Seminar Webcast, “Lead Free Process
Overview,”: Thursday, July 22, 2004
Free Semiconductor Manufacturing Process
Seminar Webcast, “Lead Free Process
Overview,”: Thursday, July 22, 2004
07/07/2004 02:38 AMFree Semiconductor Manufacturing Process Seminar Webcast, “Lead Free
Process Overview,” Thursday, July 22, 2004, 11 AM to Noon & 2 PM to 3
PM, Eastern Time.Presented by Speedline Technologies. [PRWEB Jul 7,
2004]
PHP: Free Software on Free Tools
PHP: Free Software on Free Tools
05/17/2004 10:25 AMOpen
Source: Open Source Scripting Made Easy: This is an article about
PHP scripting tools that makes an important point:
Commercial scripting languages have drawn success from
powerful and widely used development tools: ASP has Visual Studio,
ColdFusion has Macromedia's Dreamweaver, and JSP has a variety of
tools from commercial sources such as Borland and open source projects
such as Eclipse and NetBeans. PHP's enormous success, however, is not
tied to specific tools.
Some friends of mine have been working with Microsoft's .Net
platform. They tell me it's amazing ("fan-friggin'-tastic," one of
them called it). This is great, but I guess I don't like anything
where the barrier to entry is so high — first you have to have a
Windows server, then you have to have the Windows dev environment.
I code PHP in EditPlus,
which cost me all of $30, and that was an optional purchase because
there are so many other free alternatives. Maybe I'm just a snob.
Via PHP|Architect.
Click here to comment on this entry
Free Hotspots Need Free Security
Free Hotspots Need Free Security
06/20/2004 06:58 AMGrok Description matches for Free Java 1.01_T2004.01.06
GrokA matches for Free Java 1.01_T2004.01.06
Free Java 1.01_T2004.01.06