Old Articles: <Older 761-770 Newer> |
|
JavaWorld October 3, 2003 Paul Philion |
Beware the dangers of generic Exceptions Java provides a rich exception-handling framework, but many programmers find it easier to ignore that richness and simply use generic Exceptions. This article explores the risks of throwing, catching, and ignoring generic Exceptions. |
JavaWorld October 3, 2003 Brad Rippe |
uPortal - Getting started with JASIG uPortal This article explains the benefits of uPortal, an open source Java, XML, XSL (Extensible Stylesheet Language) portal framework, and how to get it running in a production environment. It assumes no prior experience with the portal and covers two of its distributions. |
JavaWorld October 3, 2003 Mitch Gitman |
Keep up with the Web service styles (and uses) While XML-transparent Web service development might sound like the easy way to go, understanding and manipulating XML in SOAP messages can actually avoid some development difficulties. |
JavaWorld October 3, 2003 Dawid Weiss |
Discover new dimensions of scripted Java This article presents an extension to BeanShell that turns scripts into real Java classes that support inheritance, Java reflection, method overriding, and so on. The extension is designed to be fully transparent to the Java application using it. |
JavaWorld October 3, 2003 Avi Abrami |
What's your time zone? Are you struggling with dates and times in Java? Does Java show you a time you do not expect? Learn how to tame Java dates and times so they do what you want. |
JavaWorld October 3, 2003 Allen Holub |
Create client-side user interfaces in HTML This article presents a variant on Swing's JEditorPane that makes it possible to specify an entire screen of your client-side user interface (UI) in HTML. |
JavaWorld October 3, 2003 |
Java Product News Digital Airways introduces new WAP simulator... Birdstep releases RDM Embedded 7.0... Merant upgrades SCM suite... etc. |
JavaWorld September 26, 2003 Sam Mefford |
Overcome Java 1.3-1.4 incompatibilities API version incompatibilities that force you to maintain separate codebases for newer versions can exponentially increase your frustration level. This article demonstrates techniques for overcoming interface version incompatibilities, charting a course for a single codebase. |
JavaWorld September 26, 2003 David Geary |
Adopt Adapter Adapters let objects from unrelated software packages collaborate by adapting one interface to another. The Adapter design pattern can save you a lot of time and effort by combining disparate software systems. |
JavaWorld September 26, 2003 James Borck |
Laszlo builds flashy Web apps The Laszlo Presentation Server 1.0 Java-based server application capitalizes on Flash for a dramatic user experience, but shortcomings in its development environment, data-binding facilities, and integration of Web services standards and security leaves room for improvement. |
<Older 761-770 Newer> Return to current articles. |