News (100)

Oracle warms to Eclipse with open-source project

Oracle has proposed a project to the Eclipse open-source foundation to ease creation of high-end Java applications. Read more »

IBM to make Java database open source

Raising its stakes in open-source software, IBM plans to create an open-source project around Cloudscape, a specialised Java database, CNET News.com has learned. Read more »

Red Hat scoops up JBoss for US$350m

Linux distributor Red Hat said on Monday that it has signed an agreement to buy open-source company JBoss for at least US$350 million, a move that expands Red Hat's product line and adds to its growth potential. Read more »

Open source grows beyond its roots

One of a growing cadre of open-source companies, Zimbra will add joint document creation and sharing to its messaging and collaboration software at the LinuxWorld conference in San Francisco. Read more »

Can Google break Microsoft's enterprise chokehold?

A tie-up with Saleforce.com sees Google pushing even further into Microsoft's businesss applications territory Read more »

Oracle delivers simplified Java tools

Database giant Oracle is delivering an update to its Java-based software development tools, the latest maneuver in the company's drive to grab more of the Java server software market. Read more »

Apache Derby comes out of incubation with Sun's blessing

The embedded Java database, originally released by IBM as open source, is now a fully-fledged Apache Software Foundation project. Read more »

Red Hat to serve Java

Red Hat will grow beyond its Linux roots next week and sell a subscription service supporting an open-source Java application server, according to people familiar with the company's plans. Read more »

IBM pilot ad-hoc Java tools

IBM this week launched new software development tools available for free on the alphaWorks Web site for emerging technologies. Read more »

Java camp takes cue from Microsoft

If imitation is the sincerest form of flattery, Microsoft's fiercest foes--Java software providers--are showing growing admiration for their powerful rival. Read more »

Features (207)

RIFE with possibilities

Developing a web-based application is never a small undertaking. At the very best it's a lot of work just to develop the code that does whatever it is your application is supposed to do but before you even get to the point of writing your application's code, you have to decide what you going to write it in. Read more »

Commonly used architectural patterns in Java applications

This article uses two patterns, layering and partitioning, to illustrate the importance of the relationships between the packages that compose your applications. Read more »

Commonly used architectural patterns in Java apps

Properly designing packages promotes the design and development of resilient, robust, and maintainable Java applications. Read more »

Retrofitting JUnit: Start testing older code

While best practice says that you write your tests at the same time as - or even before - you write your code, you'll probably have a body of code without tests. Here's how you add tests to existing applications. Read more »

Create cross-platform database-driven applications with JDBC

The Java Database Connectivity (JDBC) API offers a unified interface to different databases, providing a series of generic functions that are internally translated into native function calls. This makes it extremely easy to create database-driven applications that work across different RDBMS types. Read more »

Access and reusable ASP code

Take a look at six reusable ASP code functions that will help you quickly build database-enabled Web sites using Microsoft Office technologies. Read more »

Choose the right JDBC driver for your database interface

Picking the right driver can optimise connectivity between your Java apps and database. Read more »

Get your feet wet with Sun's tiny Java DB

Java DB is a lightweight database management system (DBMS) that is written completely in Java. It only needs 2 MB of memory, and it makes it very easy to embed a fully functional database directly into your application. Java DB is also standards-based, supports SQL and the JDBC API, and easily integrates with J2EE. Beginning with the release of Java 6, Sun started packaging Java DB in the JDK. 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 »

Create JSP actions for efficient database access

Web apps are increasingly real-time, often fronting sophisticated server-side systems. This is reflected in database access requirements, which grow ever more complex. Combine JSP with JDBC to give your server-side code a doorway to your databases. Read more »

Blog (6)

Sun eye Web developers with Netbeans 6.5

Brendon Chase [blogs:codemonkeybusiness] -- 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 »

Q&A with EditMe: A wiki for non-geeks

Brendon Chase [blogs:codemonkeybusiness] -- Finally, a wiki CMS solution that you can safely give to your clients to use. But sshhhh... don't call it a wiki... Read more »

In a world of Goliaths, who's got a stone?

David McAmis [blogs:theneteffect] -- It seems like it is that time of year again... the days are getting longer, the weather is getting a bit warmer and the top-tier software vendors are on a buying spree. Will you get lost in the shuffle? Why not support your local software developer! Read more »

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 »

Microsoft's two faces of SharePoint

Staff [blogs:syslog] -- One way or another, proprietary and open-source companies need an answer to SharePoint. Content is the center of the enterprise ecosystem, when all is said and done. SharePoint is Microsoft's answer for controlling the next decade of IT. Read more »

CodeGear Q&A

Brendon Chase [blogs:codemonkeybusiness] -- CodeGear is the new name for Borland's developer tools business. Builder AU spoke to CodeGear about the handover and direction of the developer tools business under the new banner. 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?