Category General

Java Tip 95: Load classes behind the scenes

Ebb Java performance problems with speculative class loading Java application and applet users commonly complain about slow launch times. Java detractors wave that fact like a red flag, claiming it’s an inherent flaw in the language. There are numerous causes…

Sun opens up Java specification process — somewhat

Sun announces the interim members of the JCP 2.0’s Executive Committee, but not everyone thinks the changes go far enough toward open standards June 2, 2000 — Responding to concerns from key Java stakeholders, Sun Microsystems is moving to revise…

From ‘Long Boom’ to days of doom and gloom

Bill Joy, deep thinker and Sun’s chief scientist, speaks about the dangers of technology, the future of Jini, and Sun’s stewardship of Java Bill Joy, chief scientist and cofounder of Sun Microsystems, recently threw a cold bucket of water on…

WAP for Java developers

WAP for Java developers

Develop WAP applications with Java servlets and JSP Most Internet technologies have been designed for desktop and large computers running on reliable networks (with relatively high bandwidth). Handheld wireless devices, however, have a more constrained computing environment compared to desktop…

Test infect your Enterprise JavaBeans

Test infect your Enterprise JavaBeans

Learn how to test your J2EE components live and in the wild We can never overtest software, but we seldom test it enough. When testing does begin, system or integration testing is the norm, with formal testing and quality assurance…

Total-e-B2C is built for speed

Bluestone Software’s upcoming Total-e-B2C 2.0 enables rapid e-commerce site development — at a cost To go full tilt into e-commerce, you’ll need a reliable, scalable, fault-tolerant infrastructure that can stand up to the constant stampede of shoppers at your door.…

Dynamic user interface is only skin deep

Java skins are an alternative approach to a pluggable look and feel A skin is a collection of images and a definition file, which together describe an application interface. You have no doubt come across applications using skins already. On…

Download a Website for offline browsing

Use common Java classes to build an offloading utility In this article, I guide you through the steps involved in designing a utility to download a Website. This utility downloads only text and image files, but it can easily be…