Have one to sell? Sell yours here
J2EE Developer's Handbook (Developer's Library)
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

J2EE Developer's Handbook (Developer's Library) [Paperback]

Paul J. Perrone (Author), Venkata S.R. "Krishna" R. Chaganti (Author), Tom Schwenk (Author)
4.3 out of 5 stars  See all reviews (18 customer reviews)


Available from these sellers.



Book Description

Developer's Library June 9, 2003

Java 2 Enterprise Edition (J2EE) is an application development platform for building robust enterprise systems. J2EE includes numerous Java APIs and tools including Enterprise JavaBeans, JavaServer Pages, and Servlets. Developers looking to leverage this complex platform need guidance not only on the features of each tool, but on using them together to create real-world systems.

J2EE Developer's Handbook provides both -- discussing the tools in the context of practical J2EE applications which demonstrate every aspect of J2EE development. In the Spring of 2003, Sun will relase J2EE 1.4 which includes numerous updates and new features such as JSP 2.0, EJB 2.1, and new APIs for creating J2EE Web Services and using the J2EE Connector Architecture.



Editorial Reviews

From the Back Cover

Java 2 Enterprise Edition (J2EE) is an application development platform for building robust enterprise systems. J2EE includes numerous Java APIs and tools including Enterprise JavaBeans, JavaServer Pages, and Servlets. Developers looking to leverage this complex platform need guidance not only on the features of each tool, but on using them together to create real-world systems.

J2EE Developer's Handbook provides both -- discussing the tools in the context of practical J2EE applications which demonstrate every aspect of J2EE development. In the Spring of 2003, Sun will relase J2EE 1.4 which includes numerous updates and new features such as JSP 2.0, EJB 2.1, and new APIs for creating J2EE Web Services and using the J2EE Connector Architecture.

About the Author

Paul J. Perrone is the Founder, President, and CTO at Assured Technologies, Inc. Through Assured Technologies (www.assuredtech.com), Paul provides software architecture and development consulting, mentoring, and training related to J2EE, XML, Web services, and object-oriented technologies. Paul has been involved with the architecture, design, and development of numerous large-scale enterprise systems and products for both Fortune 500 and medium-sized organizations. Paul also has co-authored the J2EE Developer's Handbook, Building Java Enterprise Systems with J2EE, and the Java Security Handbook, has published articles on Java, and has spoken at conferences such as JavaOne and Web Services Edge. He has an MS from the University of Virginia and a BS from Rutgers University. He is a member of the IEEE and ACM, has served as chapter chair for the Northern Virginia IEEE Computer Society, has helped in the startup of the Northern Virginia Java User's Group (NOVAJUG), and chairs the NOVAJUG's enterprise SIG. Paul is also an avid Java-based robot and AI tinkerer. Paul can be reached at pperrone@assuredtech.com or (703) 669-4054.

Venkata S. R. "Krishna" R. Chaganti is a senior software-engineering consultant and has been developing commercial applications software for the past 12 years. Krishna has cross-platform background in designing and developing Internet-based distributed systems across wide range of technologies, including DCE, CORBA, EJB, Web Services using Java and C/C++ programming languages. Krishna's experience also includes development of GUI based applications using Swing, JSP, Servlets, etc. Krishna has also been teaching and speaking Java and related technologies for five years. He has an MSEE in Computer Engineering and an MSEE in Electrical Engineering from the University of Alabama in Huntsville. He also has a B.Tech in Electronics and Communications Engineering from Nagarjuna University, A.P., India. Krishna can be reached at chaganti@erols.com.

Tom Schwenk is a Senior Software Consultant with Assured Technologies, Inc. Since 1995, he has been working with Java, specializing in highly scalable, distributed application design and development. He has been involved in the design and implementation of Java enterprise and e-commerce applications for both Fortune 500 and smaller size companies. He holds a BS in Electrical Engineering and an ME in Biomedical Engineering, both from the University of Virginia. Tom can be reached at tschwenk@assuredtech.com.


Product Details

  • Paperback: 1536 pages
  • Publisher: Sams (June 9, 2003)
  • Language: English
  • ISBN-10: 0672323486
  • ISBN-13: 978-0672323485
  • Product Dimensions: 8.9 x 7.1 x 2.3 inches
  • Shipping Weight: 4.7 pounds
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon Best Sellers Rank: #1,817,853 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

18 Reviews
5 star:
 (13)
4 star:
 (1)
3 star:
 (1)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (18 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

14 of 15 people found the following review helpful:
5.0 out of 5 stars Best J2EE book around, great for new or experienced coders, August 21, 2003
This review is from: J2EE Developer's Handbook (Developer's Library) (Paperback)
First off, at the time I bought it, this was the only book on J2EE 1.4 published. I don't know if that's still the case, and it doesn't matter to me, because this is without a doubt the only book I would need.

