All $50+ Orders Get Free Delivery
Menu
Expert One-on-One J2EE Design and Development Book - Comprehensive Guide for Java EE Architects & Developers | Perfect for Enterprise Application Design & Software Engineering Projects
Expert One-on-One J2EE Design and Development Book - Comprehensive Guide for Java EE Architects & Developers | Perfect for Enterprise Application Design & Software Engineering Projects

Expert One-on-One J2EE Design and Development Book - Comprehensive Guide for Java EE Architects & Developers | Perfect for Enterprise Application Design & Software Engineering Projects

$52.25 $95 -45% OFF

Free shipping on all orders over $50

7-15 days international

8 people viewing this product right now!

30-day free returns

Secure checkout

79989122

Guranteed safe checkout
amex
paypal
discover
mastercard
visa
apple pay

Description

The results of using J2EE in practice are often disappointing: applications are often slow, unduly complex, and take too long to develop. Rod Johnson believes that the problem lies not in J2EE itself, but in that it is often used badly. Many J2EE publications advocate approaches that, while fine in theory, often fail in reality, or deliver no real business value. Expert One-on-One: J2EE Design and Development aims to demystify J2EE development. Using a practical focus, it shows how to use J2EE technologies to reduce, rather than increase, complexity. Rod draws on his experience of designing successful high-volume J2EE applications and salvaging failing projects, as well as intimate knowledge of the J2EE specifications, to offer a real-world, how-to guide on how you too can make J2EE work in practice. It will help you to solve common problems with J2EE and avoid the expensive mistakes often made in J2EE projects. It will guide you through the complexity of the J2EE services and APIs to enable you to build the simplest possible solution, on time and on budget. Rod takes a practical, pragmatic approach, questioning J2EE orthodoxy where it has failed to deliver results in practice and instead suggesting effective, proven approaches. This book is of value to most enterprise developers. Although some of the discussion (for example, on performance and scalability) will be most relevant to architects and lead developers, the practical focus makes it useful to anyone with some familiarity with J2EE. Because of the complete design-deployment coverage, a less advanced developer could work through the book along with a more introductory text, and successfully build and understand the sample application. This comprehensive coverage would also be useful to developers in smaller organisations, who might be called upon to fill several normally distinct roles. Over the course of the book, you will learn: When to use a distributed architecture When and how to use EJB How to develop an efficient data access strategy How to design a clean and maintainable web interface How to design J2EE applications for performance

Reviews

******
- Verified Buyer
Rod Johnson is one of the few technical authors with whom I can almost never disagree. A quick read indicates clearly that his technical insight, which ranges from architectural to low-level coding best practices, are not born of some academic exercise...they are the fruit of actual production J2EE experience...not an academic blueprint. At times, I felt like I was reading my own words. Over the years, I began to wonder if I was the only J2EE developer who was not "drinking all the kool aid." My experience with over a dozen high-volume production applications moved me away from the pure party line. Now, I realize that my religion has a leader. Don't get me wrong, I learned a significant amount from this book. Rod's experience is daunting and even an experienced J2EE developer will glean countless insights from this well-written text.So what's not to like? Well, frankly, I was disappointed that security got the same level as attention in this book as it does in most - especially since there has yet to be an excellent J2EE text produced on the topic. While I didn't expect Rod to write the definitive tome on authentication and authorization, I expected more than two pages with a collection of URLs for more info. In fact, I loved the fact that he led off the text with testing and was shocked that he didn't follow immediately with security - another system aspect that is frequently relegated to the margins...and often implemented poorly. So how does that influence my review? Well, on Amazon's five star scale, I am taking away one star....but I also started by awarding him ten stars for the rest of the text.final static int MAX_RATING = 5;final int rating = Math.min(MAX_RATING, (10-1));if (rating == 5) {you.buyNow();}Rock on Rod. Can't wait for the "Developing without EJBs" text.