This section describes how to develop a Java program for accessing the WebSphere Application Server administrative system by using the WebSphere Application Server administrative application programming interfaces (APIs).
Before you begin
This task assumes a basic familiarity with Java Management Extensions (JMX) API programming. See the JMX API documentation for information.Why and when to perform this task
Steps for this task
The steps required to build and run your program depends on the kind of application environment your code runs. Refer to Using application clients for details on how to build and run your administrative client program.
Related tasks
Using application clients