All books / Book

Professional Java XML Programming with servlets and JSP

Full title: Professional Java XML Programming with servlets and JSP
ISBN: 9781861002853
ISBN 10: 1861002858
Authors: Myers, Thomas J.
Publisher: Apress
Edition: illustrated edition
Num. pages: 772
Binding: Paperback
Language: en
Published on: 1999

Read the reviews and/or buy it on Amazon.com

Synopsis

Once .ini files and Notepad are replaced with .xml files and a validating XML editor, the possibilities for controlling programs from text files increase immeasurably, perhaps introducing a new way of programming and a new relationship between the user, the programmer and the program. The theme of the book is this collection of new possibilities; its goal is to help bring about the new relationship.

The book is in three parts. The first part is about Java, with no XML in sight. It covers the basic plumbing of a distributed Web application written in Java. The second part is about XML and XSLT, with very little Java. Our task here is to summarize both standard XML and XSLT and discover good programming practices.


Meta-programming, or writing programs that customize, guide and modify other programs, is not a very new idea (LISP programmers have been doing it for decades) - but XML gives it a profoundly new twist.

XML greatly increases the ability of the user to exercise control over computer programs, by editing easily understandable text files. These programs know as little as possible about what they are actually being used to do. Instead, their structure and behavior are described with XML in domain-specific languages, and the programs "interpret" the descriptions.