WLST is a powerful tool for automating WebLogic administration tasks. However, writing WLST from scratch is not a small task. The WebLogic Admin Console has a great feature that allows you to record WLST commands from actions you take in the console. You can take the resulting WLST commands and use them to help you get started with WLST. You can also take common commands and create parameterized functions for repeatable tasks like creating JMS modules and servers or JDBC data sources.
This demo will show you how to record a WLST script and transform the resulting script into reusable methods for creating a JMS module, Connection Factory and distributed destinations.
To see how to set up the project and check out the code, check out this video: http://www.youtube.com/watch?v=-LRKasiAlpA