Showing posts with label jee. Show all posts
Showing posts with label jee. Show all posts

Professional Apache Tomcat 6 (WROX Professional Guides) Review

Professional Apache Tomcat 6
Average Reviews:

(More customer reviews)
I was really impressed with this book and felt like it had been written with my requirements in mind. The other Tomcat books I have read felt like they were paraphrasing the online help; additional material was provided, but little of it was new. While reading the first few chapters of this book, several of my ongoing queries had been answered, and there were a bunch of other gems as well - it sorted out my AJP and APR queries, gave options for running Tomcat on privileged ports without running as root, and dug further into the server.xml configuration than I

Professional Apache Tomcat 6 (WROX Professional Guides) is aimed at the serious Tomcat user. It will be useful to people that do serious tinkering at home, but it is a an absolute bible if you have Tomcat running production code or other critical uses.

Personally I found that the level of information did not always provide 100% coverage but, for example, the level of detail provided covering server.xml, web.xml and context.xml configuration will be of great use. The descriptions go into plenty of detail but rarely goes overboard. Examples of places to hook into or extend the existing functionality are pointed out, but the authors don't get distracted in providing sample implementations when the defaults are sufficient. The information is full of the sort professional advice and directions that I would expect from a book of this name, and that has been sadly missing from the other offerings I have seen.

As a short description, it covers topics like AJP connectors, Apache Portable Runtime libraries, configuring Tomcat behind IIS or Apache servers, clustering, shared hosting, oodles of configuration options, and also takes two chapters to look at testing the performance and then tuning applications running Tomcat.

If I had to provide negative comments, I would say that the book was written by three authors and at times it doesn't mesh well and it is clear that one section had a different author to another. There were also a couple of areas that didn't have the coverage I had hoped, but in most cases an explanation was given as to why this was done.

Realistically I find it difficult to fault this book and look forward to migrating our own servers to Tomcat 6 and tweaking the behaviour using the information provided. With this book in hand I feel completely confident that I have the know-how to set up the environment correctly.

Click Here to see more reviews about: Professional Apache Tomcat 6 (WROX Professional Guides)

Product Description:

    Tomcat is the official reference implementation of Sun's servlet and JSP specifications, and Java developers must test all Web applications on Tomcat to ensure they work as designed
    Boasting more than 40 percent new and updated material, this book covers all the major new features affecting server administration and management
    Explores the additional built-in tools of Tomcat, which help Java developers program more efficiently, and looks at how Apache's other open source servlet/JSP technologies are designed to work with Tomcat
    Features full coverage of Release 6, which supports the latest JSP and servlet specifications: JSP 2.1 and Servlets 2.5
    Addresses solving real-world problems encountered during all phases of server administration, including managing class loaders and connectors, security, shared hosting and clustering, and system testing


Buy NowGet 34% OFF

Want to buy Professional Apache Tomcat 6 (WROX Professional Guides) at other amazon sites? Click the corresponding icon below:



buy it at amazon.combuy it at amazon.co.ukbuy it at amazon.cabuy it at amazon.debuy it at amazon.fr

Enterprise JavaBeans 3.0 (5th Edition) Review

Enterprise JavaBeans 3.0
Average Reviews:

(More customer reviews)
I thoroughly enjoyed this book.Every chapter was excellent.
The bookstarts with a chapter that explains distributed objects, components,server-side components, and transaction monitors in a way that makes totalsense and is fun to read.
The next couple of chapters give you anin-depth look at the EJB architecture removing all the mystery from thetechnology -- these chapters are pure gold.
Chapters 3 through 7 show howto develop stateless, stateful, CMP and BMP entity beans.These chaptersexplain how to write beans and how to use them.The examples are veryexcellent.
Chapter 8 is a very long but necessary chapter on transactionsand how they work in EJB. I'm glad they saved this for after Chapters 3 -7because it's complicated.
Chapter 9 is a priceless Design Strategieschapter that gives you more punch in the first 10 pages then most booksgive in 100.Even experienced EJB developers will learn new tricks fromthis chapter.
Chapter 10 is on XML deployment descriptors.This is anexcellent reference and the way its organized makes it much simpler tounderstand.
Chapter 11 covers J2EE.It's short but excellent.Theauthor tells you exactly how EJB fits into J2EE, which is all I wanted toknow.
Appendix A - Dare an invaluable reference for developers.Theyinclude a complete class reference, UML state diagrams and charts, vendorlisting and finally a summary of the changes from EJB 1.0 to EJB 1.1.
This is the best EJB book available and will continue to be the best fora long time.Its too solid and too well organized not to be.

Click Here to see more reviews about: Enterprise JavaBeans 3.0 (5th Edition)

Product Description:

If you're up on the latest Java technologies, then you know that Enterprise JavaBeans (EJB) 3.0 is the hottest news in Java this year. In fact, EJB 3.0 is being hailed as the new standard of server-side business logic programming. And O'Reilly's award-winning book on EJB has been refreshed just in time to capitalize on the technology's latest rise in popularity.


