java

The Best Java Tools You Never Knew Existed

I was at an awesome presentation at JavaOne of the long tail of Java tools that not many people have come across, which I had to share. So, in no particular...

8 replies - 6818 views - 05/12/08 by Jakub Korab in Articles

Facebook Drops Java Support - Loses Another $1B of Fantasy Valuation

This just in from the Facebook-PR-flacks-writing-pure-dross department:"We appreciate all of the effort and time that you've (Java developers, that is)...

15 replies - 3048 views - 05/12/08 by James Sugrue in Articles

JavaOne: Extreme Innovation (or James Goslings Showcase) Part 1 of 2

In a week that now seems to have raced by in a blur, the main hall at the Moscone Center was packed to capacity as you would expect when James Gosling is...

0 replies - 2366 views - 05/10/08 by cornsomething in News

JavaFX Gets Video Capabilities

Get ready for high quality video on the screens of your life. Sun has entered into a multi-year agreement with On2 Technologies, to provide immersive media...

6 replies - 1993 views - 05/08/08 by James Sugrue in Articles

When Should You Jump? JSR 308. That's When.

One of the frequently asked questions at the No Fluff, Just Stuff expert panels boils down to, "When should I get off the Java train?" There may be...

13 replies - 2893 views - 05/08/08 by Michael Nygard in Articles

Intro to Design Patterns: Prototype Pattern

Today we're going to look at the Prototype design pattern.  Specify the kinds of objects to create using a prototypical instance, and create new objects by...

4 replies - 1729 views - 05/07/08 by Andre Mare in Articles

Console applications with Java 6

In Java 6 a better way of interacting with the command prompt was introduced, the java.io.Console class. Together with the utility class java.util.Scanner...

2 replies - 2194 views - 05/06/08 by danielstoner in News

OSGi & Spring

It’s time to move on and show the simple elegance Spring brings to OSGi development using the HelloWorldSpec sample from the OSGi & Modularity post. But...

0 replies - 1805 views - 05/06/08 by Kirk Knoernschild in Articles

Network interface details with Java 6

Many times it is useful to be able to get programmatically information about the network interfaces present on a host. Java standard library include a number...

0 replies - 1768 views - 05/05/08 by danielstoner in News

Getting File System Details in Java

Due to a number of differences between various platforms it is very difficult to present system specific information in a consistent manner. When getting...

2 replies - 2471 views - 05/04/08 by danielstoner in Tips and Tricks

OSGi & Modularity

The .jar file has always been a great unit of modularity on the Java platform. Unfortunately, it also comes with the classpath baggage, and .jar files were...

1 replies - 2159 views - 05/03/08 by Kirk Knoernschild in Articles

Functional Programming: Static Methods as Function Objects

In one of my earlier explorations I described a policy object created by "functional style programming" in Java. The basic idea is to make methods...

3 replies - 1636 views - 05/02/08 by Yardena in Tips and Tricks

Watch for Falling Blocks: Take TetrisJFX for a Spin!

You may know that I've been progressively building a Tetris game in JavaFX on this blog, the most recent post being Game Over: Improving upon the Compiled...

4 replies - 998 views - 05/01/08 by Jim Weaver in Articles

Functional Programming: Predicate + Function = Rule

I want to share with you a little gadget that uses google-collections. Basically, a rule is a condition and an action.

9 replies - 1552 views - 05/01/08 by Yardena in Tips and Tricks

ZeroTurnaround Releases JavaRebel 1.1, Offers Free Licenses for Bug Reports

JavaRebel is a JVM plugin (-javaagent) that enables reloading changes made to Java class files on-the-fly, saving developers the time that it takes to redeploy...

0 replies - 565 views - 05/01/08 by Jevgeni Kabanov in Announcements