NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed. (sponsored)
In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.
Swing Fuse (actually just Fuse), is a framework designed to make it easier to create your own custom desktop components. In this article, Daniel Spiewak shows you how to get started and provides sample source code you can download.
Willam Louth shows how he uses JXInsight Probes to investigate probable performance issues with code bases that he is not familiar with. He also highlights possible pitfalls in creating a benchmark, as well as in the analysis of results.
We are very excited to present yet another release of Super CSV, version 1.30.
Super CSV is a free CSV reader/writer with a wealth of features to suit all your CSV needs. The framework evolves around
Highlights of this release:
* BeanReader now accepts interface types to read into. The reader will create an implementation on-the-fly of the interface
and use this.
* the ITokenizer interface has become public, making 3rd party extensions better integrated.
* The exception class now contains the file context in which it was thrown. And generally, all places exceptions are
thrown have been cleaned up, streamlined and now passes the file context upon an exception.
* An overloaded read() has been removed entirely
* Added the following new cell processors: ParseBigDecimal
* A new exception SuperCSVReflectionException replaces annoying Java checked exceptions
ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchMethodException
* More methods now use the "..." notation for easy use.
Super csv 1.30 released
URL: new release
At 4:20 PM on Jan 22, 2008, Kasper Graversen wrote:
Fresh Jobs for Developers Post a job opportunity
Super CSV is a free CSV reader/writer with a wealth of features to suit all your CSV needs. The framework evolves around
Highlights of this release:
* BeanReader now accepts interface types to read into. The reader will create an implementation on-the-fly of the interface
and use this.
* the ITokenizer interface has become public, making 3rd party extensions better integrated.
* The exception class now contains the file context in which it was thrown. And generally, all places exceptions are
thrown have been cleaned up, streamlined and now passes the file context upon an exception.
* An overloaded read() has been removed entirely
* Added the following new cell processors: ParseBigDecimal
* A new exception SuperCSVReflectionException replaces annoying Java checked exceptions
ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchMethodException
* More methods now use the "..." notation for easy use.
Super CSV is Available at http://supercsv.sourceforge.net/
2 replies so far (
Post your own)
Re: Super csv 1.30 released
Thanks, it is the thing I need.Re: Super csv 1.30 released
Yes, SuperCSV a handy little tool