Old Articles: <Older 481-490 Newer> |
|
JavaWorld May 2002 Chang Sau Sheong |
I'll do it on one condition The application that needs a conditional process's function may have only loose or even no control over the process. As a result, programming such processes takes time and effort. This article describes a simple Java conditional processing API that unifies all such processes in a single platform... |
JavaWorld May 2002 Jeff Friesen |
Achieve strong performance with threads, Part 1 Users expect programs to exhibit strong performance. To satisfy those expectations, your programs often use threads. This article begins a four-part series that examines threads. You receive an introduction to threads, explore the Thread class, and learn about runnables... |
JavaWorld April 26, 2002 |
Java Product News IBM releases tools for the Eclipse platform... Sun enhances Java Card... Vulcan Machines launches Moon2... Ozibug exposes bugs... SOAPtest checks Web services... O'Reilly releases Web Performance Tuning, Second Edition... PointBase pinpoints mobile market... etc. |
JavaWorld April 2002 Sonal Bansal |
A recipe for cookie management Client-side HTTP state management is important for creating Java applications that need to interact with Web applications like browser-based email or online banking services. This article presents a cookie library for robust and easy client-side HTTP state management in Java... |
JavaWorld April 2002 Michael Juntao Yuan & Ju Long |
Track wireless sessions with J2ME/MIDP Every e-commerce application must support session tracking. Unfortunately, MIDP, a J2ME technology, supports only the standard HTTP protocol, which is stateless. This article explores ways to add session support into the current MIDP network API framework... |
JavaWorld April 2002 Snehal Patel |
Navigate data with the Mapper framework Whether you must read records from a text file and write to a database table, or read from an enterprise information architecture and write to a Web service, information exchange becomes effortless using this simple design pattern... |
JavaWorld April 2002 |
XML documents on the run, Part 3 This final article of a three-part XML document series looks at two pull parsers based on the new Common API for XML Pull Parsing (XMLPull), then wraps up with an XML parser performance showdown. Will the pull challengers defeat the reigning SAX2 champions? |
JavaWorld April 2002 David Geary |
Strategy for success The Strategy design pattern embodies two fundamental tenets of object-oriented design: encapsulate the concept that varies and program to an interface, not an implementation. This article shows how to use the Strategy pattern to implement an extensible design... |
JavaWorld April 2002 |
Letters to the Editor How does PreparedStatement perform? How do you compile Java code dynamically? Does ChainedException preserve the original exception? How do you combine a sorting Decorator with a filtering Decorator? JavaWorld authors answer these questions and more... |
JavaWorld April 19, 2002 |
Java Product News PolarLake joins Forte for Java's vendor partner program... Speech recognition software vendors establish partnership... O'Reilly launches enterprise series... Dirig app managers support Sun ONE services... Faceless.org updates report generator... etc. |
<Older 481-490 Newer> Return to current articles. |