Pages

Sunday, March 6, 2011

WebService Implementation and Specification



SNO.Sun Specification Sun Implementation Apache JDK
1JAX-RPC JWSDPApache SOAP
Apache Axis1(1.4)
XFire
JDK 1.4+
2JAX-WS METROApache Axis2(1.4)
Apache CXF
JDK 1.5+
3JAX-RS JERSYApache Axis2(1.4)
Apache CXF
JDK 1.5+

Webservices can be developed in two approaches:
1)TOP-BOTTOM Approach(Contract-First Services)
i.e WSDL -> Classes
2)BOTTOM-TOP Approach (Code-First Services)
i.e Classes -> WSDL

**Contract-First services are always better than Code-First Services

No comments:

Post a Comment