Pages: 448 (Paperback) ISBN: 0201674912 Pub: Addison Wesley Pub date: 2000-03-28 Amazon.co.uk Sales Rank: 1807336
|
|
![]() ![]()
Editorial Review:Java Server and Servlets is necessarily a complex book as it has to deal with clients, servers, Servlets, back-end applications, a variety of APIs and Servlet API revisions. The authors start with a fast overview of HTTP, discuss sockets and threads and then implement a simple HTTP server. By chapter three you're using the Javax.servlet and javax.servlet.http classes to build a simple Hello World Servlet. A reasonable familiarity with Java is a prerequisite to using this book. Though the discussion and examples are lucid, frequent references to the underlying Java architectures and their consequences to the design process make it hard to be sure the grasp you think you have will survive the next gotcha. For example, Servlets have a context. However, the spec says you can't get a Servlet from its context (Servlets can't access other Servlets). This, though, is necessary for the jo! Servlet engine to function. The resulting hoop-jumping makes interesting reading. Servlets generally call on other applications. Three functional Servlets are demonstrated for database access via JDBC, e-mail services and a guest book. SMI and persistence are covered in depth. In the book's second section, the authors create an impressive general solution based on the Web-App Framework, which-- like the rest of the code--is freely downloadable. In the final section the authors use the Web-App framework to create an online store, a store browser and a chat app. Overall, Java Server and Servlets is not an easy book, but it is useful and authoritative and one all serious Java programmers should read. --Steve Patient CategoriesAmazon.co.uk places this book into the following categories:
Books -> Subjects -> Computers & Internet -> General
Books -> Subjects -> Computers & Internet -> Software & Graphics Books -> Subjects -> Computers & Internet -> Programming -> Languages -> Java -> Servlets Books -> Subjects -> Computers & Internet -> Web Development -> Web Scripting & Programming -> JavaServer Pages Books -> Refinements -> Language (feature_browse-bin) -> English uk-shops -> Education Resources -> Books -> Computer Science -> Programming -> Languages & Tools -> Object Oriented -> Java -> Servlets
|