<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WebSphere Adminstration: Getting Started with WebSphere Application Server Scripting</title>
	<atom:link href="http://myarch.com/getting-started-wsadmin/feed" rel="self" type="application/rss+xml" />
	<link>http://myarch.com/getting-started-wsadmin</link>
	<description>Builds and bytes</description>
	<lastBuildDate>Sat, 28 Jan 2012 19:37:55 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bob</title>
		<link>http://myarch.com/getting-started-wsadmin/comment-page-1#comment-35358</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 01 Sep 2010 00:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/?p=597#comment-35358</guid>
		<description>If you are going to be writing wsadmin scripts, take a look at:

http://www.ibmpressbooks.com/bookstore/product.asp?isbn=0137009526

A good starting article is available on developerWorks:

http://www.ibm.com/developerworks/websphere/library/techarticles/1004_gibson/1004_gibson.html</description>
		<content:encoded><![CDATA[<p>If you are going to be writing wsadmin scripts, take a look at:</p>
<p><a href="http://www.ibmpressbooks.com/bookstore/product.asp?isbn=0137009526" rel="nofollow">http://www.ibmpressbooks.com/bookstore/product.asp?isbn=0137009526</a></p>
<p>A good starting article is available on developerWorks:</p>
<p><a href="http://www.ibm.com/developerworks/websphere/library/techarticles/1004_gibson/1004_gibson.html" rel="nofollow">http://www.ibm.com/developerworks/websphere/library/techarticles/1004_gibson/1004_gibson.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish Varde</title>
		<link>http://myarch.com/getting-started-wsadmin/comment-page-1#comment-35349</link>
		<dc:creator>Girish Varde</dc:creator>
		<pubDate>Wed, 30 Jun 2010 06:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/?p=597#comment-35349</guid>
		<description>I have been assigned an automation task of tuning WBM parameters, which requires Python etc. This article helped me to get a start and developed confidence. Earlier I felt there is at all no material on the web. Thanks Alexander.</description>
		<content:encoded><![CDATA[<p>I have been assigned an automation task of tuning WBM parameters, which requires Python etc. This article helped me to get a start and developed confidence. Earlier I felt there is at all no material on the web. Thanks Alexander.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Ananiev</title>
		<link>http://myarch.com/getting-started-wsadmin/comment-page-1#comment-35348</link>
		<dc:creator>Alexander Ananiev</dc:creator>
		<pubDate>Wed, 16 Jun 2010 17:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/?p=597#comment-35348</guid>
		<description>Pavel, 
This questions is far from stupid. Global wsadmin objects are instantiated by the underlying wsadmin runtime and are only available in the script&#039;s namespace (where you can just declare them as global, e.g., &#039;global AdminConfig&#039;). They would not be available in any of the modules. You can do a number of things to deal with that. I tend to explicitly pass them to my classes or functions, so I make them part of a signature, simply because I dislike global variables in any form. If you really want to use import, you can also do something like this: http://alvinabad.wordpress.com/2008/06/28/websphere-administrative-objects-are-not-accessible-from-imported-jython-modules/

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Pavel,<br />
This questions is far from stupid. Global wsadmin objects are instantiated by the underlying wsadmin runtime and are only available in the script&#8217;s namespace (where you can just declare them as global, e.g., &#8216;global AdminConfig&#8217;). They would not be available in any of the modules. You can do a number of things to deal with that. I tend to explicitly pass them to my classes or functions, so I make them part of a signature, simply because I dislike global variables in any form. If you really want to use import, you can also do something like this: <a href="http://alvinabad.wordpress.com/2008/06/28/websphere-administrative-objects-are-not-accessible-from-imported-jython-modules/" rel="nofollow">http://alvinabad.wordpress.com/2008/06/28/websphere-administrative-objects-are-not-accessible-from-imported-jython-modules/</a></p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Trka</title>
		<link>http://myarch.com/getting-started-wsadmin/comment-page-1#comment-35347</link>
		<dc:creator>Pavel Trka</dc:creator>
		<pubDate>Wed, 16 Jun 2010 13:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/?p=597#comment-35347</guid>
		<description>Hello, thank you for fine advices. I have one question - Im going to create some Jython scripts for administering WAS, I wrote some already in notepad but thats painful so I installed PyDev. Please is there any way how to &quot;import&quot; wsadmin objects like AdminConfig etc because now PyDev editor is complaining (&quot;Undefined variable: AdminConfig&quot;) everywhere. Im java pro but jython newbee so pardon me if this question is stupid ;)

Thanks,
Pavel</description>
		<content:encoded><![CDATA[<p>Hello, thank you for fine advices. I have one question &#8211; Im going to create some Jython scripts for administering WAS, I wrote some already in notepad but thats painful so I installed PyDev. Please is there any way how to &#8220;import&#8221; wsadmin objects like AdminConfig etc because now PyDev editor is complaining (&#8221;Undefined variable: AdminConfig&#8221;) everywhere. Im java pro but jython newbee so pardon me if this question is stupid ;)</p>
<p>Thanks,<br />
Pavel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

