.NET versus J2EE Web Services - PowerPoint PPT Presentation

1 / 9
About This Presentation
Title:

.NET versus J2EE Web Services

Description:

... Service Invocation and Execution: J2EE J2EE uses the Java API for XML-based RPC (JAX-RPC) to send SOAP method calls to remote parties and receive the results. . – PowerPoint PPT presentation

Number of Views:51
Avg rating:3.0/5.0
Slides: 10
Provided by: vuuser
Category:
Tags: j2ee | net | services | versus | web

less

Transcript and Presenter's Notes

Title: .NET versus J2EE Web Services


1
.NET versus J2EE Web Services
2
Presented by Tejo Harisha Brundavana
Feb 23, 2004
3
Introduction
Comparison of two approaches to Web Services
  • Web Services are currently concerned with four
    basic challenges
  • Service Description
  • Service Implementation
  • Service Publishing, Discovery and Binding
  • Service Invocation and Execution

4
Introduction
  • Service Description
  • The Web Services Description Language (WSDL)
  • J2EE-enabled Web Services exchange information
    with interested parties using WSDL.
  • .NETAs with a J2EE Web Service, a .NET Web
    Service supports the WSDL 1.1 specification.

5
Introduction
  • Service Implementation
  • J2EE Existing Java classes and applications can
    be wrapped using the Java API for XML-based RPC
    (JAX-RPC) and exposed as Web Services.
  • .NET applications are no longer directly executed
    in native machine code.

6
Introduction
Service Publishing, Discovery, and Binding
Registries are currently the primary means
to publish, discover, and bind Web Services.
J2EE Sun Microsystems is positioning
its Java API for XML Registries (JAXR) as a
single general purpose API for interoperating
with multiple registry types. .NET At
first, Microsoft had the discovery of Web
Services with DISCO in the form of a discovery
(DISCO) file.
7
Introduction
Service Invocation and Execution
  • J2EE
  • J2EE uses the Java API for XML-based RPC
    (JAX-RPC) to send SOAP method calls to remote
    parties and receive the results.
  • .NET
  • In Microsoft's .NET framework, interested
    parties can gain access to a Web Service by
    implementing a Web Service listener.

8
Introduction
Various advantages and diadvantages
  • Advantage of using J2EE as a base for your system
    is that you have a much wider choice of vendor
    for your pre-built software.
  • Advantage of using the .NET approach to Web
    Services is that it has been designed for that
    purpose.

9
Introduction
Thank you for your attention ?.
Write a Comment
User Comments (0)
About PowerShow.com