The JavaTM 2 Platform, Standard Edition (J2SETM) 1.4 has introduced several new features and enhancements for Object Serialization, Remote Method Invocation (RMI), Common Object Request Broker Architecture (CORBA), and networking in general. The new features and enhancements either address some changes in standard specifications such as CORBA, or improve the performance of existing features. This article gives an overview of the new features and enhancements.
Read New and Enhanced Networking Features in J2SE 1.4
-
New and Enhanced Networking Features in J2SE 1.4 (2 messages)
- Posted by: Floyd Marinescu
- Posted on: April 23 2002 17:56 EDT
Threaded Messages (2)
- New and Enhanced Networking Features in J2SE 1.4 by Kumar Mettu on April 24 2002 12:46 EDT
- New and Enhanced Networking Features in J2SE 1.4 by Craig Pfeifer on April 29 2002 16:53 EDT
-
New and Enhanced Networking Features in J2SE 1.4[ Go to top ]
- Posted by: Kumar Mettu
- Posted on: April 24 2002 12:46 EDT
- in response to Floyd Marinescu
I have been wondering on how to supress stack traces in remote exceptions. This article provided the answer.
"In such cases, the implementation-specific system property sun.rmi.server.suppressStackTraces can be set to true to cause the server-side RMI runtime implementation to clear the stack traces of all exceptions thrown from the current virtual machine as the result of remote method invocations. "
-
New and Enhanced Networking Features in J2SE 1.4[ Go to top ]
- Posted by: Craig Pfeifer
- Posted on: April 29 2002 16:53 EDT
- in response to Floyd Marinescu
Anyone know when the major app server vendors plan to officially support 1.4?