Java and XML, 3rd Edition下载

weixin_39822095 2020-04-24 11:00:48
《Java与XML》(第三版)向您展示如何穿透围绕着XML的宣传迷雾,让XML真正在您的工作中为您所用。它将教您如何使用XML的各种应用程序编程接口(API)、工具和技巧来构建实际的应用程序,为管理从配置文件到网络站点在内的所有信息提供一条全新的途径。<br>本书的前两章回顾有关XML的基础知识,包括XPath、XSL、DTD以及XML Schema,其余部分专注于讲述如何在Java程序内使用XML。《Java与XML》(第三版)的内容涵盖了所有主要的Java XML处理库程序,全面讲解了SAX、DOM、StAX、JDOM以及dom4j的应用程序编程接口,同时还囊括了最新版本的用于XML处理的
相关下载链接://download.csdn.net/download/janier/456648?utm_source=bbsseo
...全文
11 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
JavaXML》(第三版)向您展示如何穿透围绕着XML的宣传迷雾,让XML真正在您的工作中为您所用。它将教您如何使用XML的各种应用程序编程接口(API)、工具和技巧来构建实际的应用程序,为管理从配置文件到网络站点在内的所有信息提供一条全新的途径。本书的前两章回顾有关XML的基础知识,包括XPath、XSL、DTD以及XML Schema,其余部分专注于讲述如何在Java程序内使用XML。《JavaXML》(第三版)的内容涵盖了所有主要的Java XML处理库程序,全面讲解了SAX、DOM、StAX、JDOM以及dom4j的应用程序编程接口,同时还囊括了最新版本的用于XML处理的Java应用程序编程接口(JAXP)和用于XML绑定的Java架构(JAXB)的相关知识。第三版还彻底重写了有关网络技术的章节,与原先的内容相比,这一部分针对目前引起广泛关注的技术热点进行介绍,例如使用RSS进行内容同步和开发Web 2.0的应用程序。 您将学习到如何为同步的内容创建、读取或者修改RSS feeds,以及如何运用XML、Ajax和Adobe Flash来为下一代的网络站点注入活力。书中的主题如下:*XML基础,包括DTD、命名空间(namespace)、XML Schema和数据格式转换(Transformation)*SAX应用程序编程接口,包括处理器接口、过滤器接口和写出接口*DOM应用程序编程接口,包括DOM第2层、第3层和DOM HTML模块*JDOM应用程序编程接口,包括核心接口和XPath支持*StAX应用程序编程接口,包括StAX的工厂方法(factory)、文档生成和XMLPull*使用JAXB进行数据绑定,使用新的JAXB 2.0 annotation*使用RSS进行网络同步和podcasting*表示层的XML应用,主要针对Ajax和Flash应用程序无论您现在正在还是将来会进行Java程序的开发并且需要用到XML,或者您正在参与新的点对点技术、消息技术以及Web service技术的相关应用或者开发,《JavaXML》(第三版)都是一本不可或缺的图书。
Classic Java book. Chapter 1. Why Networked Java? Section 1.1. What Can a Network Program Do? Section 1.2. Security Section 1.3. But Wait! There's More! Chapter 2. Basic Network Concepts Section 2.1. Networks Section 2.2. The Layers of a Network Section 2.3. IP, TCP, and UDP Section 2.4. The Internet Section 2.5. The Client/Server Model Section 2.6. Internet Standards Chapter 3. Basic Web Concepts Section 3.1. URIs Section 3.2. HTML, SGML, and XML Section 3.3. HTTP Section 3.4. MIME Media Types Section 3.5. Server-Side Programs Chapter 4. Streams Section 4.1. Output Streams Section 4.2. Input Streams Section 4.3. Filter Streams Section 4.4. Readers and Writers Chapter 5. Threads Section 5.1. Running Threads Section 5.2. Returning Information from a Thread Section 5.3. Synchronization Section 5.4. Deadlock Section 5.5. Thread Scheduling Section 5.6. Thread Pools Chapter 6. Looking Up Internet Addresses Section 6.1. The InetAddress Class Section 6.2. Inet4Address and Inet6Address Section 6.3. The NetworkInterface Class Section 6.4. Some Useful Programs Chapter 7. URLs and URIs Section 7.1. The URL Class Section 7.2. The URLEncoder and URLDecoder Classes Section 7.3. The URI Class Section 7.4. Proxies Section 7.5. Communicating with Server-Side Programs Through GET Section 7.6. Accessing Password-Protected Sites Chapter 8. HTML in Swing Section 8.1. HTML on Components Section 8.2. JEditorPane Section 8.3. Parsing HTML Section 8.4. Cookies Chapter 9. Sockets for Clients Section 9.1. Socket Basics Section 9.2. Investigating Protocols with Telnet Section 9.3. The Socket Class Section 9.4. Socket Exceptions Section 9.5. Socket Addresses Section 9.6. Examples Chapter 10. Sockets for Servers Section 10.1. The ServerSocket Class Section 10.2. Some Useful Servers Chapter 11. Secure Sockets Section 11.1. Secure Communications Section 11.2. Creating Secure Client Sockets Section 11.3. Methods of the SSLSocket Class Section 11.4. Creating Secure Server Sockets Section 11.5. Methods of the SSLServerSocket Class Chapter 12. Non-Blocking I/O Section 12.1. An Example Client Section 12.2. An Example Server Section 12.3. Buffers Section 12.4. Channels Section 12.5. Readiness Selection Chapter 13. UDP Datagrams and Sockets Section 13.1. The UDP Protocol Section 13.2. The DatagramPacket Class Section 13.3. The DatagramSocket Class Section 13.4. Some Useful Applications Section 13.5. DatagramChannel Chapter 14. Multicast Sockets Section 14.1. What Is a Multicast Socket? Section 14.2. Working with Multicast Sockets Section 14.3. Two Simple Examples Chapter 15. URLConnections Section 15.1. Opening URLConnections Section 15.2. Reading Data from a Server Section 15.3. Reading the Header Section 15.4. Configuring the Connection Section 15.5. Configuring the Client Request HTTP Header Section 15.6. Writing Data to a Server Section 15.7. Content Handlers Section 15.8. The Object Methods Section 15.9. Security Considerations for URLConnections Section 15.10. Guessing MIME Content Types Section 15.11. HttpURLConnection Section 15.12. Caches Section 15.13. JarURLConnection Chapter 16. Protocol Handlers Section 16.1. What Is a Protocol Handler? Section 16.2. The URLStreamHandler Class Section 16.3. Writing a Protocol Handler Section 16.4. More Protocol Handler Examples and Techniques Section 16.5. The URLStreamHandlerFactory Interface Chapter 17. Content Handlers Section 17.1. What Is a Content Handler? Section 17.2. The ContentHandler Class Section 17.3. The ContentHandlerFactory Interface Section 17.4. A Content Handler for the FITS Image Format Chapter 18. Remote Method Invocation Section 18.1. What Is Remote Method Invocation? Section 18.2. Implementation Section 18.3. Loading Classes at Runtime Section 18.4. The java.rmi Package Section 18.5. The java.rmi.registry Package Section 18.6. The java.rmi.server Package Chapter 19. The JavaMail API Section 19.1. What Is the JavaMail API? Section 19.2. Sending Email Section 19.3. Receiving Mail Section 19.4. Password Authentication Section 19.5. Addresses Section 19.6. The URLName Class Section 19.7. The Message Class Section 19.8. The Part Interface Section 19.9. Multipart Messages and File Attachments Section 19.10. MIME Messages Section 19.11. Folders

13,654

社区成员

发帖
与我相关
我的任务
社区描述
CSDN 下载资源悬赏专区
其他 技术论坛(原bbs)
社区管理员
  • 下载资源悬赏专区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