Java Web Service教程

出版時(shí)間:2003-1  出版社:高等教育出版社  作者:(美)阿姆斯特朗(Armstrong,E.) 等編  頁(yè)數(shù):519  字?jǐn)?shù):800000  
Tag標(biāo)簽:無(wú)  

內(nèi)容概要

本書(shū)以案例驅(qū)動(dòng)的形式完整地講述如何運(yùn)用Java技術(shù)構(gòu)建Web Service應(yīng)用系統(tǒng)。本書(shū)介紹如何用Sun Microsystems提供的Java Web Service Developer Pack (WSDP)從初始階段進(jìn)行開(kāi)發(fā)。這種適合于實(shí)際應(yīng)用的開(kāi)發(fā)組件包含了構(gòu)建和實(shí)施完整的Web Service應(yīng)用系統(tǒng)所需的各種技術(shù)和手段。    Web Service為企業(yè)運(yùn)用各種計(jì)算工具實(shí)現(xiàn)有效溝通提供了強(qiáng)有力的新方法。這種方法具有完全便攜式的數(shù)據(jù)模型,以在一種新的層次運(yùn)用Java平臺(tái)的“一次編程,到處運(yùn)行”的特性。為了支持最新的基于XML的 Web Service的標(biāo)準(zhǔn),針對(duì)XML應(yīng)用的Java API使得以最小手工轉(zhuǎn)換數(shù)據(jù)代價(jià)實(shí)現(xiàn)的 Web Service的構(gòu)造變得簡(jiǎn)便易行。本指南性讀物詳盡地講解了這些API,并提供了加強(qiáng)讀者對(duì)主要概念理解的一些實(shí)例。    本書(shū)適用于Web Service的應(yīng)用系統(tǒng)的實(shí)現(xiàn)類(lèi)課程。    Stephanie Bodoff是Sun Microsystems公司的專(zhuān)職作家。曾在分布式計(jì)算和通信系統(tǒng)中任軟件工程師,并運(yùn)用面向?qū)ο筌浖_(kāi)發(fā)方法實(shí)現(xiàn)多種應(yīng)用系統(tǒng)的設(shè)計(jì)。Maydene Fisher是經(jīng)驗(yàn)豐富的技術(shù)型作家,擅長(zhǎng)面向?qū)ο蟪绦蛟O(shè)計(jì)語(yǔ)言的軟件開(kāi)發(fā)文檔寫(xiě)作。Dale Green是Sun Microsystems公司的專(zhuān)職作家,負(fù)責(zé)撰寫(xiě)J2EE平臺(tái)文本。曾為商用系統(tǒng)開(kāi)發(fā)程序,設(shè)計(jì)數(shù)據(jù)庫(kù),講授技術(shù)型課程,現(xiàn)從事企業(yè)級(jí)JavaBeans技術(shù)和J2EE SDK等方面的寫(xiě)作。Kim Haase是Sun Microsystems公司的專(zhuān)職作家,負(fù)責(zé)撰寫(xiě)J2EE平臺(tái)文本。曾參與編譯器、調(diào)試器和基于浮點(diǎn)型數(shù)據(jù)的程序設(shè)計(jì)的開(kāi)發(fā)工作,現(xiàn)從事Java Message Service和J2EE SDK工具等方面的寫(xiě)作。    內(nèi)容:1. Web Service簡(jiǎn)介 2. 了解XML 3. 利用Tomcat開(kāi)展初期工作 4. 用于XML數(shù)據(jù)處理的Java API 5. 用于XML的簡(jiǎn)單API 6. 文檔對(duì)象模型 7. XML樣式表語(yǔ)言轉(zhuǎn)換 8. 用于XML信息處理的Java API 9. 用于基于XML的遠(yuǎn)程過(guò)程控制的Java API 10. 用于XML注冊(cè)的Java API 11. Java WSDP注冊(cè)服務(wù)器 12. 網(wǎng)絡(luò)應(yīng)用 13. Java Servlet技術(shù) 14. JSP技術(shù) 15. JSP頁(yè)中的JavaBeans組件 16. JSP頁(yè)中的自定義標(biāo)簽 17. JSP標(biāo)準(zhǔn)標(biāo)簽庫(kù) 18. xrpcc工具 19. HTTP概覽

作者簡(jiǎn)介

Eric Armstrong has written professionally on artificial intelligence programs,system libraries,real-time programs,and business application.He is the author of The JBuilder 2 Bible.Stephanie Bodoff is a senior staff writer at Sun microsystems and the l

書(shū)籍目錄

Foreword. Preface. 1. Introduction to Web Services. 2. Understanding XML. 3. Getting Started with Tomcat. 4. Java API for XML Processing. 5. Simple API for XML. 6. Document Object Model. 7. XML Stylesheet Language for Transformations. 8. Java API for XML Messaging. 9. Java API for XML-based RPC. 10. Java API for XML Registries. 11. The Java WSDP Registry Server. 12. Web Applications. 13. Java Servlet Technology. 14. JavaServer Pages Technology. 15. JavaBeans Components in JSP Pages. 16. Custom Tags in JSP Pages. 17. JavaServer Pages Standard Tag Library. 18. The xrpcc Tool. 19. HTTP Overview. Appendix: Java Encoding Schemes.About the AuthorsIndex

媒體關(guān)注與評(píng)論

書(shū)評(píng)The Java? Web Services Tutorial is a comprehensive, example-driven, "roll up your sleeves and dive in" guide to building Web services applications with Java? technology. This edition provides a head start on using the Java Web Services Developer Pack (WSDP) from Sun Microsystems. This complete, ready-to-use package includes a variety of technologies and tools required to build and deploy comprehensive Web services applications today.    Web services offer powerful new ways for enterprises to effectively communicate with each other using diverse computing hardware. This paradigm takes the Java platform's "Write Once, Run Anywhere?" capabilities to a new level by providing a completely portable data model. By supporting the latest standards for XML-based Web services, the Java APIs for XML make it easy to build Web services with minimal hand tweaking of data. This tutorial explains these APIs in detail and provides practical examples to reinforce your understanding of key concepts.

圖書(shū)封面

圖書(shū)標(biāo)簽Tags

無(wú)

評(píng)論、評(píng)分、閱讀與下載


    Java Web Service教程 PDF格式下載


用戶(hù)評(píng)論 (總計(jì)0條)

 
 

 

250萬(wàn)本中文圖書(shū)簡(jiǎn)介、評(píng)論、評(píng)分,PDF格式免費(fèi)下載。 第一圖書(shū)網(wǎng) 手機(jī)版

京ICP備13047387號(hào)-7