Monday, March 15, 2010

WLST easeSyntax

great tip that I have found on another blog www.monduke.com (in fact I hate WLST strict syntax, it's such a pain in the neck):


In WLST (WebLogic Scripting Tool), how many times have you wished you didn’t have to type the parentheses or quotes when navigating MBeans? For me, I wished for that every time. ;-)
Fortunately, WLST designer Satya Ghattu lets us in on a little secret. Simply enter easeSyntax() while in online mode and you can drop the parentheses and quotes when navigating. Using Satya’s examples:
cd(“/Servers/testServer”)
turns into the friendlier
cd /Servers/testServer
Thanks for the tip, Satya!
Posted in Quick Tips, WebLogic December 14th, 2008 by Mike Fleming | No comments

No comments: