Brief Introduction for jax-ws,jax -rs and iax-rpc

        JAX-RPC is a dead standard that has been pruned in Java EE 6 (and might thus be removed from future versions). Reason for Pruning: JAX-RPC was an early attempt at modeling SOAP web services as RPC calls. Web services have since grown out of being an RPC model. The much more robust, feature-rich and popular JAX-WS API effectively supercedes JAX-RPC.

        JAX-RS initially support restful web service nd JAX-WS initially supports web servidce with soap-style.

 

         For the detail, please take the reference for link http://en.wikipedia.org/wiki/JAX-RS and http://en.wikipedia.org/wiki/Java_API_for_XML_Web_Services.

 

             

發佈了20 篇原創文章 · 獲贊 0 · 訪問量 6萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章