Books
Computers Electronics Home & Garden Jewelry Movies Music Toys
Search for: in
Developing Applications with Java and UML
by Addison-Wesley Pub Co
Developing Applications with Java and UML - Click to Enlarge
Avg. Rating: 3.8 of 5 stars (based on 5 reviews)
$2.00 to $44.99 from 5 stores
Similar ItemsNEW!
Enterprise Java and UML, Second Edition
$6.50 to $37.50 from 4 stores
Core J2EE Patterns: Best Practices and Design Strategies, Second Edition
$22.99 to $54.99 from 5 stores

See more below
Information Below:  Store Prices  |  Customer Reviews  |  Similar Items


Compare Store Prices
View: All  |  Used
Sort By
Store Name
Sort By
Store Rating
Sort By
Price
Sort By
Shipping
 
Description
 
Buy
Bunches of Books
Store Info
Be the first to write a review
Used
See site Developing Applications with Java and UML See it at at
Bunches of Books
* Prices and availability are subject to change without notice. Please check the merchant store for details.
List Your Products -
Customers Who Viewed This Item Also Viewed

Enterprise Java and UML, Second Edition
$6.50 to $37.50 from 4 stores

Core J2EE Patterns: Best Practices and Design Strategies, Second Edition
$22.99 to $54.99 from 5 stores

Head First Design Patterns
$6.00 to $44.95 from 7 stores

Code Complete, Second Edition
$6.00 to $49.99 from 5 stores

Expert One-on-One J2EE Development without EJB
$14.99 to $39.99 from 5 stores

UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition
$5.00 to $34.99 from 5 stores

Hibernate in Action (In Action series)
$23.95 to $44.95 from 5 stores

Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027)
$12.00 to $49.99 from 5 stores

Web Services and Service-Oriented Architectures: The Savvy Manager's Guide
$17.48 to $31.50 from 5 stores

Struts Recipes
$22.45 to $29.67 from 3 stores

Objects, Components, and Frameworks with UML : The Catalysis(SM) Approach (Addison-Wesley Object Technology Series)
$5.98 to $45.06 from 4 stores

Professional Java Development with the Spring Framework
$21.50 to $39.99 from 4 stores

Design Patterns Java Workbook
$8.39 to $40.18 from 6 stores

A Programmer's Guide to Java Certification: A Comprehesive Primer, Second Edition
$5.00 to $42.70 from 4 stores

Ace the IT Job Interview!
$11.60 to $24.99 from 6 stores

Customer Reviews
5 of 5 stars  More design than implementation
Sunday, May 15, 2005
I am taking a masters course in designing J2EE applications, and this book has been incredibly helpful. It shows the design of a web-based application, with sample use-cases, sequence diagrams, and deployment diagrams. It is light on the actual code, but you can get that from the online J2EE tutorial from SUN.

The author does a great job explaining the steps in designing a solution, and the book made me truly understand the flow of UML diagrams, and how to go from one diagram to the other. I finally understood the logical progress from use-cases to class diagrams, to sequence diagrams, and finally to EJB beans, html pages, and servlets.

I can recommend this book to anyone who wants to know how to design J2EE applications, but be sure to bookmark the J2EE tutorial so you can look up the technical details.

1 out of 1 people found the following review helpful:
3 of 5 stars  Too much info
Saturday, August 30, 2003
This book is tremendous on theory, but horrible on actual usage. I picked it up several times and was never able to get through it, and I don't believe you could ever get an entire team of developers to read, understand and implement the theories in this book.

Unless your sole job is UML, I don't know how one would ever find time to get through this book. Perhaps my view will change after I develop a better understanding of UML.


1 out of 4 people found the following review helpful:
1 of 5 stars  One of the worst technical book I have ever read
Thursday, June 19, 2003
.. and I have read many, I assure you...
This book is a shame. Written in a cocky, airy style, could be good only for an executive who feels like reading some buzzword about these strange terms J2EE and EJB he' s been hearing about lately so that he can think he knows something about it. Value
to the prgrammer really interested in the theory: ZERO. Value
to the programmer interesting in coding and in a hands on approach: ZERO. Don't be fooled by the fact that the book is advertised as presenting an exmaple application: can you say you are presenting an EXAMPLE application with a couple code snippets and ONE sequence diagram???

4 out of 4 people found the following review helpful:
5 of 5 stars  Great "Big Picture" Book
Friday, January 10, 2003
This is an excellent book for programmers new to Java, UML and Java architecture. This is not a complete book on UML, patterns, EJB or Java but that is not its intention. The author does an excellent job of taking the rational unified process and UML and breaking it down to the relevant artifacts and diagrams. It contains excellent examples and doesn't try to over simplify. I highly recommend this book to development teams that are beginning to embark on Java web applications from other programming languages.

My only warning is that if you are unfamiliar with basic Java patterns (session façade, controller), you may get a little lost. It helps to have a basic understanding of Java and OOP. The book does get into EJBs but not enough to start coding your own EJB application but you will get the big picture and that is the best way to view this book.

This book was required reading for a project that we are currently doing. I am managing a team with some developers new to Java but had extensive VB experience. They found that this book helped then "think in Java"

I supplemented my reading with other books like Mastering Enterprise Java Beans by Ed Roman and the Sun J2EE Core Patterns Book. There is a decent book called Advanced Case Modeling if you want to get a different view on use case designs.

I would like to add that the book uses a session façade controller for each use case. The book doesn't really stress the consequences of doing this. The definition of a use case is as quite broad. Some architects prefer fine-grained use cases to course-grained. This book has you using course-grained. This is important so that you don't end up with too many controllers which can translate to hundreds of session beans. Make sure that you develop your use cases in a course-grained manner to avoid this problem. In addition, the book's example uses value object creation at the entity bean level. This could be abstracted to a value bean assembler.


8 out of 9 people found the following review helpful:
5 of 5 stars  6 Stars will be a more apt rating!!
Tuesday, September 03, 2002
This is a one-in-a-million technology book that makes sense from multiple angles. Most UML books are written by researchers that tend to have a myopic view on a project's scope. My impression from reading the book is that Paul Reed, the author, knows the theory and is experienced at practicing this theory - a rare find.

This book fully encompasses a whole project view and succesfully involves/educates the reader.

Let me explain : It is challenging to develop a book that covers OOP, UML, Rational Unified Process(RUP), Java/J2EE, Application Servers/IDE etc. Also most publishers will not touch such a subject assuming it will narrow the potential readership.

Having heap all the flatery, I must add some caution - to fully make sense of the book the rader must be somewhat familiar with some of the concepts - i.e. OOP, Java. Otherwise it can be hard to grasp.

I would recommend this book to developers/managers that wish to enhance their requirements process in software development.

In this book you can expect to visualise the role of UML in the full cycle of a project. The development process followed is RUP. There are nice background information on how to enhance the productivity of the development team in the design stages. The project discussed is a typical J2EE set-up - JSP, Servlets, choice of Javabeans and EJB, choice of Tomcat or BEA WebLogic and a Microsoft SQL Server (or Oracle) as the back-end.

I hope this review helps - please let me know if you have any questions or suggestions.

Thank you.


See all customer reviews...
Home  |  About Priceflo  |  Tell a Friend  |  List Your Products  |  Merchant Login  |  Site Map  |  Help

© 2008, Priceflo, Inc. All rights reserved. Privacy Policy  |  Terms of Service