Buy Used
Used - Very Good See details
$3.62 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
JBoss 3.0 Deployment and Administration Handbook
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

JBoss 3.0 Deployment and Administration Handbook [Paperback]

Meeraj Moidoo Kunnumpurath (Author)
3.0 out of 5 stars  See all reviews (13 customer reviews)


Available from these sellers.


There is a newer edition of this item:
JBoss 3.2 Deployment and Administration JBoss 3.2 Deployment and Administration 2.0 out of 5 stars (5)
$39.99
In Stock.

Book Description

Programmer to Programmer December 2002
The Deployment and Administration Handbooks simply the varied and often complex task of getting J2EE applications up and running on a J2EE 1.3 certified application server. Despite the J2EE standard, every application server is different. Each has its own administrative interface, and deployment process. Each interprets and implements the specifications slightly differently, adding its own proprietary features and functionality.

To develop powerful J2EE applications that fully utilize the runtime services provided by the platforms in which they run, you need to be well versed with the configuration and deployment of J2EE components on the application server.

The JBoss 3.0 Deployment and Administration Handbook is a guide to the variety of configurative, administrative and deployment tasks that are associated with setting up and running J2EE components on the JBoss 3.0 application server.

The book covers:

The JBoss JMX-based configuration architecture
Deploying J2EE components: WAR, EJB JAR, and EAR
Configuring JBoss Security
Configuring JCA and Datasources
Configuring JBossMQ for JMS and JavaMail
Configuring the Jetty and Tomcat Web Containers
Configuring JBoss Clustering
Configuring Log4J Logging
Configuring EJB deployments
Configuring Container-Managed Persistence for Entity Beans
Proprietary JBoss features such as Scheduling

This Handbook assumes that you are familiar with J2EE development and is focused only on deployment and administrative tasks for the JBoss application server.


Product Details

  • Paperback: 350 pages
  • Publisher: AOL/Time Warner Book Group (December 2002)
  • Language: English
  • ISBN-10: 1861008120
  • ISBN-13: 978-1861008121
  • Product Dimensions: 9 x 6.3 x 1 inches
  • Shipping Weight: 1.1 pounds
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon Best Sellers Rank: #3,316,834 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

13 Reviews
5 star:
 (5)
4 star:
 (1)
3 star:
 (1)
2 star:
 (1)
1 star:
 (5)
 
 
 
 
 
Average Customer Review
3.0 out of 5 stars (13 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

8 of 8 people found the following review helpful:
2.0 out of 5 stars not enough to get started with jboss/tomcat, May 18, 2003
By 
Daniel J Grummon (Saint Petersburg, Florida United States) - See all my reviews
This review is from: JBoss 3.0 Deployment and Administration Handbook (Paperback)
I like how the book provides some documentation on jboss, but it is not really detailed information on how to really put a .war file in jboss and have it work. My major issue is that there aren't any hello world examples. The book is supposed to use the petshop web application example from sun. But it barely mentions it and does not step you through the complicated matter of making the petshop work on jboss. What I needed was just a simple step by step explanation of how to take a struts application, zipped up in a war file, and have it work on jboss/tomcat. From there I want to start adding ejb functionality. Also, because jboss is opensource it is logical that it will be used with the opensource ide and database. I wanted to see instructions on how to setup a development environment with Eclipse and MySQL. One last issue is the book is already behind the latest release of jboss. Many of the files and directory structures have changed making the book's explainations not so useful and outdated.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 10 people found the following review helpful:
1.0 out of 5 stars Another worthless Wrox work, June 23, 2003
By 
D. Cramer (San Diego, CA USA) - See all my reviews
(REAL NAME)   
This review is from: JBoss 3.0 Deployment and Administration Handbook (Paperback)
I've finally learned my lesson, and am swearing off Wrox titles. I wouldn't have bought this one, but the only other book on the JBoss admin topic is packed with useless information as well. Where to start on this book's flaws?

Incomplete and Confusing. There are too many snippets of XML elements that I could never figure out what document they were supposed to be used. For example, I'd expect something as common as configuring a DataSource to include a clear, step-by-step set of instructions, maybe even some example code showing how to set-up and use a MySQL or Oracle RDBMS within a servlet or EJB. No such luck. The only thing is some confusing stuff about setting up an mbean that's completely unnecessary since you can just drop an xml-config file from the examples directory into the deploy directory and change the values.

Inconsistent. There are places in the book where an example uses one set of values, and the follow on example uses something different. For example, in the section describing how to set up a JDBC login module, the code for a SQL statement is given as "SELECT [x] FROM...". On the very next page, an xml snippet shows the query used in some config-file as "SELECT [y] FROM..." Now, they both end up amounting to the same thing, but it would've been nice to see both statements the same way to help reinforce what goes where.

Improper. Some of the references to MegaDeath and Euthanasia used in code snippets. I've nothing against either of those topics. However, they are out of place in a technical reference. This may seem a bit trivial, but, to me, it shows a lack of professionalism that just keeps me thinking: "Why'd I buy from this publisher?"

Anyway, I'd try to sell this on e-bay, but I can't pawn this off on another developer in good conscience.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 7 people found the following review helpful:
1.0 out of 5 stars Another worthless Wrox work, June 23, 2003
By 
D. Cramer (San Diego, CA USA) - See all my reviews
(REAL NAME)   
This review is from: JBoss 3.0 Deployment and Administration Handbook (Paperback)
I've finally learned my lesson, and am swearing off Wrox titles. I wouldn't have bought this one, but the only other book on the JBoss admin topic is packed with useless information as well.

Where to start on this books flaws?

Incomplete and Confusing. There are too many snippets of XML elements that I could never figure out what document they were supposed to be used. For example, I'd expect something as common as configuring a DataSource to include a clear, step-by-step set of instructions, maybe even some example code showing how to set-up and use a MySQL or Oracle RDBMS within a servlet or EJB. No such luck. The only thing is some confusing stuff about setting up an mbean that's completely unnecessary since you can just drop an xml-config file from the examples directory into the deploy directory and change the values.

Inconsistent. There are places in the book where an example uses one set of values, and the follow on example uses something different. For example, in the section describing how to set up a JDBC login module, the code for a SQL statement is given as "SELECT [x] FROM...". On the very next page, an xml snippet shows the query used in some config-file as "SELECT [y] FROM..." Now, they both end up amounting to the same thing, but it would've been nice to see both statements the same way to help reinforce what goes where.

Improper. Some of the references to MegaDeath and Euthanasia used in code snippets. I've nothing against either of those topics. However, they are out of place in a technical reference. This may seem a bit trivial, but, to me, it shows a lack of professionalism that just keeps me thinking: "Why'd I buy from this publisher?"

Anyway, I'd try to sell this on e-bay, but I can't pawn this off on another developer in good conscience.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject