BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in SOA

 
 
Page 14874 of 21350

REST support in JAX-WS

Blogger : Java Web Services and XML Features
All posts : All posts by Java Web Services and XML Features
Category : SOA
Blogged date : 2006 Mar 01

I was intrigued by the REST support in JAX-WS. REST style could be very useful in certain situations, not to mention the fact that there are already many REST-style services out there. While I don't want to get into SOAP vs. REST debate here I still want to quickly mention one very important REST advantage, which is security. Since each service call operation in REST is an HTTP GET URL, it makes it easy to use traditional Web authorization schemes, including Apache mod_authnz or J2EE declarative security defined in web.xml. Contrast that with SOAP, which requires looking inside the message to figure out what security policy should be applied. Another side of it is auditing and monitoring. With REST I can easily see all the details of the requests to my web service operations just by looking at the Web server's access log and/or using one of the numerous log analysis tools. SOAP does not give me this information automatically; different application servers and ESB products may provide these capabilities, but there is no guarantee (since it is not part of any specification).

Read comments or post a reply to : REST support in JAX-WS
Page 14874 of 21350

Newest posts
 

    Email TopXML