JBoss : A Developer's Notebook

  Author:    Norman Richards, Sam Griffith
  ISBN:    0596100078
  Sales Rank:    175257
  Published:    2005-06-28
  Publisher:    O'Reilly
  # Pages:    176
  Binding:    Paperback
  Avg. Rating:    5.0 based on 14 reviews
  Used Offers:    12 from $12.98
  Amazon Price:    $19.77
  (Data above last updated:  2008-08-21 05:20:41 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
JBoss : A Developer's Notebook
  

There's nothing ordinary about JBoss. What began as an open source EJB container project six years ago has become a fully certified J2EE 1.4 application server with the largest market share, competitive with proprietary Java application servers in features and quality. And with its dynamic architecture, JBoss isn't just a J2EE server. You can alter the services to make J2EE work the way you want, or even throw J2EE away completely.

After more than a million downloads, many JBoss users are no longer trying it out on internal test boxes, but rolling it out on production machines. JBoss: A Developer's Notebook takes you on a complete tour of JBoss in a very unique way: rather than long discussions, you will find code--lots of code. In fact, the book is a collection of hands-on labs that take you through the critical JBoss features step-by-step. You don't just read about JBoss, you learn it through direct practical application. That includes exploring the server's many configurations: from bare features for simple applications, to the lightweight J2EE configuration, to everything JBoss has in store-including Hibernate and Tomcat.

JBoss: A Developer's Notebook also introduces the management console, the web services messaging features, enhanced monitoring capabilities, and shows you how to improve performance. At the end of each lab, you'll find a section called "What about..." that anticipates and answers likely follow-up questions, along with a section that points you to articles and other resources if you need more information.

JBoss is truly an extraordinary application server. And we have an extraordinary way for you to learn it.

                  Reader Reviews 1 - 15 of 15                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
09-25-07 4 (NA)
(Hide Review...)  Great high level overview
Reviewer Permalink
"JBoss: A Developer's Notebook" is a great introduction to getting up and running on JBoss. Instead of just dumping code and mounds of text at you, it quickly walks through setting up a "ToDo" application, including connecting to a mySQL database, logging, monitoring and security. None of it is in-depth but it's enough to point you in the right direction.

Be warned that the chapter on persistence uses XDoclet whereas things are moving towards EJB3 now so that chapter is not quite as useful as the rest of the book.

Overall, I would recommend this book if you are looking to set up a JBoss development server. Using it, I was able to tweak my installation of JBoss quite a bit.
(Review Data Last Updated: 2008-08-20 05:15:46 EST)
02-25-07 5 (NA)
(Hide Review...)  Short and sweet and excellent
Reviewer Permalink
This book is an example for all modern book writers to follow.



Most writers seem to want to write books weighing a few pounds, try to cover every conceivable topic and eventually do not do sufficient justice to anything.



On the other hand, this book is the book when you know "what" you want to do, and then "how" to do that with JBoss.
(Review Data Last Updated: 2007-09-07 21:22:31 EST)
02-25-07 5 (NA)
(Hide Review...)  Short and sweet and excellent
Reviewer Permalink
This book is an example for all modern book writers to follow.

Most writers seem to want to write books weighing a few pounds, try to cover every conceivable topic and eventually do not do sufficient justice to anything.

On the other hand, this book is the book when you know "what" you want to do, and then "how" to do that with JBoss.
(Review Data Last Updated: 2007-04-12 15:54:54 EST)
02-24-07 5 (NA)
(Hide Review...)  Short and sweet and excellent
Reviewer Permalink
This book is an example for all modern book writers to follow.

Most writers seem to want to write books weighing a few pounds, try to cover every conceivable topic and eventually do not do sufficient justice to anything.

On the other hand, this book is the book when you know "what" you want to do, and then "how" to do that with JBoss.
(Review Data Last Updated: 2007-04-11 10:21:04 EST)
01-05-07 4 (NA)
(Hide Review...)  Great starter kit - gets down to the brass tacks
Reviewer Permalink
JBoss: A Developer's Notebook continues with the pragmatic appproach followed by the other books in the series. A series of clear, succinct examples on getting up and running with JBoss are the primary method used to present the content of the book. Most examples build on a previous example so it is best to cover them in a linear fashion. After execution of the examples, the user should have a good understanding of how JBoss operates, what it takes to deploy an application on JBoss and how to use the built-in features such as the Web Console.

If you are trying to dive into the details of JBoss in order to solve a complex setup issue or trying to fully understand one aspect of the application, then this is probably not the book for you. The depth of the information in the book is appropriate for it's scope as a developers notebook but it is not a reference manual.

Overall, if you want to learn the basics of JBoss quickly or stand up an instance with minimal research, you have come to the right place.
(Review Data Last Updated: 2007-02-24 15:54:35 EST)
12-05-05 5 1\2
(Hide Review...)  Good quick paced JBoss starter
Reviewer Permalink
If you are just now considering using JBoss then this is definitely the book for you. It covers the installation, configuration, and deployment of a J2EE application in a very concise and useful format. It presents the unique and useful features of JBoss in a simple format. If you are looking for a reference book that covers every little detail of JBoss then keep looking.
(Review Data Last Updated: 2007-01-05 12:54:32 EST)
12-05-05 5 2\2
(Hide Review...)  Excellent book on JBoss
Reviewer Permalink
Excellent book on JBoss, the book is a easy read covering the ins and outs of JBoss from writing your app to, securing and managing the container. Very well presented with the cool notes on the sidebar which are worth reading all by themselves. The chapters are concise and to the point in presenting the ideas, this has become valuable resource on my desk.
(Review Data Last Updated: 2007-01-05 12:54:32 EST)
10-26-05 4 3\3
(Hide Review...)  Good for all
Reviewer Permalink
Well, I would say, it is pretty good. You feel like finishing this book off so quickly but at the same time imbibed enough information on JBoss. Very good reference material to keep beside always for both beginners and experience people too.
(Review Data Last Updated: 2006-07-07 10:52:17 EST)
10-15-05 5 6\6
(Hide Review...)  Solid Guide for Getting Started with JBoss and J2EE
Reviewer Permalink
The book is a solid guide for getting started with JBoss. However, I would recommend this book to those who are looking to get started with J2EE development.

Obviously, you can't discuss JBoss without J2EE. The authors take you through a sample application from start to finish. This includes a wonderful overview of J2EE.

After this book, you should be able to delve into more complex topics related to J2EE and other application servers. I really wished this book was around before I started hacking J2EE on WebLogic, I would have chosen JBoss to begin my learning.
(Review Data Last Updated: 2006-07-07 10:52:17 EST)
10-13-05 5 5\5
(Hide Review...)  Fantastic into to how to use JBoss
Reviewer Permalink
I love the format of these notebooks. Quick and good overview of what you need to know about several topics.

On to the specifics of this book. You get a great outline of what you can do with JBoss including some good introductory info on Java EE in general. Some will find the lack of detail irritating but its great for a quick overview of how the stuff is done 'in the real world'. For example in Chapter 3 aobut creating a 'real application' the topic of XDoclet is discussed but not in great detail (Norman Richards has a huge 350+ page book on XDoclet) leaving the (sometimes ardious) task of getting XDoclet working with ant as an exercise to the reader.

The authors do a great job of writing in an informal conversational way without being campy.

Specific Content:
1) Installing JBoss - everything you want to know about getting JBoss up and running. Any deficencies here are made up for in Chapter 9 on rolling out jboss.

