Previous Topic: Programming StyleNext Topic: Related Information


Next Generation

The .NET and Java Proxy are second-generation proxy designs compared to the COM and Java Proxy (Classic Style) proxies. The designs were improved and many of the limitations inherent in their first implementation have been removed. It is encouraged that new user-written application development make use of these next generation proxies.

Theoretically, the more intuitive and object-oriented nature of the .NET and Java Proxies results in better programmer productivity, as compared to COM and Java Proxy (Classic Style) proxies.