Java & Eclipse


BEA rolls out RAD tool at eWorld

BEA head Alfred Chuang launched his company's seventh annual developer conference, eWorld, last week with the unveiling of a Java RAD tool for Web services. -Mar. 4, 2002

Re-energizing COBOL with Java

IT units have a slew of options for Java-enabling legacy COBOL applications; the choice is a difficult one, but the result can dramatically improve ease of use.

Web services: The next big thing?

Software developers rush to transform Web services from concept to solution. A look at the strategies of key IT suppliers.

Standards turf wars scale back

Tony Baer: "In development organizations, the intensity of vendor competition tends to politicize technology decisions. Today, choosing between Java and Microsoft technologies often equates to picking sides in a gang war."

Programmers Report -- Q&A with Brett McLaughlin

Editor at Large Jack Vaughan talks with Brett McLaughlin, an Enhydra strategist at Lutris Technologies and the author of "Java & XML, Second Edition" from O'Reilly. In this Q&A session, Brett offers his views on how well Java and XML work together. <br>

The Applet is dead; long live the Applet!

This article provides an overview and introduction to Java Web Start, an exciting new Java application distribution technology and reference implementation of the Java Network Launching Protocol (JNLP).

The road to reusable Servlet components

Web applications conforming to the Servlet specification make good components: If you follow the specification right, at the end you can package Web applications into a .war file and then deploy them. There is no componentization problem at Web application granularity. However, the pieces that make up a Web app often need better componentization.