Location:  Home » Books » Professional Java Server Programming: with Servlets, JavaServer Pages (JSP), XML, Enterprise JavaBeans (EJB), JNDI, CORBA, Jini and Javaspaces    
Subcategories
Paperback
Mass Market
Trade

Professional Java Server Programming: with Servlets, JavaServer Pages (JSP), XML, Enterprise JavaBeans (EJB), JNDI, CORBA, Jini and Javaspaces

Professional Java Server Programming: with Servlets, JavaServer Pages (JSP), XML, Enterprise JavaBeans (EJB), JNDI, CORBA, Jini and JavaspacesAuthors: Sing Li, Paul Houle, Mark Wilcox, Ron Phillips, Piroz Mohseni, Stefan Zeiger, Hans Bergsten, Matthew Ferris, Danny Ayers, Jason Diamond, Mike Bogovich, Marc Fleury, Krishna Vedati, Ari Halberstadt, Andrew Patzer
Publisher: Peer Information Inc.
Category: Book

List Price: $59.99
Buy Used: $0.01
as of 9/9/2010 13:54 CDT details
You Save: $59.98 (100%)

In Stock


New (8) Used (74) from $0.01

Seller: betterworldbooks_
Rating: 4.0 out of 5 stars 82 reviews
Sales Rank: 1,577,226

Media: Paperback
Edition: 1
Pages: 1168
Number Of Items: 1
Shipping Weight (lbs): 3.7
Dimensions (in): 9.1 x 7.3 x 2

ISBN: 1861002777
Dewey Decimal Number: 005.2762
EAN: 9781861002778
ASIN: 1861002777

Publication Date: August 1999
Availability: Usually ships in 1-2 business days

Also Available In:

  • Paperback - Professional Java Server Programming: with Servlets, JavaServer Pages (JSP), XML, Enterprise JavaBeans (EJB), JNDI, CORBA, Jini and Javaspaces

Similar Items:


Editorial Reviews:

Amazon.com Review
Wrox specializes in books written by programmers, for programmers. Professional Java Server Programming, a volume on developing Java-based Web applications, is no different. All the 12 authors are developers and consultants--including some who've been part of Sun's own Java team.

The Web is becoming more and more a way of delivering applications rather than just static Web pages. Java is becoming more and more popular as a tool for building Web applications, thanks to Java servlets and Java Server Pages. Professional Java Server Programming is a big book full of code samples and real-world experience.

Starting with a grounding in Web application development and technologies, the book introduces the various concepts of using Java to deliver Web content--as well as helping to give you the tools you need to work around the limitations of Web servers and Web browsers. You'll also learn how to develop complex database-driven applications--and how to work faster. Since this is a book on the cutting edge of Java development, you'll also find sections on using Java with XML documents and LAP directory servers, as well as Enterprise Java Beans. There's even a good examination of the next generation of Java technologies--Jini and JavaSpaces--with a look at how these can be used in Web applications.

This is a superb and extremely practical book. If you're building Java-based Web server applications, this is a book you need to have next to your terminal, if only for the 300 pages of reference material in the appendices! --Simon Bisson, amazon.co.uk

Product Description
An overview of the new server-side Java platform - Java 2 Enterprise Edition - as it relates to building n-tier web applications. It covers the building blocks (Servlets, JSP, EJB, JDBC, RMI, JNDI, CORBA) then goes into special design considerations for server side programming, (including resource pooling and component based design) before finally discussing future possibilities opened up by Jini and JavaSpaces technology.

In a world where, increasingly, corporate IT development is Web application development - ASP, PHP, CGI and ISAPI are all viable options.Now, so is the Java 2 Platform Enterprise Edition, and that's good news because server-side Java is portable across Windows, Linux, UNIX and MacOS and compatible with a wide range of Web Servers (IIS, Apache, Netscape Enterprise Server) and Application Servers from Sun, IBM and others.

What does all this mean for you? Java provides technologies to allow for server side processing, dynamic page content generation and dynamic presentation. With these comprehensive, platform independent Java class libraries you can join together the disparate pieces of your business - data, applications and platforms - to form a coherent whole.

Java 2 Enterprise Edition - announced by Sun in June 1999 - makes Java an entire platform, not just another language and this is the first book that seriously covers it.


Customer Reviews:
Showing reviews 1-5 of 82
1 2 3 4 5 6 ...17Next »



5 out of 5 stars A little bit of everything   February 10, 2000
DQ (New York)
49 out of 50 found this review helpful

An excellent resource for conceptualizing internet development resources. Lot's of excellent diagrams for visual learners. Lot's of examples for hands-on practice. The best thing I liked about this book is that it assumes you know nothing, but at the same time does not "dummy down" the material. Each chapter has a high-level overview of the topic including industry or historical information. Then there is more detail with an example and the example is broken down step by step. Although written by many people it flows quite well.


5 out of 5 stars 1100 pages of terriffic information   January 20, 2000
Ellen (Connecticut)
39 out of 39 found this review helpful

I am new to server side programming, and relatively new to Java. This book is packed with great information, even for me. Three chapters into the book I couldn't wait to get started, and I was already equipped with enough information to write basic server side programs. Some of the things that I found most valuable: Information on how to configure some of the more popular web servers to run Java Servlets; An explanation of HTTP; The pros and cons of CGI, JavaServer Pages, Active Server Pages, and Java Servlets; Detailed information about the Java Servlet API.

It does not contain a lot of information about Java programming in general (syntax, general API info, etc., ) so if you are new to Java you will need a Java API book to supplement.


5 out of 5 stars Superb JSP Section   January 16, 2000
Sam no Spam (Boston)
33 out of 33 found this review helpful

I bought this book for one reason only: the chapter on JSP Programming. Unlike the light examples mostly available on the web, the chapter explores a lot of the features of JSP, including delcaratives, error pages, java beans (very important), connecting to databases, a summary of the implicit objects available to the environmnent, and more. The author took the time to understand the underlying architecture and explain it. I found it to be tremendously helpful.

Mark


5 out of 5 stars Outstanding Book   December 4, 1999
Steven D. Wilkinson (Louisville, KY)
37 out of 38 found this review helpful

This book is outstanding! It covers the new features of JSDK2.1 wonderfully. It introduces JSP and other J2EE features. I recommend this book to all current Java Server programmers and to all who want to learn about Java Server Programming. The depth is wonderful and the examples are very good. The only knock is that it is expensive and you don't get a CD. However, there is a web site to download the source code, nice touch Wrox Press! Even though the book is expensive it is well worth the money! Knowing what I know now, I still would buy it again. But this time I would by it through Amazon so I get a discount. :-) Note, I paid full price and still think I got a great deal.


5 out of 5 stars Terrific book with lots of examples   January 29, 2000
Michael (Paris, France)
28 out of 28 found this review helpful

I originally bought this book for its information on Javaserver Pages, but this book contains much much more. It covered areas like Database connections and connection pooling, EJBs, etc. that normally you need seperate books for each topic. The examples are small (a good thing) and clearly demonstrate the topics presented. If you want to do javaserver programming, this is the book!

Showing reviews 1-5 of 82
1 2 3 4 5 6 ...17Next »



Copyright © 2009 Protocols Made Easy
book computer java  java  programming  xml