WKB4J: A reader for WKB data in Java
Grok Headline matches for WKB4J: A reader for WKB data in Java
Java MTF Reader
Java MTF Reader
01/27/2004 12:09 AMFirst release...
Book review: Java & XML Data Binding
(Java Pro)
Book review: Java & XML Data Binding
(Java Pro)
08/26/2002 08:32 AMSpeed-reader edition of Cory's EST for
Java phones
Speed-reader edition of Cory's EST for
Java phones
04/06/2005 05:27 PMCory Doctorow:

One of the coolest remixes that anyone's done of my books has been the
speed reader
that Trevor Smith put together, which flashes the books one word at a
time, at high speed, inside a Java applet. Though the words fly past
so fast that they practically flicker, they are still readable --
there's some heretofore unsuspected talent buried in our brains for
parsing sentences when rendered as rapid-fire flashcards.
Now Crutcher Dunnavant has adapted the speed-reader to run on
Java-capable mobile phones, which makes sense: the screen on a handy
is just the right size to show one word at a time.
Link
(Thanks, Crutcher!)

PPC FAQ: MS Reader Activation Data
PPC FAQ: MS Reader Activation Data
02/16/2004 06:46 PMData Wizard for Java 1.0.1
Data Wizard for Java 1.0.1
11/05/2003 08:16 PMA tool for building a simple graphical user interface.
JiBX - XML Data Binding for Java
JiBX - XML Data Binding for Java
04/30/2004 11:58 AMBeta 3b release
Sun seeks data persistence model for
Java
Sun seeks data persistence model for
Java
09/24/2004 08:04 PMSun Microsystems is looking to make life easier for Java developers by
seeking a common ground on a data persistence model.
TriActive Java Data Objects (TJDO)
TriActive Java Data Objects (TJDO)
11/11/2003 04:27 PMTJDO 2.0 Released
TriActive Java Data Objects 2.0 (Stable)
TriActive Java Data Objects 2.0 (Stable)
11/11/2003 06:53 PMAn implementation of Sun's JDO specification (JSR-12).
Avoid Java-XML data binding headaches
(ZDNet UK)
Avoid Java-XML data binding headaches
(ZDNet UK)
09/18/2002 03:29 PMHandling large data files efficiently
with Java
Handling large data files efficiently
with Java
06/15/2002 12:22 AMCNET Jun 14 2002 11:13PM ET
Dharma Provides Data Access Solution for
Java Applications
Dharma Provides Data Access Solution for
Java Applications
03/17/2005 03:36 AMDharma Systems, Inc., releases Dharma SDK for Java. [PRWEB Mar 16,
2005]
Store and retrieve XML data with custom
Java classes in Sybase
Store and retrieve XML data with custom
Java classes in Sybase
07/11/2002 12:57 AMCNET Jul 11 2002 0:04AM ET
Tangosol Upgrades Data Management Tool
for Java Apps
Tangosol Upgrades Data Management Tool
for Java Apps
07/27/2004 01:06 PMCoherence 2.4 adds support for IBM's WebSphere as well as a new
caching model.
CodeFutures Updates FireStorm/DAO Java
Code Generator for Data Persistence
CodeFutures Updates FireStorm/DAO Java
Code Generator for Data Persistence
03/14/2005 05:57 PMCodeFutures has announced the General Availability of Release 2.4 of
its award-winning FireStorm/DAO tool that makes software developers
more productive by generating the Java code for accessing databases.
The benefits provided by CodeFutures' code generation approach are
higher developer productivity, better software quality, and lower
maintenance costs. [PRWEB Mar 10, 2005]
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 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...
Apple 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.
Quest For "Unbreakable Java" Unites ABAP
& Java
Quest For "Unbreakable Java" Unites ABAP
& Java
01/03/2005 12:11 PMCritical 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?
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...
BlackJack 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 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.

BBned selects Allied Data Technologies
as Supplier for combined Voice and Data
IAD
BBned selects Allied Data Technologies
as Supplier for combined Voice and Data
IAD
09/15/2004 02:24 AMAllied Data Technologies, specialist of Customer Premises Equipment
(CPE) for the Local Loop (PSTN, ISDN, xDSL), today announces their
agreement with BBned, largest provider for high-quality DSL services
in the Netherlands, for the supply of CPE equipment for their Voice
over DSL services in the Netherlands. The agreement involves the
delivery of Voice Integrated Access Devices (IAD), called the
CopperJet 816-2P, with the intention of a follow up order and delivery
next year. The initial shipment will take place this year. [PRWEB Sep
15, 2004]
Epic Data Introduces the MPT9500
Mini-Workstation for Data Collection
Epic Data Introduces the MPT9500
Mini-Workstation for Data Collection
04/08/2005 01:08 AMBC Technology Apr 8 2005 5:34AM GMT
OLAP and Data Warehousing (Data
Warehouse solution architecture)
OLAP and Data Warehousing (Data
Warehouse solution architecture)
07/12/2004 09:12 PMXCode 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
Convert data between XML and relational,
LDAP data (Advisor.com)
Convert data between XML and relational,
LDAP data (Advisor.com)
10/11/2002 07:56 AMConvert data between XML and relational,
LDAP data (Advisor.com)
Convert data between XML and relational,
LDAP data (Advisor.com)
10/09/2002 10:47 AMProsoft releases Data Backup 2.0, Data
Rescue X 10.4
Prosoft releases Data Backup 2.0, Data
Rescue X 10.4
01/06/2004 11:53 AMProsoft Engineering today released Data Backup 2.0 and Data Rescue X
10.4 at Macworld Expo (Booth #834)...
SecureSpeed, LLC, Leading Provider of
Data Storage, Data Backup, Security and
Disaster Recovery Solutions Names VP,
Sales and Marketing
SecureSpeed, LLC, Leading Provider of
Data Storage, Data Backup, Security and
Disaster Recovery Solutions Names VP,
Sales and Marketing
12/26/2004 04:50 AMSecureSpeed LLC named Ludwig Terán as Vice President of Sales and
Marketing. [PRWEB Dec 26, 2004]
Ariadne Genomics Announces the Release
of Seqware Data Center, Self-Updating
Sequence Data Management and Personal
Blast System
Ariadne Genomics Announces the Release
of Seqware Data Center, Self-Updating
Sequence Data Management and Personal
Blast System
03/14/2005 05:08 PMAriadne Genomics, Inc. today announced the release of Seqware Data
Center, a sequence data management and personal BLAST software,
enabling scientists to easily maintain and search annotated sequence
collections. Seqware comes with GenBank pre-loaded. A free trial of
Seqware is available at www.ariadnegenomics.com/products/seqware.html.
[PRWEB Feb 7, 2005]
Yet Another RSS Reader 0.1.7
Yet Another RSS Reader 0.1.7
06/20/2004 11:19 AMAn RSS aggregator and reader that displays its results in the system
tray.
Yet Another RSS Reader 0.1.4
Yet Another RSS Reader 0.1.4
03/08/2004 11:08 PMAn RSS aggregator and reader that displays its results in the system
tray.
Why Another RSS Reader
Why Another RSS Reader
08/19/2004 06:07 AMFirst release (prerelease 1.00pre1)
Yet Another RSS Reader 0.1.8
Yet Another RSS Reader 0.1.8
06/30/2004 01:11 AMAn RSS aggregator and reader that displays its results in the system
tray.
Grok Description matches for WKB4J: A reader for WKB data in Java
GrokA matches for WKB4J: A reader for WKB data in Java
WKB4J: A reader for WKB data in Java