News (5)

Significant gaps found in MS Exchange API docs

Software companies that provide alternatives to Microsoft Exchange have reported "significant gaps" in the application programming interfaces (APIs) recently published by Microsoft for its volume server products. Read more »

Interview: Red Hat's new CEO

Red Hat's new chief executive officer, Jim Whitehurst, talks about the Linux maker in an extensive interview with ZDNet Australia sister site CNet News. Read more »

Google Gadgets now work on Linux

Google Gadgets — mini-applications that can be placed anywhere on the desktop — have, until now, only been compatible with Windows and Mac. Read more »

Sun takes the covers off Mustang

At JavaOne, Sun gave developers a peek at what's coming in the next two major releases of Java, and we've rounded them up for you. Read more »

Interrupting Java threads

Multithreading presents a set of new challenges to the programmer that can lead to unexpected behaviour. In this article we address one of those challenges: how to interrupt a running thread. Read more »

Features (72)

The Samurai Principle

Death or Glory! Builder AU's Nick Gibson shows how you can use the Samurai Principle to write better code. Read more »

LINQ for next Java query API?

LINQ could become the next query API for Java, after the majority agreed at a recent meeting of the Object Database Technology Working Group (ODBTWG), as well as the ICOODB conference in Berlin that it was the optimal solution. Read more »

Parse XML with the StAX Java API

Streaming API for XML (StAX) is an API that allows you to read and write XML documents in Java. StAX is a parser independent, pure Java API based on interfaces that can be implemented by multiple parsers. Read more »

Process multimedia with the Java Media Framework API

The Java Media Framework (JMF) API allows developers to process media in many different ways. It deals with real-time multimedia presentations and effects processing. Read more »

Java Reflection API helps leverage the power of classes

The Java Reflection API is a long-standing tool that opens the door to a variety of programming techniques. This walk-through will show you how to access class definitions at runtime. Read more »

Test your database's physical connection

In Java, you can test the physical database connection using vendor-specific APIs or a test-fail query approach. Learn which method is best for you. Read more »

Sending e-mail in Java: There's more than one way

The JavaMail API provides low-level e-mail facilities for Java applications. The Apache Commons E-mail library gives you a higher-level interface. We'll compare the two, and show you how and when you'd use each. Read more »

Centralise utility functions with Jakarta Commons Lang project

Apache Jakarta Commons Lang is an API, which aims to centralise common utility functions with good documentation, high stability, and a goodly amount of peer reviewââ,¬"or arguments, as the case sometimes may be. Read more »

How to effectively handle long-running tasks in Java

In Java, you frequently need a class that listens to some events and processes some data during the application's lifetime. Here is the framework. Read more »

Two ways to work more effectively with Java exceptions

Dealing with exceptions is more than just a matter of writing a try/catch block. They must be handled in a way that makes sense to both the developer and user. Read more »

Blog (1)

Newbie guide to Google's Android

Brendon Chase [blogs:codemonkeybusiness] -- Google's platform for mobile devices has been announced and ready for developers to get their hands dirty. Here's the basics of what it's all about and the core architecture overview. Read more »

Log in


Sign up | Forgot your password?

  • Staff Crying, mooning and leaving

    In this week's roundup we see that continuous whining can get results, Linux users get 64-bit Flash and Moonlight previews, the latest in the Yahoo/Microsoft relationship and Senator Conroy ducks and weave in Senate Question Time. Read more »

    -- posted by Staff

  • Brendon Chase Sun eye Web developers with Netbeans 6.5

    Despite the recent employment axe hitting Sun the company has pushed out a new release of its Netbeans open source IDE with an eye to appeal more to Web developers. Read more »

    -- posted by Brendon Chase

  • Renai LeMay BarCamp buzz: Let the hacking continue

    Attending last weekend's BarCamp in Sydney, it was hard to escape the conclusion that a certain "dot-com bust" flavour had seeped into the kool aid previously being drunk by Australia's web 2.0 and early stage start-up sector. Read more »

    -- posted by Renai LeMay

What's on?