|
|||||||||||||||||||||||||||||||||||
|
17 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
10 of 10 people found the following review helpful:
5.0 out of 5 stars
Excellent overview of key Enterprise Java Technologies,
By MK95600 (Oregon) - See all my reviews
This review is from: Developing Java Enterprise Applications (Paperback)
This book provides an excellent overview of the core Enterprise Java technologies for building 3 & N-tier application servers. Though it does not go into too much depth, it did provide enough information (sample code sniplets) and understanding of how each of these technologies play within a distributed OO application service - JMS, JTS, EJB, JavaServerPages, Servlets, and JDBC. Each chapter provides useful information about the technology and its role in an enterprise application. Although there are many sources that will provide you with the same kinds of information on JMS, JTS, EJB, ... this book is a very nice single source reference for all these technologies. If you are new to Enterprise Java or simply need an overview of how all these technologies play together in a distributed intra/internet application server - this is a good book to start with.
8 of 8 people found the following review helpful:
4.0 out of 5 stars
Good starting point for Java Enterprise development,
This review is from: Developing Java Enterprise Applications (Paperback)
There are a lot of books on the markets these days on J2EE, so finding what you what can be daunting. What this book offers is a good introduction or foundation to the Java Enterprise Technologies. It would be useful for any Java programmer/developer who wants to learn about these technologies but does not know where to begin. So if you do not know your JNDI's from your RMI's, your EJB's from your JMS's, your JSP's from your Servlets, or your JTS from your JTA's, then I would recommend this book for you.
8 of 8 people found the following review helpful:
5.0 out of 5 stars
Good book to get started with Enterprise Java,
By A Customer
This review is from: Developing Java Enterprise Applications (Paperback)
It covers the most important Java APIs that the enterprise developer who uses Java. The books covers JDBC, RMI, JNDI, JTS, JMS, JSP, EJB, and a few other technologies. The book tends to alternate between explanatory and example chapters. So first, JDBC is discussed and then the next chapter walks through an example. Given the number of topics in this book, each topic is not covered in full detail as most of the topics are worthy of a book all their own (and many of them already have one). However, this book's goal is to cover just enough so you can understand the technology and get started using its core features. Therefore, this makes the book excellent for trying to figure what these technologies do. In fact, this book is readable by managers as well as developers, if the managers skip the example chapters. From reading this book, you get the impression that the authors have quite a bit of experience, have used the technologies discussed, and know what they are talking about. On the whole, this is a great book for getting your feet wet with Enterprise Java.
10 of 11 people found the following review helpful:
2.0 out of 5 stars
The price for this book is expensive for outdated coverage.,
By alasia (Piscataway, USA) - See all my reviews
This review is from: Developing Java Enterprise Applications (Paperback)
The authors try to give some good coverage of Java enterprise applications but they examples are as old as "java.awt.swing.*" classes.Need to debug the examples to make them run on on Java 2 platform. The emphasis is also on printing debugging statements. (An additional debugger class for most of the examples). It is time authors updated the contents of the book or reduced the price.
4 of 4 people found the following review helpful:
4.0 out of 5 stars
Good overview,
By A Customer
This review is from: Developing Java Enterprise Applications (Paperback)
I spent a couple of hours in the bookshop checking out all EJB books. I'm pretty convinced this is one of best. It gives a good overview of all important Java Enterprise APIs.Sometimes rehashing the APIs, but it only for completeness and clarity. The examples are short but clear, although often they only change 1 line compared to a previous example, luckily the important things are in bold. Good overview, good tutorial. Nice job.
6 of 7 people found the following review helpful:
2.0 out of 5 stars
Good book but very outdated,
By A Customer
This review is from: Developing Java Enterprise Applications (Paperback)
The content presented in the book is very impressive but the examples are so outdated that this book is useful for "Theory of Enterprise applications".The price for this book is simply outrageous for the outdated examples (oops! minus theory)
3 of 3 people found the following review helpful:
4.0 out of 5 stars
This book does its Job - nicely.,
By A Customer
This review is from: Developing Java Enterprise Applications (Paperback)
There are so many book out there, which focus on a particular technology. Very few books explain each technology and show how to integrate them all. This book does that, and explains how to integrate and put to use Servlets, JSP, Beans, EJB, RMI in a single application. Writing a book on a particular technology may not be easy, but writing a book which integrates these technologies, and shows how in the application these can be integrated is not a easy job either. I would love to see more CORBA integration in its second edition, with emphasis on CorbaBeans.
5 of 6 people found the following review helpful:
3.0 out of 5 stars
Written by Java dilettantes,
By
This review is from: Developing Java Enterprise Applications (Paperback)
May be it's personal but I believe that those who are not geeks of their professions - shouldn'tteach others as well. If you're not fascinated by the topic you talk about - how do you expect to write a good book ?! I think that this book was written by someone who learned Enterprise Java just to pay his rent. Writing a book seemed just another possible income .. Why do I think so ? Well, topics are explained on the very primitive level and I can actually "smell" that authors Whatever I look at - I see Java dilettantes, not Java geeks and not even Java professionals I think it is still useful for getting the idea about major J2EE technologies (JDBC, JNDI, servlets, P.S.
2 of 2 people found the following review helpful:
3.0 out of 5 stars
poor writing,
By A Customer
This review is from: Developing Java Enterprise Applications (Paperback)
For the most part, I agree with the other reviews here. I just want to add something I'm suprised others left out - the author is no writer! Sometimes you have to read a sentence several times to understand what it really means, and even then some guessing is usually involved.
1 of 1 people found the following review helpful:
4.0 out of 5 stars
Excellent but aging introduction to Java enterprise technologies,
This review is from: Developing Java Enterprise Applications, 2nd Edition (Paperback)
From the time this book was first published it seems that not many people appreciated it. That is probably because it is not a Wrox Press-style treatise on how to build full-blown professional Java enterprise programs. Instead it is a sampler of all of the various Java enterprise technologies, complete with small programs that show how to use the various API's. It starts out answering such simple questions as What is enterprise development? and Why use Java for enterprise development? It then devotes a chapter or two each to introducing the reader to the various enterprise API's - JDBC for database control, the JNDI for managing objects in a directory, server-side programming with servlets, JSP, and JavaBeans, managing remote objects with RMI and Corba, the basics of XML, creating and sending email using JavaMail, and much more. None of the chapters is intended to make you an industrial-strength Java enterprise programmer. The intention is just to give you an idea of what all of the individual technologies and packages can do via short programming examples so that you are ready to tackle the Wrox Press J2EE books of the world. The one bad point of the book is that it is in dire need of an update via a 3rd edition that I think will probably never come due to the lack of success this book ultimately had in the realm of total sales. However, if you are comfortable with Java and want to get a taste of what the enterprise API's can do I think it is still a good investment, particularly at the very low used prices at which it is currently available.
|
|
Most Helpful First | Newest First
|
|
Developing Java Enterprise Applications by Stephen Asbury (Paperback - February 16, 1999)
Used & New from: $0.25
| ||