<?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>Some Java, JEE and WebSphere stuffs &#187; Eclipse</title>
	<atom:link href="http://www.albeesonline.com/blog/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog</link>
	<description>Something about JEE and WebSphere. Java, JEE and WebSphere tips and tutorials</description>
	<lastBuildDate>Tue, 24 Aug 2010 10:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Hello World JSF with Eclipse</title>
		<link>http://www.albeesonline.com/blog/2009/04/03/hello-world-jsf-with-eclipse/</link>
		<comments>http://www.albeesonline.com/blog/2009/04/03/hello-world-jsf-with-eclipse/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 07:12:19 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JSF]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=333</guid>
		<description><![CDATA[Hello World JSF with Eclipse Again I am here with a Hello World program. This time I will be explaining how to create a Hello World program using Eclipse. This tutorial needs Eclipse with JBoss Tools installed. This program will accept the name as the input and print Hello Name as the output. To create [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/04/03/hello-world-jsf-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Log4JLogger does not implement Log</title>
		<link>http://www.albeesonline.com/blog/2009/01/05/orgapachecommonslogginglogconfigurationexception-class-orgapachecommonsloggingimpllog4jlogger-does-not-implement-log/</link>
		<comments>http://www.albeesonline.com/blog/2009/01/05/orgapachecommonslogginglogconfigurationexception-class-orgapachecommonsloggingimpllog4jlogger-does-not-implement-log/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 04:04:52 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[JBoss Developer Studio]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Struts]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=317</guid>
		<description><![CDATA[I was helping my team to migrate an application that was running on WebSphere Application Server to JBoss. The web application was using struts as the framework. The application did not show any error message in the IDE. The IDE we were using was JBoss Developer Studio. However at the time of deployment we get [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2009/01/05/orgapachecommonslogginglogconfigurationexception-class-orgapachecommonsloggingimpllog4jlogger-does-not-implement-log/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Restoring workspace selector dialog box in eclipse.</title>
		<link>http://www.albeesonline.com/blog/2008/12/31/restoring-workspace-selector-dialog-box-in-eclipse/</link>
		<comments>http://www.albeesonline.com/blog/2008/12/31/restoring-workspace-selector-dialog-box-in-eclipse/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 03:48:53 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=314</guid>
		<description><![CDATA[Restoring workspace selector dialog box in eclipse. Have you ever selected &#8216;Use this as the default and do not ask again&#8217; checkbox of workspace selector dialog box? If you happened to select that checkbox, next time onwards eclipse will not ask you for workspace selection again. To bring back the workspace selector dialog box once [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/12/31/restoring-workspace-selector-dialog-box-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property</title>
		<link>http://www.albeesonline.com/blog/2008/11/29/warning-setpropertiesruleserverserviceenginehostcontext-setting-property/</link>
		<comments>http://www.albeesonline.com/blog/2008/11/29/warning-setpropertiesruleserverserviceenginehostcontext-setting-property/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 12:42:51 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=294</guid>
		<description><![CDATA[Today I was trying to deploy a web application to Tomcat server. Publishing went smoothly with no errors. So I thought everything will work fine. But when I tried to access the application, page was not coming. On further study of the log files I could see a warning message in Tomcat console. The error [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/11/29/warning-setpropertiesruleserverserviceenginehostcontext-setting-property/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>java.lang.NoSuchMethodError &#8220;main&#8221; with Eclipse</title>
		<link>http://www.albeesonline.com/blog/2008/07/15/javalangnosuchmethoderror-main-with-eclipse/</link>
		<comments>http://www.albeesonline.com/blog/2008/07/15/javalangnosuchmethoderror-main-with-eclipse/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 10:40:59 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[NoSuchMethodError]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=117</guid>
		<description><![CDATA[java.lang.NoSuchMethodError &#8220;main&#8221;. This was the exception one of colleague got when he tried to run a simple java application from within Eclipse. The java file that we were trying to execute had a main method and its syntax also matches with what Java wants. For resolving this issue we tried to execute the file using [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/07/15/javalangnosuchmethoderror-main-with-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase the console output size in RAD</title>
		<link>http://www.albeesonline.com/blog/2008/04/01/increase-the-console-output-size-in-rad/</link>
		<comments>http://www.albeesonline.com/blog/2008/04/01/increase-the-console-output-size-in-rad/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 04:50:59 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[RAD]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=45</guid>
		<description><![CDATA[To increase the console output in RAD, WSAD, or eclipse, go to Window -&#62; Preferences -&#62; Run/Debug -&#62; Console. Select the Limit console output and enter the number of characters you want in the console buffer size. Save the setting.     Read MoreHello World JSF with Eclipseorg.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Log4JLogger does not implement LogRestoring workspace [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/04/01/increase-the-console-output-size-in-rad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java and HTTP Proxy Settings</title>
		<link>http://www.albeesonline.com/blog/2007/11/29/java-and-http-proxy-settings/</link>
		<comments>http://www.albeesonline.com/blog/2007/11/29/java-and-http-proxy-settings/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 08:04:36 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/2007/11/29/java-and-http-proxy-settings/</guid>
		<description><![CDATA[How to connect to internet from Java program through a proxy? The answer is very simple Just add the following arguments to the virtual machine java -Dhttp.proxyHost=hostname -Dhttp.proxyPort=port -Dhttp.proxyUser=username -Dhttp.proxyPassword=passowrd or just put set these System properties using the code. System.getProperties&#40;&#41;.put&#40;&#34;http.proxyHost&#34;, &#34;hostname&#34;&#41;; System.getProperties&#40;&#41;.put&#40;&#34;http.proxyPort&#34;, &#34;port&#34;&#41;; System.getProperties&#40;&#41;.put&#40;&#34;http.proxyUser&#34;, &#34;username&#34;&#41;; System.getProperties&#40;&#41;.put&#40;&#34;http.proxyPassword&#34;, &#34;password&#34;&#41;; If your proxy doesn&#8217;t require an authentication, [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2007/11/29/java-and-http-proxy-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
