aspose file tools
The moose likes JBoss and the fly likes JBoss: A Developer's Notebook : version using Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JBoss: A Developer Watch "JBoss: A Developer New topic
Author

JBoss: A Developer's Notebook : version using

Nakata kokuyo
Ranch Hand

Joined: Apr 13, 2005
Posts: 437
hi, mr.Norman Richards and Sam Griffith, is this book cover the latest version of jboss ? thank you
Nadeem Awad
Ranch Hand

Joined: Jan 09, 2005
Posts: 74
Dear Mr. Norman Richards and Mr. Sam Griffith,
Does the book cover advanced topics? like clustering, JMX, Security, Fine tuning?


Share Knowledge to gain it.<br /> <br />SCJP 1.2, SCDJWS 1.4, SCWCD 1.4, SCBCD 1.3, ICAD
norman richards
Author
Ranch Hand

Joined: Jul 21, 2003
Posts: 364
The examples are written against 4.0.2 which is still the latest version.


Here's the TOC:

Chapter 1. Installing and Running JBoss
Installing the Server
Starting Up JBoss
Examining the Server (JMX Console)
Shutting Down the Server
Specifying a Server Configuration

Creating a New Configuration

Chapter 2. Deploying an Application on JBoss
Getting Ant
Creating and Packaging the Application
Running the Application
Modifying the Deployed Application
Exploding Deployments
Viewing the Application on the Management Console
Uninstalling the Application

Chapter 3. Creating a Complete Application
Building the EJB Tier
Using XDoclet to Build the Web Tier
Defining Users
Deploying the Application
Examining the Database

Chapter 4. Connecting to a Real Database
Setting Up MySQL
Adding the JDBC Driver
Creating a Datasource
Linking the Datasource to Our Application
Monitoring the Connection Pool

Chapter 5. Applying Security
Defining a Security Domain
Using a Relational Database for Users
Using Hashed Passwords
Using an LDAP Server for Users
Stacking Login Modules
Enabling SSL

Chapter 6. Logging
Configuring log4j
Adding a Logging Category
Configuring the Log Format
Creating a New Logfile
Rolling Logfiles
Adjusting Logging from the JMX Console
HTTP Access Logs
Logging Generated SQL for CMP

Chapter 7. Configuring Persistence
Managing Schema
Mapping Objects
Mapping Relations
Adding Audit Data
Generating Primary Keys

Chapter 8. Managing and Monitoring JBoss
Starting the Web Console
Monitoring Your Application
Working with MBeans
Monitoring MBeans
Creating a Snapshot
Creating a Monitor
Creating an Email Alert
Managing JBoss from the Command Line

Chapter 9. Rolling Out JBoss
Securing the Management Consoles
Securing the JMX Invoker
Removing the HTTP Invokers
Configuring the JMS Invokers
Removing Hypersonic
Configuring Tomcat Connectors
Setting a Root Web Application
Removing the Class Download Service


[<a href="http://members.capmac.org/~orb/blog.cgi" target="_blank" rel="nofollow">blog</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/0596100078/orb-20" target="_blank" rel="nofollow">JBoss: A Developer's Notebook</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/1932394052/orb-20" target="_blank" rel="nofollow">XDoclet in Action</a>]
Murtuza N Vohra
Greenhorn

Joined: Nov 15, 2004
Posts: 4
In the TOC, I could not find EJB3.0. Is the future ignored?

Murtuza
ketu patel
Greenhorn

Joined: Oct 16, 2004
Posts: 7
hello writers it's good u have wrote the book, but alway's seems that there is no professional approach will be applied on any given example, does u really write the book for professional or a fresher.

i hope u have covered every expect of professional need to develope a well designed application for enterprise environment.

thank you for dedicating your knowledge towards community.
Axel Janssen
Ranch Hand

Joined: Jan 08, 2001
Posts: 2164
It appears clearly to be more targeted towards the administrative part.
Usefull, anyway.
I like my Wrox Apache Tomcat 5 book.
Wissem SFAR
Greenhorn

Joined: Apr 28, 2005
Posts: 1
Congratulation for the new book,
I think that the summary is giving good idea about it.
I hope that the chapters on EJB and Log4j are complete and will help me in my developping problemes.
Saurabh Vyas
Ranch Hand

Joined: Sep 02, 2003
Posts: 72
Hi Norman and Sam, first I congratulate on your new book.
I have a two questions in JBoss and I think here only i should ask question to participate in "JavaRanch Book Promotion".

Qs1 : How to configure Jboss to run on some other port (except 8080) so that in URL to access our web application we need not mention the port number, also we have not to use port 80 ( which helps in achieving this functionality ). So basically my question is how to set Port redirection in Jboss ?

Qs2 : Can we run more than one instance of Jboss on same machine, like we can do for tomcat by setting Catalina home and catalina base ?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JBoss: A Developer's Notebook : version using
 
Similar Threads
Long Time Taken to Deploy WAR on JBoss...
Error whiile using JBoss Tool with eclips
JBoss 4.0.0
Jboss class cast exception: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
Injecting PersistenceContext