<?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; RAD</title>
	<atom:link href="http://www.albeesonline.com/blog/category/rad/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>Wed, 05 Oct 2011 04:16:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>java.net.MalformedURLException: SRVE0238E: Resource paths should have a leading slash</title>
		<link>http://www.albeesonline.com/blog/2008/09/22/javanetmalformedurlexception-srve0238e-resource-paths-should-have-a-leading-slash/</link>
		<comments>http://www.albeesonline.com/blog/2008/09/22/javanetmalformedurlexception-srve0238e-resource-paths-should-have-a-leading-slash/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 06:42:25 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[RAD]]></category>
		<category><![CDATA[Struts]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=218</guid>
		<description><![CDATA[Yesterday was my first day on Struts. We were adding some new features to an existing application. The application was running in WAS 5.1 using Struts 1.1. Since I like RAD more than WSAD, I thought of using RAD for my development. I asked my team to export the project from WSAD and I imported [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/09/22/javanetmalformedurlexception-srve0238e-resource-paths-should-have-a-leading-slash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a webservice using RAD 7</title>
		<link>http://www.albeesonline.com/blog/2008/07/27/creating-a-webservice-using-rad-7/</link>
		<comments>http://www.albeesonline.com/blog/2008/07/27/creating-a-webservice-using-rad-7/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 06:03:40 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[RAD]]></category>
		<category><![CDATA[Rapid Application Developer]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[webservice]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=140</guid>
		<description><![CDATA[Creating a webservice using RAD 7 Few months back I had posted about webservice Hello World tutorial in Java. At that time I did not find any simple tutorial on how to create a Hello World webservice in Java. Today I will explain how to create a simple webservice in Java using Rational Application Developer [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/07/27/creating-a-webservice-using-rad-7/feed/</wfw:commentRss>
		<slash:comments>22</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>Generating a web service proxy client</title>
		<link>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/</link>
		<comments>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 03:59:36 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[RAD]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[web service client]]></category>
		<category><![CDATA[WID]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/29/generating-a-web-service-proxy-client/</guid>
		<description><![CDATA[Java web service client applications use a web service proxy client to interact with the Web services APIs. A proxy client allows the developer to invoke the web service APIs as if it was a local method. For generating a web service proxy client, we need the WSDL files that describe the web service interfaces. [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/01/29/generating-a-web-service-proxy-client/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>IWAB0639E Error when generating web service client</title>
		<link>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/</link>
		<comments>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 05:04:23 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[RAD]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[web service client]]></category>
		<category><![CDATA[WID]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/2008/01/25/iwab0639e-error-when-generating-web-service-client/</guid>
		<description><![CDATA[Today when I tried to generate a web service client for Business Flow Manager API (WSDL files are BFMIF.wsdl, BFMWS.wsdl), WebSphere Integration Developer started giving me an error message and no web service client files are generated. . The error message is as follows. IWAB0639E Error in generating Java files and deployment descritpors from WSDL [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/01/25/iwab0639e-error-when-generating-web-service-client/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

