|
|
|
Superior app management with JMX
Ever heard of JMX? If you think it's just a sideline framework, think again. Java Management Extensions (JMX) is becoming a core part of application development and management. Many J2EE vendors, such as JBoss, Enhydra, and WebLogic, are using it. Read on for an introduction to JMX, followed by a hands-on example for using it with JSP. Take a step forward in implementing JMX into your own development environment.
|
|
JMX taglib
Custom JSP taglib. This taglib provides basic operations for management: list MBeans, get/set attributes for Mbeans, invoke methods.
|
|
Servlets and JSPs Performance
A servlet is a Java programming language class used to extend the capabilities of servers that host applications accessed via a client-server programming model. Although servlets can respond to any type of request, they are commonly used to extend the applications hosted by Web servers. For such applications, Java servlet technology defines HTTP-specific servlet classes. Servlets are usually used for the following tasks: Processing HTML forms; Interacting with databases; and dynamically generating HTML. Typically, servlets are available in a War, Ear, or Jar file. Standalone servlets also exist.
|
|
|