1、外文原文 AP P E N D IX C Understanding the Extensible Markup Language (XML) This appendix takes a look at the Extensible Markup Language (XML)a superb structured document format standard that businesses are using to exchange business data. XML complements EJB nicely as well; in fact, the EJB 1.1 specifi
2、cation uses XML as a document format for deployment descriptors. By reading this appendix, you will learn the following: Why businesses need XML The core concepts behind XML programming How EJB and XML are related (which well expand upon in Appendix D, covering EJB 1.1) XML is an extremely important
3、 technology for the Internet, and it is destined to become the de-facto standard for structuring document content. If you already know XML, feel free to skip to the second half of this appendix, where we discuss how XML and EJB are related. Otherwise, read on, and we will explain XML from the ground
4、-up. This appendix explains enough XML for you to begin programming with EJB 1.1. For a full tour of XML, see the books accompanying Web site for links to external resources. Business Needs for XML We begin by studying the needs of the business community that make XML such a useful standard. Why is XML important? What business problems does it solve? Why did we need to create XML rather than use existing technology? Those are the questions we will answer in this section.