What's Java's Future? Category: Article Glen Kunene,
Feb 3, 2010
Java is being eclipsed by other programming languages, yet Oracle could change that if it wanted to.
Open-Source Java SDK for VMware vCloud API VMware has announced the availability of Java open-source SDKs for the VMware vCloud API, making it easier for developers to leverage VMware vCloud services. The open-source client libraries and tools for this release are now available from cloud software resources including Dasein, jCloud and LibCloud.
Oracle JDBC Logging Using java.util.logging A recent Oracle white paper describes in detail how to use the standard Java log mechanism, java.util.logging, with Oracle JDBC drivers.
JFileDownload - Java downloader JFileDownload is a file and folder downloader applet working with either FTP or HTTP. It can resume broken transfer and skip/overwrite duplicate downloads. It allows selecting target folder before download, displaying a progress bar with transfer rate and optionally redirecting after successful download.
JNode JNode is a simple to use and install Java operating system for personal use on modern devices.
Using Randomization in Java Unit Testing Snooped: Jan 13, 2010 Using randomization in your Java unit tests is easy and not as time consuming as you think. Plus, it will increase the value of your tests in the short and long term.
Testing Views and Integration in Ruby on Rails Snooped: Jan 13, 2010 Learn how to test views in a Rails application, as well as how to test how well the different parts of the application are integrated.
Java vs. C++: The Performance Showdown Snooped: Jan 13, 2010 It's time to settle this once and for all: For memory allocation, looping, and floating-point operation, does Java or C++ perform better?