Java, BPELJ hailed
Grok Headline matches for Java, BPELJ hailed
GE hailed as example by China
GE hailed as example by China
12/09/2003 02:44 AMBoston Globe Dec 9 2003 2:32AM ET
U.S. Mad Cow Hailed From Canada
U.S. Mad Cow Hailed From Canada
01/07/2004 01:55 PMDNA tests confirm that the cow diagnosed with the first U.S. case of
mad cow disease was born in Canada. Investigators will use the test
results to search for the source of infection.
Rugby: Woodward hailed
Rugby: Woodward hailed
09/04/2004 04:35 AMJonny Wilkinson says Sir Clive Woodward will be a hard act to follow
as England coach.
Boy hailed for air safety gadget
Boy hailed for air safety gadget
06/22/2005 02:40 AMA 12-year-old boy is praised for inventing a gadget which could help
prevent air crashes like the Concorde accident.
40th carnival hailed as a success
40th carnival hailed as a success
08/30/2004 03:33 PMThe 40th Notting Hill Carnival weekend is praised for its high
turn-out and peaceful spirit as it draws to a close.
Brown hailed influential by Time
Brown hailed influential by Time
04/10/2005 02:39 PMChancellor Gordon Brown is one of the world's 100 most influential
people, US magazine Time says.
Afghan voter registration hailed
Afghan voter registration hailed
08/01/2004 11:51 AMNearly all eligible voters have signed up to take part in October's
historic presidential poll, the UN says.
Goss Hailed As Old Pro, Assailed as
Partisan (washingtonpost.com)
Goss Hailed As Old Pro, Assailed as
Partisan (washingtonpost.com)
09/13/2004 06:39 AMwashingtonpost.com - The CIA director's coat caught fire. Smoke rose
from Allen Dulles's tan tweed jacket as he sat behind his desk,
lighting his pipe, talking to a young Porter Goss. Goss was hoping to
become a clandestine service officer. This was his final interview.
Mars probe hailed as triumph for U.K.
technology
Mars probe hailed as triumph for U.K.
technology
12/21/2003 11:53 PMCNET Asia Dec 21 2003 10:34PM ET
Bush's Leadership Against Terror Hailed
(washingtonpost.com)
Bush's Leadership Against Terror Hailed
(washingtonpost.com)
09/01/2004 12:31 AMwashingtonpost.com - NEW YORK, Aug. 31 -- The Republican National
Convention spent a second night celebrating President Bush's
leadership in the struggle against terrorism, praising him for putting
"all his heart and soul" into the fight against America's enemies.
Salesboom.com’s new Distribution
Partnership Hailed as “Huge
Breakthrough”
Salesboom.com’s new Distribution
Partnership Hailed as “Huge
Breakthrough”
09/13/2004 04:14 PMSalesboom.com, leading provider of on demand Customer Relationship
Management (CRM) and Sales Force Automation (SFA) services today
announced it has brokered what has been referred to as a “Huge
Breakthrough” partnership in the Southeast Asian market. After meeting
with the President of Datapax Philippines, a provider of mobile and
wireless ondemand SFA and inventory solutions for the Southeast Asian
market a number of times during a week-long visit to Canada, the
partnership announcement comes with high expectations. [PRWEB Sep 13,
2004]
New airplane hailed as "the fourth great
breakthrough in aeronautical science"
New airplane hailed as "the fourth great
breakthrough in aeronautical science"
09/06/2004 09:30 PM
Mark Frauenfelder:

Julian sez: [
Fanwing is a] new type of heavier than
air craft that can fly slowly
and carry heavy loads. It seems pretty cool and might actually work.
Link
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...
Critical Java Bug Targets Java Virtual
Machine
Critical Java Bug Targets Java Virtual
Machine
01/06/2005 12:02 PMSun 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?
Book review: Java & XML Data Binding
(Java Pro)
Book review: Java & XML Data Binding
(Java Pro)
08/26/2002 08:32 AMQuest For "Unbreakable Java" Unites ABAP
& Java
Quest For "Unbreakable Java" Unites ABAP
& Java
01/03/2005 12:11 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 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).
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.

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
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 AMJava has won, says Sun
Java has won, says Sun
12/05/2003 01:02 AMSunday Times South Africa Dec 5 2003 0:13AM ET
Java SOS 3.85
Java SOS 3.85
06/07/2004 06:12 AMA Java servlets office suite.
Java 1.5
Java 1.5
01/01/2004 10:59 PMJava
1.5 is coming, too.
Java GDS API
Java GDS API
12/29/2004 05:42 AMJGDS Project Website Updated
Java IM
Java IM
06/22/2005 02:02 AMJavaIM 0.0.1 released
Java SOS 3.65
Java SOS 3.65
01/19/2004 05:06 AMA Java servlets office suite.
Java SOS 4.0
Java SOS 4.0
09/27/2004 06:42 AMA Java servlets office suite.
Java IM Bot
Java IM Bot
07/29/2004 12:03 PMJIB version 0.1 release
Java 1.4.1
Java 1.4.1
03/13/2003 10:21 AMJava developers on the Mac will be interested to note that
Apple have made available version
1.4.1 for Mac OS X.
Java 1.4.1 features a switch from Carbon to Cocoa for the GUI, 60%
more features than 1.3.1, and is pretty much a complete re-working of
Java on Mac OS X.
{ more at the
O'Reilly Network }
Java Ho!
Java Ho!
05/11/2004 01:54 AMWell, I think
Genx is pretty
well put to bed. (Need to generate XML? Need digital signatures? You
need
Genx.) So, in between endless phone/chat about
WS-Uncluttering and Jython packaging and IETF process, I managed to
start sketching out some next-project ideas today. And it’s going to
be Java, I’ve been in the C-language mines for the past few years
and that’s OK, but I work for Sun now and I ain’t going near
Solaris internals, so Java Roolz OK ’round here, you hear? Wow,
it’s grown since the last time I was in the neighborhood. Hey, I
just loaded
Ustr
into
NetBeans and it Just
Worked, even got JUnit to run all the tests. This
“object-oriented” stuff, it’ll catch on, just watch.
BNF for Java
BNF for Java
07/27/2004 04:27 PMTake time for CVS
LPD in Java 0.5.3
LPD in Java 0.5.3
12/03/2003 07:26 PMA line printer daemon protocol implementation.
Grok Description matches for Java, BPELJ hailed
GrokA matches for Java, BPELJ hailed
NOSI, the Nonprofit Open Source
Initiative, announces the release of its
new guide "Choosing and Using Open
Source Software: A Primer for
Nonprofits."
NOSI, the Nonprofit Open Source
Initiative, announces the release of its
new guide "Choosing and Using Open
Source Software: A Primer for
Nonprofits."
02/17/2004 11:57 PMAs per a recent post, I love to see (and hope to one day do it myself)
Open Source Software in Non-Profits. Seems http://www.nosi.net found
my post:
http://thelostolive.net/tlo/comments.php?id=1786_0_1_0_C
And commented the release of its new guide "Choosing and Using Open
Source Software: A Primer for Nonprofits." And now in their own words:
___snip____
--
From: Katrin Verclas
Email: steering (a) nosi.net
Hi, Kevin -
NOSI actually just released a new...
Open-source activist Bruce Perens joins
open-source defense group
Open-source activist Bruce Perens joins
open-source defense group
05/07/2004 04:33 PMA key leader in the open-source software movement has been appointed
to the board of Open Source Risk Management, which is defending the
legal standing of open-source software.
Do You Suffer from Open Source Phobia? -
six reasons you might relent and be
ready for an extreme makeover - OPEN
SOURCE - Magazine - Darwin Magazine
Do You Suffer from Open Source Phobia? -
six reasons you might relent and be
ready for an extreme makeover - OPEN
SOURCE - Magazine - Darwin Magazine
03/08/2004 11:20 PMhttp://www.darwinmag.com/read/030104/open.html
ASK A GROUP OF corporate IT leaders whether they'd rather stick their
arms into a box of tarantulas or allow open source software (OSS) on
their networks, and odds are most would start rolling up their
sleeves. Not to do any downloading, either.
Slashdot on Open Source Ideas and Open
Source Life
Slashdot on Open Source Ideas and Open
Source Life
06/23/2004 08:27 PM As Canada protects the patents on genes, Download Aborted wonders
whether the genetic code should be considered Open Source. It's
slashdotted here. And as atonement for saying something positive about
the people at Microsoft — man, you folks are rough! —
here's some slashdottism about the anti-Open Source think tanks that
Microsoft is funding. (But I still like the Microsofties I've met. So
there.)...
Open source opportunity, open source
risk
Open source opportunity, open source
risk
09/22/2004 10:44 AM
I've been traveling more than usual lately, and while on the road I've
been working my way through the
ITConversations audio
archive. It's full of gems, and one of them is Doug Kaye's
interview
with Philip Greenspun. While discussing the
ArsDigita flameout,
Greenspun offers insightful perspectives on the opportunity, and the
risk, of open source as a business model.
...Open source process for open source
development
Open source process for open source
development
04/05/2005 11:50 AM
Sun has given every possible indication that Open Solaris will be run as a true
open source project. The latest indication is the make-up of the board
of directors:
Casper Dik,
Roy Fielding,
Al Hopper,
Simon Phipps, and
Rich Teer.
(via Simon Phipps - congrats Simon!)
From open source to open services to
open information
From open source to open services to
open information
03/29/2005 12:00 PM
My
March
21 entry about upcoming.org turned out to be an odd juxtaposition
because, on the same day, a new events database called
EVDB was announced and shown at PC
Forum. It's due out shortly in public beta but I haven't seen it, so
for now I only know what you can also learn from reading, among
others:
Dan
Farber,
Ross
Mayfield,
Om Malik,
David
Weinberger, and
Paul
Kedrosky (whose recent archive is missing this morning, yikes).
The consensus seems to be that EVDB will be a Web-2.0-style,
Wiki-style, RSS-friendly, Flickr-and-del.icio.us-like thingy. Sounds
promising! I'll certainly check it out when it's public.
...Microsoft Depends On Shared Source, Dips
Toe In Open-Source Waters (TechWeb)
Microsoft Depends On Shared Source, Dips
Toe In Open-Source Waters (TechWeb)
04/08/2005 04:56 AMTechWeb - The software vendor will add to the 20 products it now
offers for source-code inspection under its Shared Source Initiative.
Microsoft releases source code to open
source community
Microsoft releases source code to open
source community
05/05/2004 04:06 AMAbout a month ago, Microsoft posted some of its source code to
SourceForge. SourceForge is a, if not the, major distribution point
for open source software. Microsoft's code was put there under the
terms of the Common Public License, which allows modification,
addition, redistribution - in short, it allows most of the rights and
privileges that we associate with open source software.
Advice to Microsoft: Open Source the
Leaked Source
Advice to Microsoft: Open Source the
Leaked Source
02/13/2004 02:37 PMWhat should Microsoft do, now that a chunk of its NT 4.0 and Windows
2000 source code have leaked onto the Web? Our guest columnist says
Microsoft should make lemonade out of lemons and just open source the
whole enchilada.
Open source process for closed source
development
Open source process for closed source
development
04/05/2005 11:50 AM IBM Adopts
Open Development Internally: "Following on the success of its
Eclipse open-source development platform, IBM has quietly been using a
form of open-source development internally to create technology the
company will sell commercially.
IBM calls its model Community Source, which it defines as a
collaborative, internal, open-source-style environment for developing
and testing new technology.
Danny Sabbah, vice president of strategy and technology for the IBM
Software Group, in Armonk, N.Y., said IBM is using its Community
Source model across 100 projects and 2,000 developers in the company.
These projects span the IBM Software Group, Systems Group, Research
and Global Services, he said."
Very interesting. I'd like to learn more about that. What parts of the
so called open source development process have they built into the
Community Source model? I've found that most developers have different
definitions of the open source development process (via
Ross
Gardler).
Open Standards - Open Source. The
Business, Legal & Technical Challenges
Ahead.
Open Standards - Open Source. The
Business, Legal & Technical Challenges
Ahead.
10/28/2003 11:06 PM
The meeting comprised four panels: Business, Technical, Legal,
and Social and Ethical, each of which featured an introduction of the
issues and follow-up with an interactive discussion between the
speakers and the audience. The aim was to capture and publish the
issues discussed in order to raise the industry awareness of the
benefits of Open Source.
Pingtel Breaks Open VoIP Monopolies With
New Open Source Business Model.
Pingtel Breaks Open VoIP Monopolies With
New Open Source Business Model.
02/18/2004 10:41 PMPi
ngtel Breaks Open VoIP Monopolies With New Open Source Business
Model. Interesting.
Open source hackers release open fixes
for MSFT vulnerabilityware
Open source hackers release open fixes
for MSFT vulnerabilityware
12/19/2003 11:45 AMMSFT's apparent incapacity for patching MSIE vulnerabilities hasn't
deterred open-source hackers, who have released a free software patch
for a well-known Explorer vulnerability.
Update: Andrew sez, "...it contains buffer overflow exploits that are wide open for hax0r5 to take
advantage of. In addition, it redirects weird URL requests to -it's
own website-."
Update: Yoz points out
that the patch has been patched.
Link
(via /.)
Open-Xchange Server 5 Blends
Proprietary, Open-Source Perks
Open-Xchange Server 5 Blends
Proprietary, Open-Source Perks
04/12/2005 08:07 PMAccessible through common Web browsers, the collaboration platform
lets users share e-mail, calendar, tasks, threaded discussions and
documents originating from both proprietary and open-source systems.
When Open Source doesn't open and source
doesn't matter
When Open Source doesn't open and source
doesn't matter
07/20/2004 11:14 AMOne frustration too many: time for a rant. When a bug in Mozilla
(keyboard focus is on the previously selected window) has remained
unfixed for at least 18 to 24 months, when XFree86 mouse interaction
with PS/2 or GPM remains hazardous and makes a system unusable and
that bug has been fobbed off to the kernel developers and not dealt
with for at least two years - when there are more examples like this
that make using Open Source software a pain, what do you do?
Are you one of the few people with the time and money and
expertise sufficient to delve into the source yourself to fix the
problem?
Do we have it "too good" and these niggles are, by comparison to
the rest of the world's computer users (Windows), absolute peanuts?
More Than Open Data at the 2004 O'Reilly
Open Source Convention
More Than Open Data at the 2004 O'Reilly
Open Source Convention
08/09/2004 12:52 AMWi-Fi Technology Forum Aug 9 2004 5:11AM GMT
Linux Sees Open Field for Open Source
(washingtonpost.com)
Linux Sees Open Field for Open Source
(washingtonpost.com)
08/03/2004 10:28 AMwashingtonpost.com - Plenty of tech experts have spent years trying to
convince the general public that the Linux operating system is
becoming more of a threat to Microsoft's Windows. With the LinuxWorld
conference underway this week in San Francisco, there is finally a
sure-fire sign that this may be the case: Microsoft won't be there.
Open source cracks publishing wide open
Open source cracks publishing wide open
06/17/2004 11:24 AMOnce upon a time, publishing was the domain of large corporations.
Then came desktop publishing and the tools to produce a book shrank
from the cost of an aircraft carrier to the price tag of a PT boat.
Now, small publishers on the bleeding edge of technology are fomenting
a revolution that may change the publishing market forever. Open
source publishing tools, long derided as not being ready for battle,
are proving themselves in the trenches of small publishing.
Why open distribution is the real
promise of open source
Why open distribution is the real
promise of open source
06/16/2004 11:32 AM The White Rabbit has beckoned us down the wrong rabbit hole. Much has
been made about the open source revolution, and with good reason. The
open source development model produces superior software. But, in my
estimation, the real promise of open source lies not in open source,
but rather in open distribution. Here's why ...
Why Microsoft Should Open Source the
Leaked Source
Why Microsoft Should Open Source the
Leaked Source
02/13/2004 02:37 PMANALYSIS: Redmond would be smart to make lemonade out of lemons by
releasing the rest of the Windows code and letting developers have at
it.
Open Arms for Open-Source News
Open Arms for Open-Source News
07/22/2004 06:17 AMA California newspaper is turning over the news to the people: If you
think it's news, it probably is to somebody, so write it up. By Daniel
Terdiman.
Open-Xchange Server goes open source
Open-Xchange Server goes open source
08/04/2004 09:46 AMLINUXWORLD -- Open-Xchange Server, the Microsoft Exchange Server
workalike, is being released under the GPL at the end of August.
Open-Xchange Server is the engine behind Novell/SUSE's Openexchange
Server, and is produced by Netline Internet Service. Netline CEO Frank
Hoberg will be in the Novell booth during most of the LinuxWorld
Conference & Expo, displaying what a company press release
describes as "the industry's top-selling Linux-based groupware,
collaboration, and messaging application."
Open source and visible source
Open source and visible source
06/08/2004 09:11 AM
Zope Corp.'s layered strategy of engagement with open source and
visible-source communities is a compelling blend of the strengths of
free and commercial software development. In two previous columns, Open
source citizenship and Giving
back to open source, I explored the tendency of enterprises to
fork open source projects rather than join them. Pedhazur suggests
that a commercial entity supporting both an open source base and a
visible-source layered product can reduce the need to fork. By
outsourcing code enhancements, the argument goes, an enterprise can
enjoy single-throat-to-choke control without seceding from a project's
community. It remains to be seen how broadly this model can apply, but
in cases where it does, what's not to like? [Full story at
InfoWorld.com]
In this
two-minute
clip, Zope Corp.'s Chairman Hadar Pedhazur describes the visible
source model as a middle-ground option between the few large open
source projects, whose direction an enterprise cannot easily
influence, and the many smaller ones that enterprises can influence,
but typically fork in order to do so.
...Microsoft open to open source
Microsoft open to open source
06/24/2004 12:49 PMMicrosoft Corp. says it is looking to turn over more of its programs
to open-source software developers, playing a greater role in a
process that the Redmond company has criticized strongly at times in
the past.
Money-makers like the company's Windows operating system and Office
productivity suite aren't on the table -- or anywhere near it.
But the company has so far released two software-development tools to
the open-source community, and it wants to continue the practice, a
Microsoft platform manager told an industry group this week.
Microsoft open to open-source
Microsoft open to open-source
06/24/2004 08:17 AMOpen season on open source
Open season on open source
05/21/2004 01:07 AMWired News: Open Arms for Open-Source
News
Wired News: Open Arms for Open-Source
News
07/23/2004 03:07 AMturns content control to the people .. Open Arms for Open-Source
News
wired.com/news/culture/0,1284,64285,00.html
track this
site | 4 links
Second source, not open source, is the
key
Second source, not open source, is the
key
06/16/2004 09:56 AMZDNet UK Jun 16 2004 2:16PM GMT
Java, BPELJ hailed