indiWiz.com

Subhash's Tech Log

Archive for the ‘news’ tag

Netbeans, Eclipse new releases

without comments

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.

Written by Subhash Chandran

June 30th, 2009 at 5:11 am

Posted in Java,news

Tagged with , ,

Google Chrome in Linux

with one comment

Google Chrome in Linux

Get it from the Early Access Release Channel.

Written by Subhash Chandran

June 17th, 2009 at 3:33 am

Posted in news

Tagged with , ,

Netbeans 6.7 RC 2

without comments

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.

NetBeansIDE 6.7 RC2

Written by Subhash Chandran

June 10th, 2009 at 5:56 pm

Posted in Java,news

Tagged with , ,

JavaFX 1.2 for Linux, Mac and Solaris

without comments

JavaFX is now available for Linux, Solaris and Mac. Finally, now I can try this technology (I use Linux at work and home)!

Written by Subhash Chandran

June 4th, 2009 at 5:11 am

Posted in Java,news

Tagged with , ,

My LFY print article available with CC license

without comments

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.

Written by Subhash Chandran

June 3rd, 2009 at 5:24 am

Posted in Java,news

Tagged with ,

Java Multi-touch API

without comments

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!

Written by Subhash Chandran

June 1st, 2009 at 10:51 am

Posted in Java,news

Tagged with , , ,

JDK 6 Update 14 Released

without comments

The important feature update in this release is the inclusion of Garbage-First Garbage Collector (aka G1). Download JDK 6 update 14.

Written by Subhash Chandran

June 1st, 2009 at 5:58 am

Posted in Java,news

Tagged with ,

JUnit 4.6 Released

without comments

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>

Written by Subhash Chandran

May 11th, 2009 at 11:43 am

Posted in Java

Tagged with , ,

My print article appears in Linux For You May 2009 edition

without comments

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.

Written by Subhash Chandran

May 11th, 2009 at 9:22 am

Posted in Uncategorized

Tagged with

Clojure reaches 1.0

without comments

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.

Written by Subhash Chandran

May 6th, 2009 at 9:12 am

Posted in news

Tagged with , ,

MySQL founder's view on Oracle's acquisition of SUN

without comments

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.

Read more.

Written by Subhash Chandran

April 25th, 2009 at 2:26 pm

Posted in news

Tagged with

Saddest news of recession: Oracle buys SUN

without comments

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

Written by Subhash Chandran

April 20th, 2009 at 7:18 pm

Posted in news

Tagged with

VirtualBox 2.2 Released

without comments

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.

Written by Subhash Chandran

April 9th, 2009 at 11:24 am

Posted in news,OpenSource

Tagged with , ,

freshmeat.net gets an update…

without comments

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.

Written by Subhash Chandran

April 3rd, 2009 at 10:39 am

Posted in news

Tagged with ,

Maven 2.1.0 Released

without comments

My favorite project and build management tool, Maven, has been updated. View release notes for the list of bug fixes and feature improvements.

Written by Subhash Chandran

March 26th, 2009 at 3:12 pm

Posted in build,Java,news

Tagged with , , ,