NonStop Server for Java 5.0 Programmer's Reference
Added on-the-wire interoperability, which includes identifying and incorporating any
resolutions and/or updates from the OMG of any interoperability issues since CORBA
2.3.1 that affect on-the-wire interoperability for the J2EE Application Servers, and
incorporating those resolutions into the J2SE ORB.
●
Java Naming and Directory Interface (JNDI)
Enhancements to javax.naming.NameClassPair to access the full name from the
directory/naming service
●
Support for standard LDAP controls Manage Referral Control, Paged Results Control,
and Sort Control
●
Support for manipulation of LDAP names●
Tools Enhancements
Java Virtual Machine Tool Interface (JVMTI)●
JPDA Enhancements●
javac Enhancements●
javadoc Enhancements●
Annotation Processing Tool (apt)●
Java Virtual Machine Tool Interface (JVMTI)
JVMTI is a new native programming interface for use by development and monitoring tools.
This interface provides both a way to inspect the state and to control the execution of
applications running in the Java VM. JVMTI provides a VM interface for the full breadth of
tools that need access to VM state, including but not limited to: profiling, debugging,
monitoring, thread analysis, and coverage analysis tools. For more information, see JVM Tool
Interface.
JVMTI replaces the deprecated Java Virtual Machine Profiling Interface (JVMPI) and Java
Virtual Machine Debugging Interface (JVMDI).
JPDA Enhancements
A read-only subset of JDI has been defined. This subset can be used on a debuggee in
which no debug code can be executed (such as a core file or a process that is hung or was
not started in debug mode). The subset allows creation of JDI connectors for use in
debugging such debuggees.
●