This fifth edition, written by Bill Burke and Richard Monson-Haefel, has been updated to capture the very latest need-to-know Java technologies in the same award-winning fashion that drove the success of the previous four strong-selling editions. Bill Burke, Chief Architect at JBoss, Inc., represents the company on the EJB 3.0 and Java EE 5 specification committees. Richard Monson-Haefel is one of the world's leading experts on Enterprise Java.


Enterprise JavaBeans 3.0, 5th Edition is organized into two parts: the technical manuscript followed by the JBoss workbook. The technical manuscript explains what EJB is, how it works, and when to use it. The JBoss workbook provides step-by-step instructions for installing, configuring, and running the examples from the manuscript on the JBoss 4.0 Application Server.


Although EJB makes application development much simpler, it's still a complex and ambitious technology that requires a great deal of time to study and master. But now, thanks to Enterprise JavaBeans 3.0, 5th Edition, you can overcome the complexities of EJBs and learn from hundreds of practical examples that are large enough to test key concepts but small enough to be taken apart and explained in the detail that you need. Now you can harness the complexity of EJB with just a single resource by your side.



Buy NowGet 37% OFF

Want to buy Enterprise JavaBeans 3.0 (5th Edition) at other amazon sites? Click the corresponding icon below:



buy it at amazon.combuy it at amazon.co.ukbuy it at amazon.cabuy it at amazon.debuy it at amazon.fr

Professional Apache Tomcat Review

Professional Apache Tomcat
Average Reviews:

(More customer reviews)
I was quite pleased with this book.I've been active on the Tomcat mailing lists for many months, and have seen the level of frustration experienced by new users firsthand due to the existing Tomcat documentation.While lack of solid documentation is one of the problems most open source projects face, there are always books written as supplements, and of the Tomcat books I have read, this one stands out far above the rest.
In particular, I found the chapters on Shared Tomcat Hosting (Chapter 19), Log4J (Chapter 18), Server Load Testing (Chapter 20), and the web server connectors to be the most valuable.Most of the traffic on the mailing lists is generated from problems using the connectors, and the authors went to great lengths to explain their configuration and usage in a clear and concise manner, even in a load balancing environment.
For systems administrators in a corporate or ISP environment, the chapter on shared hosting is worth the price of the book all by itself.It lays out how to handle shared hosting with Tomcat solo as well as integrated with Apache, and also describes setting up a separate JVM for each virtual host, something that can be critical to making system administration easy.After all, you don't want a problem with one client's Tomcat to cause problems for other clients.
The book deserves the use of the word "Professional" in its title, as it goes way beyond simply setting up Tomcat to work with servlets and JSP.Especially in later chapters, the issues encountered by administrators and developers in a professional or corporate, mixed-use environment are covered concisely and thoroughly.
All told, one of the better technical books I have read, and I have read more than I care to count.In addition to being a solid reference, this book gave me information I was able to use at an advanced level right away on my own servers for my own clients.You can't ask for more than that.

Click Here to see more reviews about: Professional Apache Tomcat

Product Description:
Tomcat is an open source web server that processes JavaServer Pages(TM) and Java(TM) Servlets.

It can run as a stand-alone server or be integrated with the Apache web server. Like Apache, the core Tomcat program is relatively simple, but there are many enhancements that can be added that make it much more complex.

This book will provide you, the server administrator, with the necessary knowledge to install and configure Tomcat, as well as many of the most popular enhancements to the Tomcat package. It will help you plan the installation and possible growth options of your site.

You will learn how to integrate Tomcat with Apache (and the situations when you should and when you shouldn't), how to set up database connectivity through JDBC, and how to ensure your web applications are secure.

This book also covers some of the tools that can be integrated with Tomcat, such as Ant (for automatically building web applications) and Log4J (for advanced logging).

Who is this book for?

This book is for professionals working with Java web applications. It assumes a certain knowledge of the JSP and Servlet technologies, but only from an administrator's point-of-view. Knowledge of databases, XML, HTML, networking, and general administrative techniques is also assumed.

What does this book cover?
* Tomcat 3.x, Tomcat 4.0.x, and Tomcat 4.1.x
* The Tomcat architecture
* Tomcat installation and configuration
* Apache and Tomcat integration using the AJP and WARP connectors
* Tomcat security with SSL, realms, and the Java Security Manager
* Shared Tomcat hosting, server load testing, and load balancing
* Managing and administering web applications
* JDBC with Tomcat
* Ant and Log4J

Buy NowGet 37% OFF

Want to buy Professional Apache Tomcat at other amazon sites? Click the corresponding icon below:



buy it at amazon.combuy it at amazon.co.ukbuy it at amazon.cabuy it at amazon.debuy it at amazon.fr