JVM Languages
netj2ee.txt
Associated article: Integrating .NET & J2EE with Web Services
Tags: Web Development .NET JVM Languages
Published source code accompanying the article by David Houlding and Sekar Govindasamy in which they present an architecture that lets you integrate heterogeneous environments, such as a distributed stock- quote web-service application that's based on .NET and J2EE. Also see NETJ2EE.ZIP.
Integrating .NET & J2EE With Web Services by David Houlding and Sekar Govindasamy Example 1: /** * @ejb.bean * name="FinanceService" * jndi-name="FinanceService" * local-jndi-name="LocalSecurityService" * type="Stateless" */ Example 2: CookieContainer cookies = new CookieContainer(); SecurityServiceWebServiceService securityService = ...


