November 5, 2007
WEB SERVICES TECHNOLOGY
Java EE vs .Net Framework
Topics: Framework
Tags: .Net, Framework, J2EE
TrackBacks: See in the bottom of this page
See QuickInfo in right side of this page for detailed information
Tags: .Net, Framework, J2EE
TrackBacks: See in the bottom of this page
See QuickInfo in right side of this page for detailed information
Service Implementation
« Previous Page: Service Description
Java EE
Existing Java classes and applications can be wrapped using the Java API for XML-based RPC (JAX-RPC) and exposed as Web Services. JAX-RPC uses XML to make remote procedure calls (RPC) and exposes an API for marshalling (packing parameters and return values to be distributed) and un-marshalling arguments and for transmitting and receiving procedure calls. With Java EE, business services written as Enterprise JavaBeans are wrapped and exposed as Web Services. The resulting wrapper is a SOAP-enabled Web Service that conforms to a WSDL interface based on the original EJB’s methods.
The Java EE Web Services architecture is a set of XML-based frameworks, providing infrastructures that allow companies to integrate business-service logic that was previously exposed as proprietary interfaces. Currently, Java EE supports Web Services via the Java API for XML Parsing (JAXP). This API allows developers to perform any Web Service operation by manually parsing XML documents.
.Net
.NET applications are no longer executed in native machine code. All programs are compiled to an intermediate binary code called the Microsoft Intermediate Language (MSIL). This portable, binary code is then compiled to native code using a Just In Time compiler (JIT) at run time and run in a kind of virtual machine called the Common Language Runtime (CLR). With the .NET platform, Microsoft will provide several languages based on the Common Language Infrastructure (CLI), such as Managed C++, JScript, VB.NET and C#. The Microsoft SOAP Toolkit offers components that construct, transmit, read, and process SOAP messages.
Enjoy this article? Why not subscribe to the full RSS feed?
Permalink:
http://blogs.swebee.com/web-services-technology/java-ee-vs-.net-framework/2007-11-05_3-3.html
http://blogs.swebee.com/web-services-technology/java-ee-vs-.net-framework/2007-11-05_3-3.html
TRACKBACKS
The URI to TrackBack this entry is:
http://blogs.swebee.com/web-services-technology/java-ee-vs-.net-framework/2007-11-05_3-3-trackback.html
No trackback right now.
Talkbacks: Java EE vs .Net Framework
No opinion right now. Be the first person to give your opinion!
QUICKINFO
Date: November 5, 2007
Permalink:
Java EE vs .Net Framework
Topics: Framework
Tags: .Net, Framework, J2EE
TrackBack URI:
Copy this URI
Permalink:
Java EE vs .Net Framework
Topics: Framework
Tags: .Net, Framework, J2EE
TrackBack URI:
Copy this URI
RECENT BLOGS
Microsoft
The Worst Microsoft Products Ever Produced
Business Software Alliance
The Use of Pirated Software Dropped in 67 Countries
Operating System
XP vs Vista vs Mac OS X vs Ubuntu
E-mail Service
Free Webmail Services Comparison
Country Code Top Level Domains
Country Domain Extensions
The Worst Microsoft Products Ever Produced
Business Software Alliance
The Use of Pirated Software Dropped in 67 Countries
Operating System
XP vs Vista vs Mac OS X vs Ubuntu
E-mail Service
Free Webmail Services Comparison
Country Code Top Level Domains
Country Domain Extensions
SEARCH TERMS
java vs net, java ee vs net, net vs java ee, NEt vs Java, java vs net web services, java ee versus net, java ee vs dot net, net framework vs java ee
See more in
Tech Blogs Archives
Tech Blogs Archives


















































