Book & Memo/Java

JavaServer Pages, Second Edition

파에 2007. 6. 13. 06:03

Publisher: Addison-Wesley Professional; 2 edition
Language: English
ISBN: 0321150791
Paperback: 368 pages


Description: Even if you aren't a programmer, you can design Web sites with dynamic content generated by JavaServer Pages (JSPs). That's the idea in JavaServer Pages, a very approachable and patient tutorial suitable for anyone with basic HTML knowledge.
Early sections explain how JSPs and Java servlets work. (In short, JSPs provide an easy way to write servlets, a powerful alternative to CGI scripts or Microsoft Active Server Pages, ASPs). With JSPs, you write HTML with embedded tags, so you don't have to be a Java expert to use them.


The strength of this text has to be the author's practically minded tutorial showing these pages in action. Dozens of short programming excerpts provide a solid tour of basic techniques, including retrieving form variables and generating dynamic content for a sample news Web site. Later, the author delves into the Java programming language itself, along with custom JavaBeans for use within JSPs.


Closing chapters enhance the sample Web site with personalization and even basic e-commerce capabilities. Chances are this case study is all you need to start making use of JSPs and beans successfully on your own. By centering on JSPs first and then working inward to the details of Java, the text can benefit a wide range of readers. Content creators can learn JSPs and gain exposure to some real Java, while serious Java programmers can learn a much simpler approach to writing servlets. Provided you know HTML and the basics of Web development, this easy-to-digest and worthwhile book can let you build Web sites that take advantage of one of today's most powerful server-side technologies.