<?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>ZX:rishistar programming blocks &#187; Netbeans IDE</title>
	<atom:link href="http://rishistar.com/zx/category/java/netbeans-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://rishistar.com/zx</link>
	<description>Java/Wordpress programming tips and tricks</description>
	<lastBuildDate>Thu, 28 Jul 2011 22:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Spring / Netbeans &#8211; a missing context.xml file</title>
		<link>http://rishistar.com/zx/2011/04/spring-netbeans-a-missing-context-xml-file/</link>
		<comments>http://rishistar.com/zx/2011/04/spring-netbeans-a-missing-context-xml-file/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 11:29:38 +0000</pubDate>
		<dc:creator>rishi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Netbeans IDE]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://rishistar.com/zx/?p=134</guid>
		<description><![CDATA[So I&#8217;ve upgraded to Netbeans 7 recently, and had an issue that comes up when creating a new Spring MVC Web Application. That is, when I run the Tomcat application an error message appears &#8211; context.xml (The system cannot find the file specified). Looking around on the internet it seems this may have been around [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve upgraded to Netbeans 7 recently, and had an issue that comes up when creating a new Spring MVC Web Application. That is, when I run the Tomcat application an error message appears &#8211; context.xml (The system cannot find the file specified).</p>
<p>Looking around on the internet it seems this may have been around for a while, so I was mystified as to why I hadn&#8217;t come across it before. However it seems like the kind of bug which stops occuring when I <strong>create my new Spring Web Application with another project already open in the Project Group</strong>. Don&#8217;t ask me why, and this may change in the future &#8211; but if you&#8217;re stuck on this it may be worth a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://rishistar.com/zx/2011/04/spring-netbeans-a-missing-context-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans Editor Code Folds</title>
		<link>http://rishistar.com/zx/2010/04/netbeans-editor-code-folds/</link>
		<comments>http://rishistar.com/zx/2010/04/netbeans-editor-code-folds/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 12:07:56 +0000</pubDate>
		<dc:creator>rishi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Netbeans IDE]]></category>

		<guid isPermaLink="false">http://rishistar.com/zx/?p=105</guid>
		<description><![CDATA[Some times its handy to be able to hide sections of code in the Netbeans editor window. // &#60;editor-fold desc="This section of the code deals with the item."&#62; Your code goes here... // &#60;/editor-fold&#62; These are just the basics. More information is available from the Netbeans page.]]></description>
			<content:encoded><![CDATA[<p>Some times its handy to be able to hide sections of code in the Netbeans editor window.</p>
<pre>// &lt;editor-fold desc="This section of the code deals with the item."&gt;
 Your code goes here...
// &lt;/editor-fold&gt;</pre>
<p>These are just the basics. More information is available from the <a href="http://wiki.netbeans.org/FaqCustomCodeFolds" target="_blank">Netbeans page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rishistar.com/zx/2010/04/netbeans-editor-code-folds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VisualWeb JSF being discontinued</title>
		<link>http://rishistar.com/zx/2009/08/visualweb-jsf-being-discontinued/</link>
		<comments>http://rishistar.com/zx/2009/08/visualweb-jsf-being-discontinued/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 19:42:28 +0000</pubDate>
		<dc:creator>rishi</dc:creator>
				<category><![CDATA[Netbeans IDE]]></category>

		<guid isPermaLink="false">http://rishistar.com/zx/?p=52</guid>
		<description><![CDATA[One of the primary reasons for starting this blog was to log any nifty tricks I learnt whilst using Netbeans and VisualWeb JSF. However this has now been converted to a non-essential Sun item. I was also planning to document IceFACES, an AJAX support framework, which no longer supports a Visual developer setup with Netbeans [...]]]></description>
			<content:encoded><![CDATA[<p>One of the primary reasons for starting this blog was to log any nifty tricks I learnt whilst using Netbeans and VisualWeb JSF. However this has now been converted to a non-essential Sun item. I was also planning to document IceFACES, an AJAX support framework, which no longer supports a Visual developer setup with Netbeans 6.7 due to the removal of the &#8216;Woodstock&#8217; components for the core IDE. Being new with IceFACES from within a text editor looses the productivity gains it should provide.</p>
<p>As I have some projects looming up and have to think about maintenance down the line, I have decided to make the switch to Eclipse &#8211; specifically I am using the <a href="http://www.myeclipseide.com/" target="_blank">MyEclipse</a> platform. Its not free as in beer, but comes with lots of neat addons tied in with it, so I am putting this through its paces.</p>
]]></content:encoded>
			<wfw:commentRss>http://rishistar.com/zx/2009/08/visualweb-jsf-being-discontinued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

