Similar Articles |
|
JavaWorld June 13, 2003 Jeff Friesen |
Datastructures and algorithms, Part 2 This article concludes a two-part series that explores two important computer science topics: datastructures and algorithms. |
JavaWorld August 2001 Ray Djajadinata |
Sir, what is your preference? J2SE 1.4 offers a number of new APIs to make your Java development life easier. This article discusses one of those APIs: Preferences. It explains how Preferences solves typical problems in managing our applications' preferences, while still being simple and easy to use. |
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 January 2001 Brian Goetz |
Design for performance, Part 1: Interfaces matter Many common Java performance problems stem from class-design decisions made early in the design process, long before most developers even start thinking about performance... |
JavaWorld July 2000 Mark Johnson |
Programming XML in Java, Part 3 An in-depth look at the Document Object Model (DOM), the most common alternative XML-processing mechanism. See how you can use DOM to manipulate the source code data in an illustrative example program... |
JavaWorld June 2001 Michael Daconta |
An API's looks can be deceiving When you examine an API, your first impressions are often wrong. The author examines two cases where an intuitive model of how an API should work trips over the complexity of implementation details... |
JavaWorld September 2000 Andre Tost |
XML document processing in Java using XPath and XSLT The XSLT and XPath standards provide a way of handling certain problems that is more elegant and efficient than simply using the DOM API. In fact, using DOM, XSLT, and XPath together, applying each to different problems, will lead to the best code... |
JavaWorld June 2000 |
Letters to the Editor (June 23, 2000) Jason Hunter addresses a gripe with calling instanceof when using JDOM; Mark Johnson responds to feedback on his XML series; reader challenges Tony Sintes about whether it truly is impossible to write a swap method... |
JavaWorld January 2002 Jason Cai |
Combine the Session Facade pattern with XML This article explores the benefits and advantages of using the Session Facade pattern. The author discusses when to use the pattern with value objects, and when to use it with XML. He also provides a detailed implementation of the Session Facade pattern integrated with XML... |
D-Lib Jul/Aug 2000 Thomas A. Phelps & Robert Wilensky |
Robust Hyperlinks and Locations We suggest that building "permissive, but robust" digital library systems and services is an attractive alternative to the library and computer science tradition of building "strict, but fragile" systems. |
JavaWorld May 2002 |
A J2EE presentation pattern: Applets with servlets and XML Sometimes a standard HTML view on your J2EE-based system doesn't offer a sophisticated enough user interface. Based on the pattern described here, you can enhance such a Web interface with the Java Plug-in. The Java Plug-in lets you embed applets that consume XML documents and display the contained data in a particular way. These XML documents contain presentation data derived from servlets looking at your business logic tier. This lets your users access powerful UI components while still retaining a strong decoupling between the business logic and presentation tiers---without complicated firewall issues. |
Technology Research News September 8, 2004 Kimberly Patch |
Simple Search Lightens Net Load Researchers working on finding better ways to search the Internet are increasingly turning to methods that require individual nodes, or servers, to know a little bit about nearby servers, but don't require servers to look much beyond their own neighborhoods. |
Linux Journal August 28, 2006 Michael-Jon Ainsley Hore |
Mainstream Parallel Programming Whether you're a scientist, graphic artist, musician or movie executive, you can benefit from the speed and price of today's high-performance Beowulf clusters. |
D-Lib October 2002 Zhang, Mostafa & Tripathy |
Information Retrieval by Semantic Analysis and Visualization of the Concept Space of D-Lib Magazine In this article we present a method for retrieving documents from a digital library through a visual interface based on automatically generated concepts. |
InternetNews December 1, 2008 Henry Newman |
Tips on Storage Architecture for E-Discovery E-Discovery systems pose unique challenges for storage architects if they want to keep up with data growth, performance and backup and recovery demands. |
ONLINE May/Jun 2002 Maryellen Mott Allen |
The Hype Over Hyperbolic Browsers How could libraries benefit from the field of information visualization? What type of visual interface would marry well with our organizational traditions? There are as many possibilities as there are ideas. However, consider the hyperbolic information structure�... |
Technology Research News July 14, 2004 Eric Smalley |
Quantum crypto network debuts The network is the first step toward bringing the potentially perfect security of quantum cryptography to the Internet. |
Linux Journal December 2000 Tim Burke |
High Availability Cluster Checklist With a variety of clustering services on the market, the ability to determine how well options meet your specific business needs is necessary... |
D-Lib September 2005 LeVan, Hickey & Toves |
Parallel Text Searching on a Beowulf Cluster using SRW There is reason to be concerned about the efficiency of SRW and SOAP-based Web Services as opposed to SRU and REST-style services, at least in high-throughput multi-threaded clients. |