• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

"JAVA MANAGEMENT EXTENSIONS" - Release Announcement - O'Reilly

 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
FOR IMMEDIATE RELEASE
July 22, 2002
For more information, a review copy, cover art, or an interview with
the author, contact:
Kathryn Barrett (707) 827-7094 or [email protected]

THE JMX APIs: AN EASIER APPROACH TO APPLICATION MANAGEMENT,
IF YOU AVOID THE POTHOLES
O'REILLY RELEASES "JAVA MANAGEMENT EXTENSIONS"

Sebastopol, CA--Happy Java enterprise developers are all alike; every
unhappy Java enterprise developer is unhappy in his or her own way.
However, quite often this unhappiness stems from the difficulty of
managing increasingly complex enterprise applications and the questions
developers face when grappling with this task: Which management
solution is best for the application? What standards should a
management solution follow? How much effort is required to enable the
components of the application to be managed?
To deal with all these questions, Java Management Extensions, or JMX,
was created. The result of the Java Community Process (JCP) Java
Specification Request (JSR) 3, JMX was designed to address the
management needs of applications written for the Java platform and to
be compatible with existing management standards, such as SNMP (Simple
Network Management Protocol). But the JMX technology is new and
complex, and according to J. Steven Perry, author of "Java Management
Extensions," (O'Reilly, US $34.95) still has a few "potholes" in it.
Perry's book introduces developers to the JMX APIs, providing a
complete treatment of the JMX architecture, (both the instrumentation
level and the agent level). Says Perry, "I've read the JMX
specification--so you don't have to--and have boiled it down into
practical, hands-on advice for using JMX to manage and monitor your
application."
Full of real-world examples for implementing management extensions, the
book takes developers through JMX step-by-step, pointing out the
"gotchas" before they have a chance to trip up smooth operation of the
application. The book also contains useful higher-level information
about JMX to help technical managers and architects who are evaluating
various application management approaches and are considering using
JMX. "Java Management Extensions" covers the following topics:
-Standard MBeans
-Dynamic MBeans
-Model MBeans
-Open MBeans
-The Mbean server
-The JMX notification model
-Dynamic loading
-Monitors
-The timer service
-The relation service
"JMX is an important step forward in managing Java, and more
specifically J2EE, applications, and there is nothing else out there
currently that covers the full specification and reference
implementation," says Perry of his book. And Perry has spent his time
in the trenches. "I've been paged at 3:00 am to provide support because
the system wasn't doing what it should and no one had a clue how to
figure out why. I've scrolled through endless log files to decipher
system problems, when a management solution could have presented an
operator with a warning message hours earlier!"
Written for developers, managers, and any other IT professionals
interested in understanding JMX, "Java Management Extensions" offers
both a "big picture" view and a how-to approach with concrete examples
to help the reader implement the JMX APIs effectively from the start.

Additional resources:
"Java Management Extensions" is also available on
Safari Books Online, see: http://safari.oreilly.com
Visit O'Reilly ONJava.com for news, articles and other resources on
open and emerging enterprise Java and Java-related web services:
http://onjava.com
Chapter 2, "Standard MBeans," is available free online at:
http://www.oreilly.com/catalog/javamngext/chapter/index.html
For more information about the book, including Table of Contents,
index, author bio, and samples, see:
http://www.oreilly.com/catalog/javamngext/
For a cover graphic in jpeg format, go to:
ftp://ftp.ora.com/pub/graphics/book_covers/hi-res/0596002459.jpg

Java Management Extensions
By J. Steven Perry
ISBN 0-596-00245-9, 300 pages, $34.95 (US), $54.95 (CAN)
[email protected]
1-800-998-9938
1-707-827-7000
http://www.oreilly.com

About O'Reilly
O'Reilly & Associates is the premier information source for
leading-edge computer technologies. The company's books, conferences,
and web sites bring to light the knowledge of technology innovators.
O'Reilly books, known for the animals on their covers, occupy a
treasured place on the shelves of the developers building the next
generation of software. O'Reilly conferences and summits bring alpha
geeks and forward-thinking business leaders together to shape the
revolutionary ideas that spark new industries. From the Internet to
XML, open source, .NET, Java, and web services, O'Reilly puts
technologies on the map. For more information: http://www.oreilly.com
# # #
O'Reilly is a registered trademark of O'Reilly & Associates, Inc.
All other trademarks are property of their respective owners.
 
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Happy Java enterprise developers are all alike; every unhappy Java enterprise developer is unhappy in his or her own way" - this is a hidden quote from "War and Peace" by L.Tolstoy. Tolstoy was speaking about families, though.
 
reply
    Bookmark Topic Watch Topic
  • New Topic