2) Deploying Apps - the stuff you need to know about how to deploy, talks about auto-deploy and how to do exploded deployments.

3) Creating the complete app - I liked this chapter but I susspect that newbies will find the XDoclet stuff confusing. XDoclet is great and works like a champ but many people will wonder what is going on if they don't have previous XDoclet expierence.

4) Connecting to a real db - good stuff, esp liked the bit on monitoring. Lots of folks new to Java EE don't get that whole monitoring thing and this book talks about it a lot (in most chapters).

5) Secutiry - all you need to know to get started with secutring in JBoss, using LDAP & hashed passwords are covered which a lot of preliminary discussions seem to leave out.

6) Logging - welcome to the world of Log4J which should be really simple but somehow required lots of pages in lots of books to document. This chapter has what you need to know about to get logs going with JBoss. You are using remote debugging from your IDE though to debug your apps though aren't you?

7) Configuring Persistence - good quick over view to CMP and getting the CMP engine to manage your schema.

8) Managing and Monitoring JBoss - a whole chapter on how to manage JBoss. Lots of good info here.

9) Rolling out JBoss - all the stuff you might forget to do in turning on a production version of JBoss. All about security and closing the holes that you might not think to close (like the class download service).

Over all a great book and worth the $.
(Review Data Last Updated: 2006-07-07 10:52:17 EST)
09-01-05 4 3\3
(Hide Review...)  Great Overview
Reviewer Permalink
This workbook touches on many different aspects of the JBoss application server. It is not for the advanced user, but for someone brand new to JBoss it's a great help in getting up and running quickly.
(Review Data Last Updated: 2006-07-07 10:52:17 EST)
08-18-05 5 4\7
(Hide Review...)  A PERFECT COMPANION FOR J2EE
Reviewer Permalink
Chances are that you already have this book in your IT library. But now, you need to put down whatever you're doing and start reading this book! Authors Norman Richards and Sam Griffith have done an outstanding job of showing you how to simplify the J2EE application development process and avoid the traps and complexity normally associated with such.

