Java Virtal Machine.net

[ News ] rss

March 15, 2010

Joe Darcy: Beware of Covariant Overriding in Interface Hierarchies. One of the changes to the Java programming language made back in JDK 5 was the introduction of covariant returns, that is, the ability in a subtype to override a method in a supertype and return a more specific type. For example,

More »

March 14, 2010

Stephen Colebourne: Java language design by use case. In a blog in 2006 Neal Gafter wrote about how language design was fundamentally different to API design and how use cases were a bad approach to language design. This blog questions some of those conclusions in the context of the Java language.

More »

December/2006
SunMonTueWedThuFriSat
     1 2
34 5 67 89
10111213 141516
1718 192021 22 23
24252627282930
31      

[ Archives News
for 'Java Technology' ]

home > news > java technology > december 2006

December 2006

December 22, 2006

JAXB 2.1 Final

Sun Microsystems has finalized JSR 222 - Java Architecture for XML Binding (JAXB) 2.0. "JAXB 2.0 is a follow-on to JSR 31 Java XML Data Binding Specification building upon the architecture introduced in JAXB 1.0 JAXB 1.0 lowered the barrier for develop...

Comment here

More »


December 22, 2006

SQLiteJDBC 031

The SQLiteJDBC project has announced the release of version 031. "This release adds stricter control of statements to avoid unfinalized errors on close."

Comment here

More »


December 22, 2006

HttpAuth 0.6

The HttpAuth project has announced the release of version 0.6. "A crash which occurred when doing some sort of Basic authentication was fixed. Numbers are now allowed in handler names. The program reconnects properly to httpauthd when that daemon has b...

Comment here

More »


December 22, 2006

Jess 7.0p1

The Jess rules engine project has announced the release of version 7.0p1. "Several minor bugs from the 7.0 release are fixed. Formatting and syntax coloring in the JessDE are no longer confused by multiline strings and comments. The JessDE contains a f...

Comment here

More »


December 22, 2006

Generic Algorithms for Java 0.8

The Generic Algorithms for Java (JGA) project has released version 0.8. They write in, "The major focus of this release is incorporating feedback from users. There are two major changes in this release based on such feedback. First, to make it a lot ea...

Comment here

More »


December 22, 2006

FindBugs 1.1.2-rc6

The FindBugs project has announced the release of version 1.1.2-rc6. "Fixed some small bugs in the eclipse plugin; some small changes in core findbugs, having to do with uniqueIds and instanceHashes for bugs. Shouldnt effect anything, but testing would...

Comment here

More »


December 22, 2006

Apache Cocoon 2.1.10

The Apache Cocoon project has announced the release of version 2.1.10. "This release includes many bug fixes and smaller enhancements."

Comment here

More »


December 22, 2006

TrueZIP 6.4

The TrueZip project has released version 6.4. They write in, "A minor release number increase, but a major improvement: TrueZIP 6.4 fixes all known bugs, significantly improves performance in many sectors and comes with an overall updated Javadoc for t...

Comment here

More »


December 21, 2006

YourKit Java Profiler 6.0.2

The YourKit Java Profiler project has announced the release of version 6.0.2. "Eclipse 3.3 M3 and later are supported. Several dead-locks on startup and class loading issues were fixed."

Comment here

More »


December 21, 2006

StreamCruncher 1.01 Beta

The StreamCruncher project has announced the release of version 1.01 Beta. "JavaDocs were added for test cases. A complex co-related sub-query test case was added. An SLA alert use case was added."

Comment here

More »


©2002-2008Java-Virtual-Machine.net