| Accessories By Manufacturer | |
|
|
Email Newsletter
Get info on Sales, Events, New Products, and More!
|
|
|
|
|
| Professional Java Server Programming J2EE Edition | 
enlarge | Authors: Subrahmanyam Allamaraju, Andrew Longshaw, Daniel O'connor, Gordon Van Huizen, Jason Diamond, John Griffin, Mac Holden, Marcus Daley, Mark Wilcox, Richard Browett Publisher: Peer Information Inc. Category: Book
Buy Used: $2.17
New (1) Used (15) from $2.17
Avg. Customer Rating: 30 reviews Sales Rank: 141948
Media: Hardcover Edition: 2 Number Of Items: 1 Pages: 1632 Shipping Weight (lbs): 5 Dimensions (in): 9.5 x 7.5 x 2.4
ISBN: 1861004656 Dewey Decimal Number: 005 EAN: 9781861004659 ASIN: 1861004656
Publication Date: September 2000 Availability: Usually ships in 1-2 business days Condition: Buy from the best: 4,000,000 items shipped to delighted customers. We have 1,000,000 unique items ready to ship today!
|
| Editorial Reviews:
Amazon.com Review Sun's Java 2 Platform, Enterprise Edition (J2EE), provides all of the APIs that are needed to build world-class enterprise applications. Written by over a dozen experts, this new edition of Professional Java Server Programming provides a truly massive and authoritative guide to the latest standards and APIs that are available in J2EE. This title is a must-have for anyone who's serious about enterprise development in Java. Weighing in at over 1,400 pages, Professional Java Server Programming provides a wide-reaching resource of all of the APIs that are required for J2EE development that centers on servlets and JSPs for creating UIs and Enterprise JavaBeans (EJBs), XML, and JDBC for getting to data on the server. Besides being a practical guide to how to combine these standards (with plenty of useful examples of these APIs in action), it also delivers a healthy dose of the design philosophy that's recommended by Sun for building scalable and robust enterprise Web applications. Throughout, this text does a good job of merging theory with practice. Almost every chapter has a useful working example that shows how APIs work, with sample code for such Web applications as an e-commerce shopping cart, tech support pages, and a front end for a manufacturing database. The core of this volume is its treatment of servlets and JSPs for building Web-based front ends in Java. This new edition also highlights EJBs in excellent detail, with a thorough tour of designing, programming, and deploying EJBs effectively. (There's also notable coverage of the emerging EJB 2.0 standard, which adds several important features, like a query language for more powerful database access.) The practical focus here is reflected also in chapters that are devoted to debugging, testing, and deploying J2EE applications--critical issues for any aspiring enterprise developer. While no single book can make you an expert, this one can get you started with a superb tour of the APIs and technologies that you'll need to tackle large-scale development in Java. --Richard Dragan Topics covered: - Introduction to enterprise computing with the Java 2 Enterprise Edition (J2EE) platform (technologies, APIs, architectures; development roles)
- Introduction to RMI (including security, parameter passing, and distributed garbage collection)
- JDBC tutorial (including prepared statements, updateable result sets, batch updates, connection pooling, and distributed transactions)
- JNDI and LDAP
- XML basics (including XML parsers, XSLT, and CSS)
- Servlet tutorial (servlet APIs, the servlet life cycle, requests and responses, and maintaining session information)
- Shopping cart servlet example
- JavaServer Pages (JSPs) tutorial (directives, scripting elements, custom tags, and tag libraries)
- JSP coding standards
- Using JSP and XML together
- JavaMail
- Enterprise JavaBeans (EJBs) tutorial
- EJB containers
- Design guidelines for EJBs
- Session and entity beans
- Container vs. bean-managed persistence
- New EJB 2.0 features (including the EJB 2 0 Query Language)
- Sun's Model-View-Controller architecture for designing enterprise-level applications
- Performance and scalability hints
- Debugging and testing techniques
- The Java Message Service (JMS) and message queuing
- Integrating J2EE with CORBA
- Deploying J2EE applications
Product Description Rather than a simple update of the existing Professional Java Server Programming book, the J2EE edition represents an evolution of the content to reflect the changing state of server-side Java development. Whereas the first edition can be seen as an introduction to Java on the server, the new edition is a more tightly integrated vision of how to combine the Java technologies to develop n-tier applications in Java based primarily around J2EE. Since the release of the first edition in the fall of '99, probably the single most significant change in the Java server-side landscape has been the release of the Java 2 Platform, Enterprise Edition (J2EE). Although we covered many of the elements of J2EE in the first edition of the book, many things have changed. J2EE represents a serious attempt by Sun to make Java not just a viable language, but more importantly a viable platform for enterprise development. This book is about how to use Java for enterprise development, using the J2EE runtime architecture. Wide range of technologies including: J2EE, RMI, JDBC, JNDI, LDAP, XML, XSLT, Servlets, JSP, EJB, JMS, JavaMail, CORBA, Performance, Scalability, Unit Testing, and Debugging Benefits and limits of the typical real-world vendor implementations of the J2EE specification The resulting practical aspects of real-word design using the J2EE technologies
|
| Customer Reviews: Read 25 more reviews...
This is an into book December 5, 2002 3 out of 3 found this review helpful
This is a "intro" book from several authors. If you don't know the j2ee technology at all or you intend to know any part of the j2ee then this is a good start point. But if you liked to dig into a specific area or to develop an j2ee application then this book is not sufficient. Moreover this j2ee book is a bit obsolate, the 1.3 edition is a better choice though the j2ee tech goes to the 1.4 edition.
Most complete J2EE book I've seen November 24, 2002 1 out of 1 found this review helpful
This is a great book for people wanting to learn more about the many features, services, packages and nuances of Enterprise Java. I have yet to see another book that as much breadth of information on J2EE. It explains what each part is, how it works, and how it integrates with other parts. While you would have to buy some additional books if you needed more in-depth information on a particular topic, this book will help you know which questions to ask. Granted, with so many authors there isn't much continuity, and being a Wrox book there will be errors in the examples. But as a reference book, especially for newbies, this one is hard to top.
Great book August 30, 2002 This book is one the most comprehensive ones that I've bought. It provides you with most of the possible technologies that you could use in a basic J2EE application. I love the section on the J2EE architecture. For newbies I typcially request that they read that section first. It does justice to basic topics like JDBC & Servlets & tag libraries, and the concepts about them. As well as introduces EJBs and other technologies. I am a long time java developer and I use it as a constant reference. Great job WROX!
Professional J2EE is good reference materialy October 25, 2001 2 out of 3 found this review helpful
Overall the book is ok as a reference material. But not a really good as a teaching material. I found it to be not very concise in delivering the intended information. At times it feels that the authors are wondering aimlessly. However, the book is packed with good information making it a rather decent source of reference material...
Great Overview, but needs an editor August 28, 2001 6 out of 9 found this review helpful
The content of the book is a great way for Java programmers to get an overview of the J2EE APIs and Java-based Web applications with reasonable hands-on depth. I can't say enough in that regard. More depth requires more specific books, but that's just due to the size of J2EE. However, the editing on this book is just short of awful. There are numerous typos and non-grammatical sentences. Part of this is obviously insufficient attention given to the writing of non-native speakers. The approach differs radically from chapter to chapter, ranging from elaborated regurgitation of the documentation (useful due to its experienced commentary) to teaching almost solely by example. In one chapter, the author's coding style is full of distracting peculiarities. If he were consistent in their use, it may not be so distracting, and his at time really strange departures from common control structure idioms leaves you guessing. If the chapter weren't so strong from an architecture and design perspective, you would wonder about his command of Java. All in all, I recommend this book as in introductory cram course on J2EE, but the Wrox multi-team approach broke down somewhat here.
|
|
| Site by: Troy Peterson | |