I know of the scripting libraries, but they are not what I was looking for since they must be run using the wsadmin tool. What I'm looking to do is to be able to import a module into jython, independent of the wsadmin utility, and perform wsadmin like functions, such as checking the status of the a server.
Lets say I decide to build a webpage to monitor application server status. It would be great if I can write this in jython and be able to import a module to use to check the status of our WebSphere servers.
I could technically use the wsadmin utility to check the status of a WebSphere server (wsadmin.sh -lang jython -f file_name) from within my jython code, but there'd be unnecessary time wasted having to wait for the wsadmin utility to startup.