Archive for the ‘news’ tag
Netbeans, Eclipse new releases
Eclipse Foundation released Eclipse Galileo on 24th June. Netbeans released version 6.7 on 29th June. Nice to see healthy competition from both sides
. Download the latest versions of Netbeans and Eclipse.
Google Chrome in Linux
Get it from the Early Access Release Channel.
Netbeans 6.7 RC 2
I have been test-driving Netbeans 6.7 RC 2 for two days now. Has been pretty stable. It is also the first version with native Maven support.
JavaFX 1.2 for Linux, Mac and Solaris
JavaFX is now available for Linux, Solaris and Mac. Finally, now I can try this technology (I use Linux at work and home)!
My LFY print article available with CC license
My print article in Linux For You (LFY) May 2009 Testing RESTful WebServices Made Easy is now available under Creative Commons Attribution-Share Alike 3.0 Unported License.
Java Multi-touch API
Multi-touch is one of the areas where there is no standard in Java. I believe some of the vendors might have developed custom multi-touch APIs for Java. But wouldn’t we, as developers, prefer some standard API which would work across multiple vendors? Richard Monson-Haefel, an eccentric genius whose work spans Java and multi-touch world, has taken the initiative to call for participation in this standardization process. Interested people, please join him in creating history!
JDK 6 Update 14 Released
The important feature update in this release is the inclusion of Garbage-First Garbage Collector (aka G1). Download JDK 6 update 14.
JUnit 4.6 Released
Check the release notes and download.For those using Maven, here is the dependency:
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.6</version>
</dependency>
My print article appears in Linux For You May 2009 edition
The article is titled Testing RESTful WebServices Made Easy. You can read a small synopsis here. For those of you who cannot get a copy of Linux for You, the article will be made available by the publisher with Creative Commons License next month.
Clojure reaches 1.0
Clojure 1.0 released. About Clojure from the Clojure website:
Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs.
MySQL founder's view on Oracle's acquisition of SUN
The biggest threat to MySQL future is not Oracle per se, but that the MySQL talent at Sun will spread like the wind and go to a lot of different companies which will set the MySQL development and support back years.
Saddest news of recession: Oracle buys SUN
This is the saddest news of this recession. I do not know how many SUN sponsored OpenSource products will loose their financial lifeline. This is SUN’s demise.
not
VirtualBox 2.2 Released
Version 2.2 of my favorite OpenSource virtualization software, VirtualBox is released. On reading the changelog, I found the new version supporting Open Virtualization Format. This is cool because, now it will be possible to share virtual appliances built with different tools.
freshmeat.net gets an update…
freshmeat.net gets a facelift with modern look and feel. I was growing tired of its old interface and full page loading. The current avatar looks good. But I find some information missing (or, maybe, I am not able to locate), like how many people have subscribed to my project and list of all my projects.
Maven 2.1.0 Released
My favorite project and build management tool, Maven, has been updated. View release notes for the list of bug fixes and feature improvements.

