The Mystery Of Multiple MBeanServers
JConsole and VisualVM have made it very simple to access MBeans in a remote target VM. There's also a lot of blogs and documents that explain how to... more »
Tweet 0 CommentsSave Tags: frameworks, java, tools
Dynamic Service Deployment
I recently created an integration with SunGrid Engine. This was easy to do - requiring only that a listener be written that hears JMX events that are... more »
Java run-time monitoring, Part 1: Run-time performance and availability monitoring for Java systems
Run-time performance monitoring is critical to achieving and maintaining a well-performing system. In this article, the first in a three-part series,... more »
Tweet 1 CommentsSave Tags: how-to, java, tools
Java 5, premain, RMI Connectors, Single Port, SSL, and Firewall.
I've been asked several times how to make my example of javaagent which starts a firewall friendly JMX RMI Connector work on JDK 5. Well, here is how.... more »
Tweet 0 CommentsSave Tags: java
Java Performance Tuning: A Conversation With Java Champion Kirk Pepperdine
A Java Champion since September 2005, Kirk Pepperdine is a primary contributor to javaperformancetuning.com, which is widely regarded as the premier... more »
Tweet 0 CommentsSave Tags: java, opinion
VisualVM's JMX API entrypoints available in VisualVM-Tools module
It's more than likely that VisualVM plugin developers will be interested in accessing their JMX instrumented applications from within VisualVM. The... more »
Tweet 0 CommentsSave Tags: frameworks, java, tools
Dustin's Software Development Cogitations and Speculations: The JMX MXBean
Dustin Marx has written a rather good post on JMX MXBeans: "I'll demonstrate the tremendous utility of the JMX MXBean in this blog entry. While doing... more »
Tweet 0 CommentsSave Tags: how-to, java
Monitor and manage Java applications with JConsole
In addition to comprehensive monitoring and application management support offered by J2SE 5.0, JDK 5.0 and 6.0 include the Java Monitoring &... more »
Tweet 0 CommentsSave Tags: how-to, java, tools
A Second Look at JMX Web Services Connector: winrm
Another excellent article by Dustin Marx: "A Second Look at JMX Web Services Connector: winrm In A First Look at JMX Web Services Connector (also... more »
Tweet 0 CommentsSave Tags: how-to, java, windows
JMX, SNMP, Java, etc...: JavaScript and JMX 2.0 Namespaces
I have simply put together a small JavaScript slide show from some JMX 2.0 Namespace slides presented by Eamonn at JavaOne 2008.
Tweet 0 CommentsSave Tags: java, standards, trends
Jean-Francois Denise : JMX, NetBeans and more!
My colleague Jean-Francois expands on how to enhance his RESTful adaptor for JMX to handle more complex use cases - like atomic snapshots of dependant... more »
Tweet 0 CommentsSave Tags: java, research, web 2.0
VisualVM Sample Collection 1.0
Those interested in plugging into VisualVM now have a collection of NetBeans module samples at their disposal. Each presents a different way of... more »
Tweet 0 CommentsSave Tags: java
William Vambenepe’s blog » Blog Archive » RESTful JMX access from someone who knows both sides
Anyone interested in application manageability and/or management integration should read about Jean-Francois Denise’s prototype for RESTful Access to... more »
Tweet 0 CommentsSave Tags: java, standards, web services
JavaOne report: JMX Technology
"This is the fourth installment in my summary of the sessions I attended at JavaOne this year. The previous installments covered Java futures, Java... more »
Tweet 0 CommentsSave Tags: java
Various interesting Java 7 tidbits
A smattering of Java 7 news on JSR 292 invokedynamic, JSR 262 JMX WS Connector, and JSR 203 NIO2.
Tweet 0 CommentsSave Tags: java, standards, trends
Jean-Francois Denise : on using VBScript to ineteract with a JMX Agent.
Jean-Francois Denise presents an in-depth description of the demo performed at the end of the JMX session at JavaOne 2008. In particular, he shows how... more »
Tweet 0 CommentsSave Tags: how-to, java, server
Mapping to OpenTypes: MXBean Complex Attribute Types
JMX Mapping to OpenTypes: MXBean Complex Attribute Types. How do you export a complex data type, such as the content of a Map using MXBeans, to... more »
Tweet 0 CommentsSave Tags: how-to, java, open source
Simple Remote JMX with GlassFish
In this blog entry, I attempt to demonstrate how one can connect to GlassFish's exposed administrative MBeans via Remote JMX. I will use JConsole and... more »
Tweet 0 CommentsSave Tags: frameworks, java, server
JavaOne: Brian Goetz on concurrency in Java 7
Brian’s talk focused pretty much exclusively on the new fork-join framework that will be added as part of the JSR 166 extension in Java 7.
Tweet 0 CommentsSave Tags: java, standards, trends
Java theory and practice: Going wild with generics
One of the most complicated aspects of generics in the Java™ language is wildcards, and in particular, the treatment and confusing error messages... more »
Tweet 1 CommentsSave Tags: how-to, java
interface injection in the VM
“Self-modifying code...” used to be a phrase always uttered (by us hackers) with tones of both admiration and dread. Admiration, because there are... more »
Tweet 0 CommentsSave Tags: java, opinion
How GlassFish DAS communicates with Node Agents and Instances ... - A Thought a Day ...
Keddar explains "the communication details between Domain Admin Server, node-agents and server instances in Sun's Application Server 8.x and 9.x... more »
Tweet 0 CommentsSave Tags: java, server
Java DB 10.4.1
The 10.4.1 version of Java DB, the world's most advanced Java database, has some really cool features -- asynchronous replication, table functions and... more »
Tweet 0 CommentsSave Tags: database, java, news
A query language for the JMX API
The JMX API is being updated by JSR 255. That JSR is currently planned to be part of Java SE 7, and some of the API changes it defines have started to... more »
Tweet 0 CommentsSave Tags: frameworks, java