News (16)
Eclipse lights up Java crowd
A little more than a year ago, detractors painted the Eclipse open-source project as nothing more than a ploy by IBM to sell its own software. Today, by most accounts, it's the center of innovation in the Java tools industry. Read more »
Sun floats open-source database idea
Sun Microsystems has raised the possibility that it might offer customers its own database, a move that could trigger displeasure at Oracle but curry favor with open-source advocates. Read more »
Andreessen: PHP succeeding where Java isn't
The simplicity of scripting language PHP means it will be more popular than Java for building Web-based applications, Internet browser pioneer Marc Andreessen predicted Wednesday in a speech here at the Zend/PHP Conference. 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 »
Is Google's App Engine a lock-in honeypot?
Some developers fear that Google is aiming to lock them into to the App Engine platform — Google's application hosting service — but Google refutes any claim it has evil intentions. 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 to offer Red Hat Linux support
Oracle will sell support to Red Hat Linux customers and offer its own free clone of the open-source operating system, Chief Executive Larry Ellison said on Wednesday in the US, posing a major competitive challenge to the leading Linux seller. Read more »
New GPL draft due Wednesday
A new phase of wrangling over the future of the dominant open-source license, the General Public License, is set to begin on Wednesday and to end 90 days afterward. Read more »
SugarCRM gives GPLv3 thumbs up
Software vendor SugarCRM has given General Public License version 3 the thumbs up and will use it in a forthcoming update of its open-source applications. Read more »
Red Hat launches open-source Exchange
Red Hat has launched its Red Hat Exchange, a site where customers can buy a range of open-source applications from the company's business partners. Read more »
Features (125)
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 »
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 »
Bridge your DB to XML with Java, XML-DBMS
XML-DBMS is middleware that allows database-to-XML conversion, even for non-XML databases. See how to implement XML-DBMS with Java. 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 »
Creating pie charts with JSP is a breeze
Java Server Pages (JSP) makes it easy to read and summarise data from a database and then display the results in a pie chart. We'll show you what you need to do to tap into this functionality. Read more »
Extracting XML/DOM-friendly data
Java can programmatically extract data from any JDBC-compliant database, but performing this task is tricky. Here's how to pull it off. Read more »
Deciding between Java iterators and lists
The java.util.Iterator and java.util.List classes perform the same function by allowing access to a sequence of objects. But there is a difference. Read more »
Manage relational data with the Java Persistence API
The Java Persistence API (JPA) is a Java framework that allows developers to manage relational data in J2SE and J2EE applications. The JPA is defined as part of the EJB 3.0 specification (which is part of the Java EE 5 platform). Read more »
A Beginners Guide to Threading
The golden age for programmers is over. For a decade we have been able to get away with writing slow code, knowing that the hardware would pick up the slack. Not so any more, hardware developers have decided that software developers need to raise their game, and get ready for a generation of multi-core processors. Read more »
Blog (2)
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 »
Q&A with EditMe: A wiki for non-geeks
-- 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 »
Filter Tags
News and features
- Latest
- Popular
- Features
- Most Discussed
-
This blog post covers some of the technologies available for creating applications for the Semantic Web. Read more »
-
Bridging the gap between programmers and the visionA successful project will have a hard time flying if you don't walk through the game plan before writing a line of code. Read more »
-
Social news start-up Streem shuts downSydney social news start-up Streem will shut down this afternoon, according to a heartfelt notice posted on the site this morning by its founder Elgar Welch. Read more »
-
How to Reset Windows passwords
2008/10/01 14:31:09
-
Five things to consider when choosing a Linux distribution
2008/10/01 15:50:33
-
Cyber-terrorism 'a big threat'
2008/12/01 12:43:32
What's on?
-
Space pr0n, patent karma and Yang out -- Club Builder
On Club Builder this week: how NASA plans to get the Internet into space, Jerry Yang is out the door at Yahoo and Brendan Eich discusses javascript engine competition.

