stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


WKB4J: A reader for WKB data in Java







WKB4J: A reader for WKB data in Java

WKB4J: A reader for WKB data in Java 12/13/2003 08:42 PM

PostGIS 0.8, Postgresql 7.4




This is a GrokNews Entry: (what is grok?)





Similar Items

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 AM
First release...

Book review: Java & XML Data Binding
(Java Pro)


Book review: Java & XML Data Binding
(Java Pro)
08/26/2002 08:32 AM

Speed-reader edition of Cory's EST for
Java phones


Speed-reader edition of Cory's EST for
Java phones
04/06/2005 05:27 PM
Cory 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 PM

Data Wizard for Java 1.0.1


Data Wizard for Java 1.0.1 11/05/2003 08:16 PM
A 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 AM
Beta 3b release

Sun seeks data persistence model for
Java


Sun seeks data persistence model for
Java
09/24/2004 08:04 PM
Sun 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 PM
TJDO 2.0 Released

TriActive Java Data Objects 2.0 (Stable)


TriActive Java Data Objects 2.0 (Stable) 11/11/2003 06:53 PM
An 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 PM

Handling large data files efficiently
with Java


Handling large data files efficiently
with Java
06/15/2002 12:22 AM
CNET 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 AM
Dharma 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 AM
CNET 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 PM
Coherence 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 PM
CodeFutures 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 PM

Apple releases Java 3D, Java Advanced
Imaging update


Apple releases Java 3D, Java Advanced
Imaging update
12/18/2003 10:39 AM
Apple 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 AM
Apple 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 PM

Critical Java Bug Targets Java Virtual
Machine


Critical Java Bug Targets Java Virtual
Machine
01/06/2005 12:02 PM

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 PM
Across 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 AM
Texas Holdem

Java 3D and Java Advanced Imaging Update
1.0


Java 3D and Java Advanced Imaging Update
1.0
12/17/2003 09:38 PM
Extends 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 AM
Allied 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 AM
BC 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 PM

XCode Forums - Cocoa Cocoa-Java Carbon
Java AppleScript


XCode Forums - Cocoa Cocoa-Java Carbon
Java AppleScript
06/24/2004 02:52 PM
General 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 AM

Convert data between XML and relational,
LDAP data (Advisor.com)


Convert data between XML and relational,
LDAP data (Advisor.com)
10/09/2002 10:47 AM

Prosoft 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 AM
Prosoft 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 AM
SecureSpeed 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 PM
Ariadne 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 AM
An 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 PM
An 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 AM
First release (prerelease 1.00pre1)

Yet Another RSS Reader 0.1.8


Yet Another RSS Reader 0.1.8 06/30/2004 01:11 AM
An 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

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Canada deems P2P
downloading legal |
CNET News.com

BBC NEWS |
Technology | Iran's
president defends
web control

U.S. News Press
Release:
INVESTIGATIVE
REPORT: The untold
story of the Bush
administration's
penchant for secrecy
(12/12/03)

EU in Crisis as
Constitution Summit
Collapses

EU Faces Possible
Two-Speed Future as
Talks Fail

Arnold's Budget Deal
Sealed with Stories,
Cigars

PHP Magazine and
Sessions

PHP Class 'Highlight
Code' released

Overstating Perhaps?
cinc
ganc
Building Custom
Rackmount Systems?

Find Results Now:
People Search:
Finding Lost Friends
Online

Unspeakable secrets
in a haunted house
and cyberspace

Miserable Failure (
Too Hot for Swamp
Gas )

Homelanddefensestock
s.com - Border
Security Stocks
Update $9 ...

SuperKids good
resource for
educational software

Google's search ends
in India

Mark Davis : The
Buildings That Aren
' t Burning in Iraq

In an Oversexed Age,
More Guys Take a
Pill

Re[2]: A new TCP/IP
blind data injection
technique?

School of Rock
High-Tech Firms
Worry About
Taiwan-China
Tensions

fix-mime-charset
mod-xslt for Apache
2.0.35 and later

Free Stereology
Shuttle Wings To Get
Sensors

Virginia tests spam
law

Nasdaq 100 juggles
tech

Hope on horizon 100
years after first
flight as U.S.
president considers
new course

The New Republic
Online: Easterbrook

Nasty Language on
Live TV Renews Old
Debate
(TechNews.com)

Q: What will happen
when a national
political machine
can fit on a laptop?
A: See below
(washingtonpost.com)

Night of the Image
Map: A List Apart

Apple Pro Runtime
1.5.1

Should of taken the
pink pill

Open SubEditor
Open Medias Project
OpenShowCenter 0.14
snif 1.2.8
RPM Builder 0.1.3
Gnofract 4D 1.9
Java Application
Monitor API 1.0

syschk 0.4
X11::GUITest 0.19
Linux-VServer 1.22
(Stable)

sysconf 1.0.0
MailBridge 0.6
Microsoft ending
tech support for
Windows 98

what is grok?