<?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>GoosPoos &#187; CodeGuru</title>
	<atom:link href="http://www.goospoos.com/category/codeguru/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goospoos.com</link>
	<description>Web and Software Technology Blog</description>
	<lastBuildDate>Tue, 27 Jul 2010 19:20:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>“Error Establishing A Database Connection” Error In Xampp MySql</title>
		<link>http://www.goospoos.com/2010/07/error-establishing-a-database-connection-xampp-mysql-mcafee/</link>
		<comments>http://www.goospoos.com/2010/07/error-establishing-a-database-connection-xampp-mysql-mcafee/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 17:59:30 +0000</pubDate>
		<dc:creator>Divyang Patel</dc:creator>
				<category><![CDATA[CodeGuru]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[McAfee]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Xampp]]></category>

		<guid isPermaLink="false">http://www.goospoos.com/?p=2330</guid>
		<description><![CDATA[I have setup xampp local  server  with MySql on my Windows 7 machine. Basically this was to setup  a wordpress blog on localhost to test features before rolling out here  on this live blog. My machine has McAfee Antivirus protection which also  handles firewall. Everything was working fine until one day [...]]]></description>
		<wfw:commentRss>http://www.goospoos.com/2010/07/error-establishing-a-database-connection-xampp-mysql-mcafee/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 10 Java Developer Forums</title>
		<link>http://www.goospoos.com/2010/03/top-10-java-developer-forums/</link>
		<comments>http://www.goospoos.com/2010/03/top-10-java-developer-forums/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 07:16:03 +0000</pubDate>
		<dc:creator>Divyang Patel</dc:creator>
				<category><![CDATA[CodeGuru]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Developer Forums]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Java Developers]]></category>
		<category><![CDATA[Java Forums]]></category>
		<category><![CDATA[top-10]]></category>

		<guid isPermaLink="false">http://www.goospoos.com/?p=1658</guid>
		<description><![CDATA[Developers get into tricky situations while programming. Some syntax problem or any specific feature about Java, there are lots of confusions and doubts which we encounter. Best way is to ask community alike. This time, we have collected best Java communities and forums where you can post your doubts and errors, find resources, ask questions [...]]]></description>
		<wfw:commentRss>http://www.goospoos.com/2010/03/top-10-java-developer-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideal Way Of Exception Handling In Multi Layer Java Web Application</title>
		<link>http://www.goospoos.com/2010/02/ideal-way-of-exception-handling-in-multi-layer-java-web-application/</link>
		<comments>http://www.goospoos.com/2010/02/ideal-way-of-exception-handling-in-multi-layer-java-web-application/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 18:48:52 +0000</pubDate>
		<dc:creator>Gaurang Patel</dc:creator>
				<category><![CDATA[CodeGuru]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[exception handling]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.goospoos.com/?p=1202</guid>
		<description><![CDATA[Exception handling in web application is indeed a tricky task and it varies according to scenarios. There are no fix rules but yes I will give you a generic idea about better way of exception handling. Generally well structured application has four layers: Presentation Layer (JSP/HTML), Business Logic Layer (POJO containing business logic) and Database [...]]]></description>
		<wfw:commentRss>http://www.goospoos.com/2010/02/ideal-way-of-exception-handling-in-multi-layer-java-web-application/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Spring MVC Application Flow With Diagram</title>
		<link>http://www.goospoos.com/2009/12/spring-mvc-application-flow-with-diagram/</link>
		<comments>http://www.goospoos.com/2009/12/spring-mvc-application-flow-with-diagram/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 17:48:19 +0000</pubDate>
		<dc:creator>Gaurang Patel</dc:creator>
				<category><![CDATA[CodeGuru]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[flow]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.goospoos.com/?p=1039</guid>
		<description><![CDATA[I will explain ‘Flow of typical Spring MVC application’ or in other words ‘How exactly user gets served?’. We will see how data and control flows through all the stages of this process. Let me start with one diagram,

Here’s the transition explanation below,

Transition 1 &#8211; User sends request to server by submitting form / by [...]]]></description>
		<wfw:commentRss>http://www.goospoos.com/2009/12/spring-mvc-application-flow-with-diagram/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IOC (Inversion of control) Basics With Example</title>
		<link>http://www.goospoos.com/2009/12/inversion-of-control-basics-with-example/</link>
		<comments>http://www.goospoos.com/2009/12/inversion-of-control-basics-with-example/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:46:01 +0000</pubDate>
		<dc:creator>Gaurang Patel</dc:creator>
				<category><![CDATA[CodeGuru]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.goospoos.com/?p=957</guid>
		<description><![CDATA[IOC, one of the most buzzing words in IT. I will describe its clear cut meaning with example in this article. 
Formal Definition: IOC is an aspect of some software architecture designs in which the flow of control of a system is inverted in comparison to traditional programming.
Before discussing further, let me give you one [...]]]></description>
		<wfw:commentRss>http://www.goospoos.com/2009/12/inversion-of-control-basics-with-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spring UrlFilenameViewController Example</title>
		<link>http://www.goospoos.com/2009/12/spring-urlfilenameviewcontroller-example/</link>
		<comments>http://www.goospoos.com/2009/12/spring-urlfilenameviewcontroller-example/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 16:55:58 +0000</pubDate>
		<dc:creator>Gaurang Patel</dc:creator>
				<category><![CDATA[CodeGuru]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[UrlFilenameViewController]]></category>

		<guid isPermaLink="false">http://www.goospoos.com/?p=889</guid>
		<description><![CDATA[Hope you guys have enjoyed previous article, MultiActionController Example. Now, let&#8217;s move on to UrlFilenameViewController. It transforms the virtual path of a URL into a view name and returns the view, that&#8217;s it. It is useful when you don&#8217;t need any logical operation on request and simply wants to redirect to some resource. For example, [...]]]></description>
		<wfw:commentRss>http://www.goospoos.com/2009/12/spring-urlfilenameviewcontroller-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring MultiActionController Example</title>
		<link>http://www.goospoos.com/2009/11/spring-multiactioncontroller-example/</link>
		<comments>http://www.goospoos.com/2009/11/spring-multiactioncontroller-example/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 18:18:45 +0000</pubDate>
		<dc:creator>Gaurang Patel</dc:creator>
				<category><![CDATA[CodeGuru]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[multiactioncontroller]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.goospoos.com/?p=857</guid>
		<description><![CDATA[MultiActionController is one of the types of Controllers in Spring. It extends AbstractController. (Somewhat similar to DispatchAction in Struts)  Why MultiActionController?: It aggregates multiple request handling methods into single controller, so related functionality can be kept together easily.
NOTE:To reduce complexity, I have added business logic in Controller. Later on I will republish this example as [...]]]></description>
		<wfw:commentRss>http://www.goospoos.com/2009/11/spring-multiactioncontroller-example/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
