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,…

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…

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…

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…