I was kind of skeptical about it, because it promised to cover so many topics, but I was told where I bought it that I could return it within 60 days if I wasn't satisfied. So I figured it was worth a shot.

It covers everything about J2EE, and unlike the vast majority of other books, isn't a simple regurgitation of the numerous APIs. The best part is that it starts off with the core information you need, and then builds upon it. If you know a previous version of J2EE, you can easily skip to any chapter you want and learn what you need, because the core is the same, but if you're new to J2EE, you can just read it right through. Most books will discuss a topic, make a reference to another one, and give a brief explanation of the referenced topic. This makes readers, me at least, feeling a little lost, wondering exactly what's going on. Then that topic is covered 20 chapters later. This book, however, starts with the fundamentals and builds upon it. There's never a "which will be covered later" in the book.

I was afraid that the book would only skim over some topics, because it does cover the entire J2EE. However, due to the sheer size of the book (1350 content pages and another 300 pages on CD) it covers everything in detail. The only exception I think is EJBs, however anyone programming EJBs ought to pick up the O'Reilly Enterprise JavaBeans book anyway. This book covers it in enough detail that you can write and use EJBs, and gives a very thorough discussion of the lifecycle, process, and purpose, but is somewhat lacking on the configuration and advanced features of EJBs. However, like I said, it's such an extensive topic that any J2EE programmer should have the O'Reilly book in his library anyway.

The only downside to this book is that there isn't much information that an experienced Java programmer wouldn't know. This is because the enhancements to J2EE, while numerous, are not in fact new. The inclusion of web services is new to J2EE 1.4, and so is not covered in older books, but it's been so common in use that many programmers already know quite a bit about web services. Still, it gives very good information on proper usage and the interactions between web services and the other components of J2EE.

Coming away from reading this book, you're left not only with the ability to use the features of J2EE, but a solid understanding of how the components interact, what the purpose of various features are, and an incredibly thorough understanding of the workings of J2EE, something which most other books lack. The companion CD does not have any J2EE specific content, containing tools and information that further enhances your understanding of webapps (TCP/IP, HTTP, etc). I'd say this book is essential for any programmer learning J2EE 1.4, whether just new to J2EE or coming from a previous version. You're left with the ability to effectively use it, along with a thorough understanding of what's actually happening. Definitely the most used book on my shelf now.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Favorite J2EE book, April 15, 2004
By 
Chunmei Yin (Los Angeles, CA) - See all my reviews
This review is from: J2EE Developer's Handbook (Developer's Library) (Paperback)
This is my reference book that I liked most for J2EE. It describes all of the J2EE parts in alot of detail. It is different by having UML diagrams that describe each J2EE part then the author describes the J2EE part that the diagram shows. This makes it easy to understand that J2EE part. Also has code examples to run and in the book. Every J2EE part is covered like EJb, sevlets, Web services, JAXR, JMS, and on. They are able to cover this because the book is biggest one I have with almost 1500 pages. It is organized too. Parts are described in all in good sequence.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars J2EE 1.4 Erupted!, August 21, 2003
By 
D. Bree (Manchester, UK) - See all my reviews
This review is from: J2EE Developer's Handbook (Developer's Library) (Paperback)
I've been very pleased with this book. The authors have done a very good job at jumping into the details of J2EE 1.4 early on in the book and continuing with that level of detail throughout all 1500 some pages! I admit to not having read the whole book yet, but the chapters on EJB, SOAP, and XML have been excellent.

I particularly like the use of UML class diagrams to present an API. It is simply much easier to understand an API by looking at a sexy picture showing relationships rather than staring at a JavaDoc page. The writing is good, the examples work, and the coverage is thorough and in great depth. All in one book! I'm quite pleased and have been recommending it to my mates interested in J2EE and Web Services.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
First Sentence:
THIS CHAPTER INTRODUCES YOU THE BASIC concepts involved in understanding what an enterprise system is and how the Java 2 Platform, Enterprise system needs. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
abstract schema type, local object interface, enterprise application components, relationship accessors, home interface name, messaging producers, entity bean type, entity bean interfaces, local interface objects, service endpoint interface, building enterprise systems, database connectivity solution, entity bean implementation, client deployment descriptor, network load balancer, entity bean clients, enterprise application framework, entity bean example, standard deployment descriptors, entity bean instance, int customerld, messaging destination, entity beans, customer entity bean, local home interfaces
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Architecture Figure, String Figure, Windows Registry, Enterprise Applications Enabling, Java-based Web, Enterprise Web Enabling, Domain Interfaces, Type Enter Key, Create Queue Connection, Java Message Service, Microsoft Windows, Object Transaction Service, Java Transaction Service, L-to Java, Visa Credit Card, Continued System, Exception Statement, International String, Object Figure, Apache Tomcat, Collection of Key, Enterprise Edition, Exception String, Item Number, Java Serviets
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:



Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject