MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 

Location: Categories / Computers & Electronics / Software Development / Java

Magazine articles on java programming.
Old Articles: <Older 201-210 Newer>
JavaWorld
February 23, 2001
Lisa Alexander
Java Product News Hewlett-Packard introduces Java application environment for intelligent appliances... IBM adds JIT compiler to VisualAge Micro Edition... Unify eWave Engine 4.0 offers J2EE platform... Borland offers Enterprise Studio for Web and e-commerce applications... etc. mark for My Articles 756 similar articles
JavaWorld
February 2001
Abraham Kang
J2EE clustering, Part 1 If you plan to build a scalable and highly available Website, you need to understand clustering. In this article, the author introduces J2EE clustering, shows how to implement clusters, and examines how different servers differ in their approaches... mark for My Articles 130 similar articles
JavaWorld
February 2001
Steven Gould
Servlets in Apache Tomcat and BEA Systems' WebLogic Server This article reviews the steps involved in developing servlets, then describes how to take the servlet and create a Web application -- in both expanded format and as a WAR. He illustrates how to deploy the Web application in Apache Tomcat -- a widely used, freeware servlet container... mark for My Articles 69 similar articles
JavaWorld
February 2001
Brian Goetz
Design for performance, Part 2: Reduce object creation 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. The author discusses some techniques for reducing temporary object creation... mark for My Articles 155 similar articles
JavaWorld
February 2001
Wolfram Kaiser
Become a programming Picasso with JHotDraw Design patterns and frameworks have a mutually beneficial relationship. A well-known example of this is JHotDraw, a highly customizable GUI framework that simplifies developing drawing applications. This article explains the JHotDraw framework and general framework principles in terms of several important design patterns. You'll develop a class diagram editor that demonstrates JHotDraw's usage and capabilities. mark for My Articles 19 similar articles
JavaWorld
February 2001
Slav Boleslawski
Speed up file searching in JFileChooser Traditionally, users choose files by scrolling the file chooser's list with their mice. You can speed that process by enhancing JFileChooser with a type-ahead method: the user just types the first few characters of a filename to select the desired file. This article shows you how to do just that. Plus, you'll learn how to register listeners on a compound component's descendants to extend JFileChooser's functionality. mark for My Articles 9 similar articles
JavaWorld
February 2001
Wally Flint
Plant your data in a ternary search tree The ternary search tree (TST) provides a fast and flexible approach to storing data. This article shows you how to use the TST with Java to build an English dictionary that matches words and checks spelling, and how to use a TST to construct a database and an array that can assume any size or dimension on the fly. mark for My Articles 47 similar articles
JavaWorld
February 2001
Oliver Enseling
iContract: Design by Contract in Java The Design by Contract technique stresses the importance of explicitly specifying the constraints that hold before and after a software component executes. The iContract Java language extension implements Design by Contract for Java. mark for My Articles 152 similar articles
JavaWorld
February 2001
Todd Sundsted
Construct secure networked applications with certificates, Part 2 Although it's not the only runner in the certificate race, the X.509 certificate standard is so far ahead that its eventual victory is all but guaranteed. A description of X.509 certificates and introduction to the classes -- a standard part of the Java 2 platform -- that support them. mark for My Articles 47 similar articles
JavaWorld
February 2001
Lisa Alexander
Java Product News MicroStrategy SDK 7.1 supports Java... BEA Java tools help create personalized e-commerce applications... Data Junction Integration Suite now supports JMS... ISNetworks S/MIME Provider offers secure messaging... etc. mark for My Articles 640 similar articles
<Older 201-210 Newer>    Return to current articles.