We Need Feedback - Red Hat ENTERPRISE LINUX 5.5 - ONLINE STORAGE GUIDE Manual

Hide thumbs Also See for ENTERPRISE LINUX 5.5 - ONLINE STORAGE GUIDE:
Table of Contents

Advertisement

books
Desktop
books_tests
Desktop1
Source-code listings are also set in mono-spaced roman but add syntax highlighting as follows:
package org.jboss.book.jca.ex1;
import
javax.naming.InitialContext;
public class
ExClient
{
public
static void
throws
Exception
{
InitialContext iniCtx =
Object
EchoHome
Echo
System.out.println("Created
System.out.println("Echo.echo('Hello') = "
}
}
1.1.3. Notes and Warnings
Finally, we use three visual styles to draw attention to information that might otherwise be overlooked.
Note
Notes are tips, shortcuts or alternative approaches to the task at hand. Ignoring a note
should have no negative consequences, but you might miss out on a trick that makes your
life easier.
Important
Important boxes detail things that are easily missed: configuration changes that only
apply to the current session, or services that need restarting before an update will apply.
Ignoring a box labeled 'Important' won't cause data loss but may cause irritation and
frustration.
Warning
Warnings should not be ignored. Ignoring warnings will most likely cause data loss.

1.2. We Need Feedback!

If you find a typographical error in this manual, or if you have thought of a way to make this manual
better, we would love to hear from you! Please submit a report in Bugzilla:
bugzilla/
against the product Red_Hat_Enterprise_Linux.
documentation
drafts
downloads
images
main(String args[])
new
InitialContext();
ref
= iniCtx.lookup("EchoBean");
home
= (EchoHome) ref;
echo
= home.create();
Echo");
mss
photos
stuff
notes
scripts
svgs
+ echo.echo("Hello"));
We Need Feedback!
svn
http://bugzilla.redhat.com/
5

Advertisement

Table of Contents
loading

Table of Contents