Richards and Griffith begin by showing you how to install JBoss and getting the server up and running. Next, the authors show you how to build a simple web application, get it running on the server, and then monitor it. Then, they take the big step of showing you how to create a complete J2EE application with both a web and an EJB component. Richards and Griffith continue by turning their attention toward connecting to a real database, so as to have an application access a more robust and production-friendly database by using MySQL. In addition, the authors next show you how to configure the behavior of JBoss to allow for much more interesting security policies around applications. They also look at how JBoss handles logging. Richards and Griffith next continue with a detailed description of how to customize the CMP entity beans' persistence. Next, the authors show you how to use the Web Console. Finally, they walk you through the default JBoss installation and show you what updates are needed to get JBoss instance ready to be exposed to the outside world.

With the preceding in mind, the authors have done an excellent job crafting the book with the application developer in mind. At the end of the day, you'll know how to install JBoss to rolling out an actual production system.
(Review Data Last Updated: 2006-07-07 10:52:17 EST)
08-15-05 5 4\5
(Hide Review...)  Lighthearted but Full of Content
Reviewer Permalink
Being fun to read, lighthearted but full of content, compact and practical, this book is perfect for serious programmers. If you are about to implement an Internet application of any level of complexity whether it be a web application with a couple of servlets or an enterprise archive of entity/session/management beans, this book will get you there quickly. Also, having spent weeks with JBoss already, I still learned something new in every page...which indicates that whether you are experienced or beginner with JBoss, this book is useful. I hope to see more to come like this one, maybe exploring other complex or less known areas of JBoss, such as non-J2EE based persistence solutions, clustering or usage of second level cache.
(Review Data Last Updated: 2006-07-07 10:52:17 EST)
08-04-05 5 5\7
(Hide Review...)  A Fast and Dirty Introduction to JBoss
Reviewer Permalink
Enterprise Java can be a mysterious world, and navigating the configuration files of JBoss can be daunting at first. This book gets you going with an in-depth example and helpful notes.
(...)It is no surprise that JBoss: A Developer's Notebook was a top seller at JavaOne 2005. I look forward to other titles in the Developer's Notebook Series.
(Review Data Last Updated: 2006-07-07 10:52:17 EST)
07-23-05 5 13\15
(Hide Review...)  A lot of material in a small volume...
Reviewer Permalink
J2EE development is often seen as highly complex, and setting up the J2EE server from various vendors is nearly as bad. A good alternative to get running quickly is JBoss, a complete open source J2EE server which is designed to cut through all the complexity and vendor add-ons. A quick guide to get it running and working with it is JBoss - A Developer's Notebook by Normal Richards and Sam Griffith, Jr. (O'Reilly).

Contents: Installing and Running JBoss; Deploying an Application on JBoss; Creating a Complete Application; Connecting to a Real Database; Applying Security; Logging; Configuring Persistence; Managing and Monitoring JBoss; Rolling Out JBoss; Index

The Developer's Notebook series is a quirky format using a gridlined page with scribbled font text in the margins. You'll even find the occasional "water ring" on a page where a sweaty glass was set down. They're also small and to the point. It's not a step-by-step comprehensive tutorial, nor does it attempt to explain every last iota of information on the subject. It's a series of subjects followed by paragraphs of "How Do I Do That?" and "What Just Happened?" write-ups. This leads to a high degree of practicality and hands-on material.

Richards and Griffith have created a book that will be immensely useful to people who have some J2EE background or have worked with other J2EE servers before. By following the material, the reader can get the essentials necessary to start playing with JBoss in a matter of a couple of hours rather than days. If this is your very first exposure to J2EE, you won't get a lot of handholding here. There is the assumption of a certain level of background information. And if you're going to be using JBoss as a production-level J2EE server for your organization (yes, you *can* do that!), you'll probably want an additional book that goes into much more depth. But if you come in with proper expectations, it's a great resource.

Nice format, good writing, and a lot of meat packed into a small volume. Good job...
(Review Data Last Updated: 2006-07-07 10:52:17 EST)
  
                  Reader Reviews 1 - 15 of 15                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)