<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ghattu&#039;s Technology Blog &#187; ls</title>
	<atom:link href="http://ghattus.com/category/ls/feed/" rel="self" type="application/rss+xml" />
	<link>http://ghattus.com</link>
	<description>A blog about technology that I work on in my day to day job</description>
	<lastBuildDate>Thu, 03 Dec 2009 00:56:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Easing WLST syntax while navigating MBeans in interactive mode</title>
		<link>http://ghattus.com/2008/12/12/easing-wlst-syntax-while-navigating-mbeans-in-interactive-mode/</link>
		<comments>http://ghattus.com/2008/12/12/easing-wlst-syntax-while-navigating-mbeans-in-interactive-mode/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 11:45:00 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[cd]]></category>
		<category><![CDATA[jython syntax]]></category>
		<category><![CDATA[ls]]></category>
		<category><![CDATA[wlst]]></category>

		<guid isPermaLink="false">http://ghattus.com/2008/12/easing-wlst-syntax-while-navigating-mbeans-in-interactive-mode/</guid>
		<description><![CDATA[This is something I have implemented in WLST but never exposed as a supported feature. If you have used WLST in interactive mode I bet you are tired of typing those quotes around arguments for each command and not to mention the opening and closing brackets. Well not sure about you but I was definitely [...]]]></description>
			<content:encoded><![CDATA[<p><span>This is something I have implemented in WLST but never exposed as a supported feature.<span id="more-38"></span></span></p>
<p><span>If you have used WLST in interactive mode I bet you are tired of typing those quotes around arguments for each command and not to mention the opening and closing brackets. Well not sure about you but I was definitely tired of this while developing WLST. Hence I have implemented a way to ease this syntax at least while navigating MBeans. The way it works is, while you are in Online mode execute the command ‘<span style="font-weight: bold">easeSyntax()</span>’. After this, for commands like ‘<span style="font-weight: bold">cd</span>’ and <span style="font-weight: bold">‘ls</span>’ you do not need to follow the jython syntax. As an example, currently<span style="font-weight: bold"> </span> to navigate to Server MBeans you will use,</span></p>
<p><span> </span></p>
<blockquote><p><span>cd(“/Servers/testServer”)</span></p>
<p><span>ls()</span></p></blockquote>
<p><span> </span></p>
<p><span> </span></p>
<p><span>After executing easeSyntax() to navigate around you will use.<br />
</span></p>
<p><span> </span></p>
<blockquote><p><span>cd /Servers/testServer</span></p>
<p><span>ls</span></p></blockquote>
<p><span> </span></p>
<p><span>aah, I know what you are thinking. Sorry, there is no tab complete .. <img src='http://ghattus.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2008/12/12/easing-wlst-syntax-while-navigating-mbeans-in-interactive-mode/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

