<?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>Scottyab&#039;s blog &#187; java</title>
	<atom:link href="http://www.alexander-bown.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexander-bown.com</link>
	<description>programming, mobile apps, running and me</description>
	<lastBuildDate>Fri, 30 Sep 2011 20:28:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Eclipse Crashing on Ubuntu 10.10 randomly</title>
		<link>http://www.alexander-bown.com/2011/05/eclipse-crashing-on-ubuntu-10-10-randomly/</link>
		<comments>http://www.alexander-bown.com/2011/05/eclipse-crashing-on-ubuntu-10-10-randomly/#comments</comments>
		<pubDate>Sun, 15 May 2011 14:44:54 +0000</pubDate>
		<dc:creator>scottyab</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[andev]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.alexander-bown.com/?p=315</guid>
		<description><![CDATA[Encase anyone else is also having issues with eclipse or STS crashing or randomly closing on ubuntu? try running the latest official Sun JDK (instead of openJDK) is in Ubuntu 10.10 Maverick Official Partner Repository Thanks to the guys at webup8 for how to enable. There&#8217;s also a good stackoverflow question here. The error i [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-332" href="http://www.alexander-bown.com/2011/05/eclipse-crashing-on-ubuntu-10-10-randomly/eclipse-1/"><img class="alignleft size-full wp-image-332" title="eclipse (1)" src="http://www.alexander-bown.com/wp-content/uploads/2011/05/eclipse-1.png" alt="" width="128" height="128" /></a>Encase anyone else is also having issues with eclipse or STS crashing or randomly closing on ubuntu? try running the latest official Sun JDK (instead of openJDK) is in Ubuntu 10.10 Maverick Official Partner <a href="https://launchpad.net/ubuntu/maverick/+source/sun-java6/6.21-1ubuntu">Repository</a> Thanks to the guys at webup8 for<a href="http://www.webupd8.org/2010/10/sun-java-finally-uploaded-to-ubuntu.html"> how to enable</a>. There&#8217;s also a good stackoverflow question <a href="http://stackoverflow.com/questions/3747789/how-to-install-sun-jdk-on-ubuntu-10-10-maverick-meerkat">here</a>.</p>
<p>The error i was getting&#8230;</p>
<div id="_mcePaste"># A fatal error has been detected by the Java Runtime Environment:</div>
<div id="_mcePaste">#</div>
<div id="_mcePaste">#  SIGSEGV (0xb) at pc=0xb53d1635, pid=3933, tid=1804258160</div>
<div id="_mcePaste">#</div>
<div id="_mcePaste"># JRE version: 6.0_20-b20</div>
<div id="_mcePaste"># Java VM: OpenJDK Server VM (19.0-b09 mixed mode linux-x86 )</div>
<div id="_mcePaste"># Derivative: IcedTea6 1.9.7</div>
<div id="_mcePaste"># Distribution: Ubuntu 10.10, package 6b20-1.9.7-0ubuntu1</div>
<div id="_mcePaste"># Problematic frame:</div>
<div id="_mcePaste"># J  com.android.dx.rop.code.Rops.ropFor(ILcom/android/dx/rop/type/TypeBearer;Lcom/android/dx/rop/type/TypeList;Lcom/android/dx/rop/cst/Constant;)Lcom/android/dx/rop/code/Rop;</div>
<div id="_mcePaste">#</div>
<div id="_mcePaste"># If you would like to submit a bug report, please include</div>
<div id="_mcePaste"># instructions how to reproduce the bug and visit:</div>
<div id="_mcePaste">#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/</div>
<div id="_mcePaste">#</div>
<p>## A fatal error has been detected by the Java Runtime Environment:##  SIGSEGV (0xb) at pc=0xb53d1635, pid=3933, tid=1804258160## JRE version: 6.0_20-b20# Java VM: OpenJDK Server VM (19.0-b09 mixed mode linux-x86 )# Derivative: IcedTea6 1.9.7# Distribution: Ubuntu 10.10, package 6b20-1.9.7-0ubuntu1# Problematic frame:# J  com.android.dx.rop.code.Rops.ropFor(ILcom/android/dx/rop/type/TypeBearer;Lcom/android/dx/rop/type/TypeList;Lcom/android/dx/rop/cst/Constant;)Lcom/android/dx/rop/code/Rop;## If you would like to submit a bug report, please include# instructions how to reproduce the bug and visit:#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/#</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexander-bown.com/2011/05/eclipse-crashing-on-ubuntu-10-10-randomly/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Static code analysis with Rational Software Analyzer</title>
		<link>http://www.alexander-bown.com/2011/02/static-code-analysis-with-rational-software-analyzer/</link>
		<comments>http://www.alexander-bown.com/2011/02/static-code-analysis-with-rational-software-analyzer/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 12:17:16 +0000</pubDate>
		<dc:creator>scottyab</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[code review]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rad]]></category>
		<category><![CDATA[rational]]></category>

		<guid isPermaLink="false">http://www.alexander-bown.com/?p=258</guid>
		<description><![CDATA[Reduce the time it takes to complete pier code reviews by getting your team to use a static code analysis tool. If you're using RAD you have one built in. ]]></description>
			<content:encoded><![CDATA[<p>I struggled to find time to preform code reviews around projects and tight deadlines? However I found if you are using <a href="http://www-01.ibm.com/software/awdtools/developer/application/">RAD</a>? then the Analyse tool can help your team be more efficient and reduce the code review time.</p>
<p>There is a cut down version of <a href="http://www-01.ibm.com/software/awdtools/swanalyzer/">Rational Software Analyzer</a> that is integrated into Rational Application Developer (RAD) 7.5 that allows you to improve code quality and decrease the time it takes to perform a code review. Initially you&#8217;ll probably find a fair few items identified, but trust me this reduces as you move forward and start using the analyser as part of your daily routine or even better nightly build. It&#8217;ll also help developers start coding to the same standards.</p>
<p>Our development team took the approach that you don&#8217;t &#8216;have&#8217; to fix all the issues identified in a given project/component, but as a rule you should be running the Software Analyzer on the methods and classes you&#8217;ve created or edited. So if you edit a method with an issue (e.g missing java doc) it is your duty to correct it. If it&#8217;s more complex refactoring we treated on a case by case basis (normally down to experience of the developer). The pros as that all the developers gained more exposure to Java code standard and we were able to tidying some of the older code as we went along rather than a big block of refactoring.</p>
<p>For our first pass analysis I selected the most critical rules plus a few extra around javadoc.  Some might be not be applicable for example there&#8217;s a critical rule states you should check a objects type before casting it, a valid rule indeed however all the RAD generated code in the JSF backing beans breaks this rule, so you&#8217;ll want to ignore it for classes in the pagecode.* package. Example of RAD generated code that breaks the casting analysis check.</p>
<blockquote><p>protected HtmlPanelGrid getNewPremiumdetailsbox1() {<br />
if (newPremiumdetailsbox1 == null) {<br />
newPremiumdetailsbox1 = (HtmlPanelGrid) findComponentInRoot(&#8220;newPremiumdetailsbox1&#8243;);<br />
}<br />
return newPremiumdetailsbox1;<br />
}</p></blockquote>
<p>The idea is that you Analysed your code before submitted for code review and that if you haven&#8217;t fixed the raised issue they should be a comment explaining why. All developers were asked to pay particular attention to the Java Doc rules &#8211; can&#8217;t really think of an excuse for not adhering to those rules?</p>
<p>My only gripe is that Rational Software Analyzer doesn&#8217;t contain explanation of the issue raised? why is not checking an object&#8217;s type before casting just an issue? obvious to some but not others.  This enhanced functionality is included in the standalone paid Rational Software Analyzer product. However found a quick google or question on Stackoverflow explains why certain issues have been flagged.</p>
<p>Here&#8217;s a few screen shots on how to kick it off:</p>
<p>Firstly go to Run &gt; Analysis</p>
<p><a rel="attachment wp-att-254" href="http://www.alexander-bown.com/2011/02/static-code-analysis-with-rational-software-analyzer/pic30191/"><img class="alignnone size-medium wp-image-254" title="Run &gt; Analysis " src="http://www.alexander-bown.com/wp-content/uploads/2011/02/pic30191-300x132.gif" alt="Screenshot of launching the Analysis tool" width="300" height="132" /></a></p>
<p>This will launch the Software Analyzer config window, create a new configuration and import the rule set (or select a predefined one)</p>
<p><a rel="attachment wp-att-257" href="http://www.alexander-bown.com/2011/02/static-code-analysis-with-rational-software-analyzer/pic18007/"><img class="alignnone size-medium wp-image-257" title="Config window" src="http://www.alexander-bown.com/wp-content/uploads/2011/02/pic18007-300x187.gif" alt="Screenshot Config window" width="300" height="187" /></a></p>
<p>Here&#8217;s the rules with there various priority levels these can be edited. Once your happy click Analyse to start.</p>
<p><a rel="attachment wp-att-256" href="http://www.alexander-bown.com/2011/02/static-code-analysis-with-rational-software-analyzer/pic15457/"><img class="alignnone size-medium wp-image-256" title="Code Analysis Rules" src="http://www.alexander-bown.com/wp-content/uploads/2011/02/pic15457-300x153.gif" alt="Screenshot of the Code Analysis Rules" width="300" height="153" /></a></p>
<p>This is what you code will look like after the see the blue underlines and ticks and crosses to the left of the code.</p>
<p><a rel="attachment wp-att-255" href="http://www.alexander-bown.com/2011/02/static-code-analysis-with-rational-software-analyzer/pic11337/"><img class="alignnone size-medium wp-image-255" title="Rules flagged in code" src="http://www.alexander-bown.com/wp-content/uploads/2011/02/pic11337-300x149.gif" alt="screenshot showing the Rules flagged in code" width="300" height="149" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexander-bown.com/2011/02/static-code-analysis-with-rational-software-analyzer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Book Review &#8211; Beginning Java EE 6 Platform with GlassFish 3</title>
		<link>http://www.alexander-bown.com/2009/08/book-review-beginning-java-ee-6-platform-with-glassfish-3/</link>
		<comments>http://www.alexander-bown.com/2009/08/book-review-beginning-java-ee-6-platform-with-glassfish-3/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 19:05:35 +0000</pubDate>
		<dc:creator>scottyab</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jee]]></category>

		<guid isPermaLink="false">http://www.alexander-bown.com/?p=61</guid>
		<description><![CDATA[Book Review &#8211; Beginning Java EE 6 Platform with GlassFish 3: From Novice to Professional Good for beginners. This is a ideal book for someone starting Java Enterprise Edition (JEE), but also useful for those who want a brief overview of the ne features. It focuses on the changes in version 6 with examples in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.co.uk/gp/product/1430219548?ie=UTF8&amp;tag=alexbownsyst-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=1430219548"><img class="alignleft" title=" JavaEE6" src="http://ecx.images-amazon.com/images/I/51%2BEOTKiHPL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU02_.jpg" alt="" width="240" height="240" /></a><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --><br />
<a href="http://www.amazon.co.uk/gp/product/1430219548?ie=UTF8&amp;tag=alexbownsyst-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=1430219548"> Book Review &#8211; Beginning Java EE 6 Platform with GlassFish 3: From Novice to Professional<br />
</a></p>
<p style="margin-bottom: 0cm;">Good for beginners.</p>
<p style="margin-bottom: 0cm;">This is a ideal book for someone starting Java Enterprise Edition (JEE), but also useful for those who want a brief overview of the ne features. It focuses on the changes in version 6 with examples in Glassfish. It also mentioned some of the significant changes in 5 and gives a good high level overview of the JEE platform in general. It also explains things like persistence layer, and ORM.</p>
<p style="margin-bottom: 0cm;">I&#8217;d recommend it to someone who&#8217;s new(ish) to java and whats to see what JEE/J2EE is all about. It&#8217;s not good as a reference book (but then it&#8217;s not pretending to be one.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexander-bown.com/2009/08/book-review-beginning-java-ee-6-platform-with-glassfish-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Proxy for java app</title>
		<link>http://www.alexander-bown.com/2009/05/setting-proxy-for-java-app/</link>
		<comments>http://www.alexander-bown.com/2009/05/setting-proxy-for-java-app/#comments</comments>
		<pubDate>Thu, 28 May 2009 09:41:00 +0000</pubDate>
		<dc:creator>scottyab</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://www.alexander-bown.com/2009/05/setting-proxy-for-java-app/</guid>
		<description><![CDATA[hi, was playing around trying to get a rest API call to work and keep getting connection and timeout issues. Released as I am doing a HTTP request it needed to be routed via the company proxy server, here&#8217;s how I set the proxy details. System.setProperty(&#8220;http.proxySet&#8221;, &#8220;true&#8221;); System.setProperty(&#8220;http.proxyHost&#8221;, &#8220;130.x.x.x&#8221;); System.setProperty(&#8220;http.proxyPort&#8221;, &#8220;80&#8243;); System.setProperty(&#8220;http.proxyUser&#8221;, &#8220;UsernameHere&#8221;); System.setProperty(&#8220;http.Password&#8221;, &#8220;PAsswordHere&#8221;); [...]]]></description>
			<content:encoded><![CDATA[<p>hi, was playing around trying to get a rest API call to work and keep getting connection and timeout issues. Released as I am doing a HTTP request it needed to be routed via the company proxy server, here&#8217;s how I set the proxy details.</p>
<p>   System.setProperty(&#8220;http.proxySet&#8221;, &#8220;true&#8221;);<br />    System.setProperty(&#8220;http.proxyHost&#8221;, &#8220;130.x.x.x&#8221;);<br />    System.setProperty(&#8220;http.proxyPort&#8221;, &#8220;80&#8243;);<br />    System.setProperty(&#8220;http.proxyUser&#8221;, &#8220;UsernameHere&#8221;);<br />    System.setProperty(&#8220;http.Password&#8221;, &#8220;PAsswordHere&#8221;);</p>
<p>Note: This was just a proof of concept to test out consuming a rest webservice, I&#8217;m not advocating this as the best way to set the proxy details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexander-bown.com/2009/05/setting-proxy-for-java-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client side show/hide in using ibmfaces JSF components</title>
		<link>http://www.alexander-bown.com/2009/05/client-side-showhide-in-using-ibmfaces-jsf-components/</link>
		<comments>http://www.alexander-bown.com/2009/05/client-side-showhide-in-using-ibmfaces-jsf-components/#comments</comments>
		<pubDate>Tue, 26 May 2009 12:00:00 +0000</pubDate>
		<dc:creator>scottyab</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[ibm faces]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jsf]]></category>

		<guid isPermaLink="false">http://www.alexander-bown.com/2009/05/client-side-showhide-in-using-ibmfaces-jsf-components/</guid>
		<description><![CDATA[This is a little note about showing and hiding a element(s)/control(s) from a client side event (without page refresh) using the ibm JavaServer Faces components. The IBM documentation for the hx:behavior tag is here. But it doesn&#8217;t contain examples of how to use it and the describtion of the hx:behavior attributes is unclear in places. [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:verdana;">This is a little note about  showing and hiding a element(s)/control(s) from a client side event (without page refresh) using the ibm JavaServer Faces components. </span></p>
<p><span style="font-family:verdana;">The IBM documentation for the </span><code style="font-family: verdana;" class="jive-code jive-java">hx:behavior</code><span style="font-family:verdana;"> tag is here. But it doesn&#8217;t contain examples of how to use it and the describtion of the   </span><code style="font-family: verdana;" class="jive-code jive-java">hx:behavior attributes is unclear in places.</p>
<p></code><span style="font-family:verdana;">behaviorAction is what you want to do (hide, show, invisible, visible etc)</span><br /><span style="font-family:verdana;">targetAction requires the ID of the object you want to do the behaviorAction on. </span></p>
<p><span style="font-family: courier new;">&lt;h:outputText style=</span><span style="font-family: courier new;color:red;" >&#8220;visibility:hidden;&#8221;</span><span style="font-family: courier new;"> id=</span><span style="font-family: courier new;color:red;" >&#8220;text7&#8243;</span><span style="font-family: courier new;"> value=</span><span style="font-family: courier new;color:red;" >&#8220;Initially i&#8217;m hidden, &#8220;</span><span style="font-family: courier new;">&gt;&lt;/h:outputText&gt;</span><br /><span style="font-family: courier new;">&lt;h:outputText style=</span><span style="font-family: courier new;color:red;" >&#8220;visibility:hidden;&#8221;</span><span style="font-family: courier new;"> id=</span><span style="font-family: courier new;color:red;" >&#8220;text17&#8243;</span><span style="font-family: courier new;"> value=</span><span style="font-family: courier new;color:red;" >&#8220;As am I! &#8220;</span><span style="font-family: courier new;">&gt;&lt;/h:outputText&gt;<br /></span><br /><span style="font-family: courier new;">&lt;h:outputText styleClass=</span><span style="font-family: courier new;color:red;" >&#8220;outputText&#8221;</span><span style="font-family: courier new;"> id=</span><span style="font-family: courier new;color:red;" >&#8220;text6aa&#8221;</span><span style="font-family: courier new;"> value=</span><span style="font-family: courier new;color:red;" >&#8220;view hidden text,&#8221;</span><span style="font-family: courier new;">&gt;<br /></span><span style="font-family: courier new;">&lt;hx:behavior id=</span><span style="font-family: courier new;color:red;" >&#8220;behavior4&#8243;</span><span style="font-family: courier new;"> event=</span><span style="font-family: courier new;color:red;" >&#8220;onclick&#8221;</span><span style="font-family: courier new;">  behaviorAction=</span><span style="font-family: courier new;color:red;" >&#8220;visible;visible&#8221;</span> targetAction=<span style="font-family: courier new;color:red;" >&#8220;text7;text17&#8243;</span><span style="font-family: courier new;">&gt; &lt;/hx:behavior&gt;<br /></span><br /><span style="font-family: courier new;">&lt;/h:outputText&gt;</span></p>
<p><span style="font-family:verdana;">Also found that when you specify more than one targetAction you must also specify a behaviorAction for each (which is good if you want to do different behaviorActions to each target.</span></p>
<p><span style="font-family:verdana;">Note: offically hx:</span><code style="font-family: verdana;" class="jive-code jive-java">behavior </code>  <span style="font-family:verdana;">tags aren&#8217;t supported in </span><code style="font-family: verdana;" class="jive-code jive-java">h:outputText</code><span style="font-family:verdana;">, recommended to use outputlink tag. </span></p>
<p><span style="font-family:verdana;">Info from my </span><a style="font-family: verdana;" href="https://www.ibm.com/developerworks/forums/thread.jspa?threadID=263822">Ibm devworks question post</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexander-bown.com/2009/05/client-side-showhide-in-using-ibmfaces-jsf-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing client browser info to JSF via javascript</title>
		<link>http://www.alexander-bown.com/2008/08/passing-client-browser-info-to-jsf-via-javascript/</link>
		<comments>http://www.alexander-bown.com/2008/08/passing-client-browser-info-to-jsf-via-javascript/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 05:45:00 +0000</pubDate>
		<dc:creator>scottyab</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.alexander-bown.com/2008/08/passing-client-browser-info-to-jsf-via-javascript/</guid>
		<description><![CDATA[I wanted to get the clients browser info and screen resolution and pass in into to a contact form so I can tell a little bit about the client’s browser encase of unreproducible issues. Basically run a javascript function to collect the info from it’s implicit objects and write that to a hidden form element. [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to get the clients browser info and screen resolution and pass in into to a contact form so I can tell a little bit about the client’s browser encase of unreproducible issues. Basically run a javascript function to collect the info from it’s implicit objects and write that to a hidden form element.</p>
<p>Had this working in JSP ok, and with a slight tweak to account for the : in the hidden field id (fromname:compnonentId) it works.<br />In JSF file…<br /><code><br />function getClientInfo()<br />{<br />var clientinfo = “”<br />clientinfo+=”Browser:” + navigator.appName + “,”<br />var b_version=navigator.appVersion<br />clientinfo+=” Version: ” + b_version + “,”<br />clientinfo+=” Screensize: ” + screen.width +”x” + screen.height<br />(document.getElementById(’contactfrm:clientinfo’)).value = clientinfo;<br />}<br /></code><br /><code><br />‹h:form id=”contactfrm” styleClass=”form”><h:inputhidden id="”clientinfo”" value="”"></h:inputHidden></h:form><br /></code><br />In Backingbean the usual code to get a request param:<br /><code><br />String clientInfo = getFacesContext().getExternalContext().getRequestParameterMap().get(”contactfrm:clientinfo”);<br /></code></p>
<p> Or is there a better way of doing this? comments most welcome</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexander-bown.com/2008/08/passing-client-browser-info-to-jsf-via-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

