Join Books.org — it's free

Book cover of Professional Java XML Programming with Servlets and JSP
Network Programming, XML, SGML, & Other Document Mark-up Languages, Web Application Development, Java (Programming Language), Web Programming

Professional Java XML Programming with Servlets and JSP

by Sasha Nakhimovksy, Alexander Nakhimovsky
Write a review
Log in to track your reading progress.

Overview

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.

Synopsis

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.

About the Author, Sasha Nakhimovksy


Alexander Nakhimovksy & Tom Myers are the authors of JavaScript Objects 1861001894.

Reviews

There are no reviews yet. Log in to write one.

Book Details

Published
December 1, 1999
Publisher
Wrox Press, Inc.
Pages
772
Format
Paperback
ISBN
9781861002853

Similar books