The EAServer .NET client is one of the most important features in EAServer
6.1. This new feature enables .NET to communicate with EAServer components
using IIOP. It provides underlying marshaling support for PowerBuilder's
WinForm applications with EAServer and it's also a way to interoperate
between .NET and J2EE distributed objects.
In this article, we'll introduce EAServer .NET client and illustrate how to
invoke EJB in EAServer from ASP.NET and PowerBuilder WinForm application.
Note: The ${EAServer6.1} in this article refers to the EAServer 6.1 installed
directory.
Overview of .NET Client
The EAServer 6.1 .NET client contains the following components:
• NetCompiler - To generate C# stubs for existing components inside
EAServer. You can invoke NetCompiler with the batch file, netcc.bat, located
in ${EAServer6.1}\bin.
To generate stubs for EJB deployed at EAS... (more)