Category General

Tweak your IO performance for faster runtime

Increase the speed of Java programs by tuning IO performance Most of you are probably tired of hearing the standard claim that Java programs are slower than C programs. In reality, the situation is more complex than that trite assertion.…

Java Tip 104: Make a splash with Swing

Create thread-safe splash screens using Swing Almost all modern applications have a splash screen. Using a splash screen is a way to advertise your product. It is also used to indicate to the user that something is happening in your…

Get smart with proxies and RMI

Get smart with proxies and RMI

Use dynamic class loading to implement smart proxies in RMI Java Remote Method Invocation (RMI) gives clients access to objects in the server virtual machine (VM) in one of two ways: by reference or by value. To access a remote…

Java Product News (November 10, 2000)

INDEXHEAD: BEA WebLogic Java Adapter for Mainframe drives legacy apps to the Web BEA Systems is now shipping the BEA WebLogic Java Adapter for Mainframe 4.1, an enterprise application integration (EAI) offering. Organizations that rely on the BEA WebLogic Server…

DSML gives you the power to access your LDAP information as XML

DSML gives you the power to access your LDAP information as XML

The Directory Service Markup Language adds XML functionality to your directory services In today’s e-business environment, effective and efficient data management is crucial. As such, two technologies prove vital to proper data management: directory services and XML. Directory services allow…

Validation with Java and XML Schema, Part 3

Parse XML Schema to validate data You’ve seen it happen. Heck, you’ve probably been a part of the problem more than a few times yourself. The problem? Validation. We, as programmers, pride ourselves on lugging our toolbox of code, tips,…

Explore the Dynamic Proxy API

Explore the Dynamic Proxy API

Use dynamic proxies to bring strong typing to abstract data types With the introduction of the Dynamic Proxy API in Java 1.3, a huge and often overlooked improvement has been made to the Java platform. The uses for dynamic proxies…