<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Why JDBC + JSP = Bad	</title>
	<atom:link href="https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Tue, 14 Sep 2010 14:02:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: mike n		</title>
		<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/comment-page-1/#comment-2796</link>

		<dc:creator><![CDATA[mike n]]></dc:creator>
		<pubDate>Tue, 14 Sep 2010 14:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=788#comment-2796</guid>

					<description><![CDATA[OMG I was using a high profile application at work and I got a JDBC error from the client (and about 10 other errors from porky client heavy code)! I immediately sent a message to the development team commenting on the poor architecture choices. It seems like I talk about this until I am blue in the face at work. I stumbled across this article and could not agree more! Thanx for capturing it all soooo well!]]></description>
			<content:encoded><![CDATA[<p>OMG I was using a high profile application at work and I got a JDBC error from the client (and about 10 other errors from porky client heavy code)! I immediately sent a message to the development team commenting on the poor architecture choices. It seems like I talk about this until I am blue in the face at work. I stumbled across this article and could not agree more! Thanx for capturing it all soooo well!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jeanne		</title>
		<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/comment-page-1/#comment-856</link>

		<dc:creator><![CDATA[jeanne]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 03:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=788#comment-856</guid>

					<description><![CDATA[Scott,
While my comment was directed at &quot;intro to JSP for professionals&quot;, I think what is taught in school does matter too.  If professors accept &quot;if it compiles, it must work&quot;, why should students do anything more?

&quot;Plus its not school job to teach you what you will need in real job.&quot; - On some level yes, on some level no.  We don&#039;t get to say we won&#039;t learn arithmetic or writing because it is &quot;just school.&quot;  These are basic skills to build on.]]></description>
			<content:encoded><![CDATA[<p>Scott,<br />
While my comment was directed at &#8220;intro to JSP for professionals&#8221;, I think what is taught in school does matter too.  If professors accept &#8220;if it compiles, it must work&#8221;, why should students do anything more?</p>
<p>&#8220;Plus its not school job to teach you what you will need in real job.&#8221; &#8211; On some level yes, on some level no.  We don&#8217;t get to say we won&#8217;t learn arithmetic or writing because it is &#8220;just school.&#8221;  These are basic skills to build on.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: scott		</title>
		<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/comment-page-1/#comment-853</link>

		<dc:creator><![CDATA[scott]]></dc:creator>
		<pubDate>Wed, 25 Feb 2009 16:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=788#comment-853</guid>

					<description><![CDATA[I think there&#039;s a confusion here between &quot;student code&quot; and &quot;professional software development&quot;, the latter of which is what this blog is about.  The general rule of thumb for students is &quot;if it compiles it must work&quot; and rarely have I seen anything more substantial in my many years a college teaching assistant.   I&#039;m pleased students/teachers use this blog to learn more about Java/J2EE, but I hope they start following some of these design patterns now, if they plan to go into software development down the road.]]></description>
			<content:encoded><![CDATA[<p>I think there&#8217;s a confusion here between &#8220;student code&#8221; and &#8220;professional software development&#8221;, the latter of which is what this blog is about.  The general rule of thumb for students is &#8220;if it compiles it must work&#8221; and rarely have I seen anything more substantial in my many years a college teaching assistant.   I&#8217;m pleased students/teachers use this blog to learn more about Java/J2EE, but I hope they start following some of these design patterns now, if they plan to go into software development down the road.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jkilgrow		</title>
		<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/comment-page-1/#comment-850</link>

		<dc:creator><![CDATA[jkilgrow]]></dc:creator>
		<pubDate>Wed, 25 Feb 2009 13:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=788#comment-850</guid>

					<description><![CDATA[Not only all of that, but, what happens when, for some reason, your database is not available? Your page now does not render. You get an error. Or worse, the page just hangs and never displays anything!

Believe me, it happens! It happened to me. So embarrassing!

Take my advice kids, be smart. Don&#039;t start!
Just say NO!]]></description>
			<content:encoded><![CDATA[<p>Not only all of that, but, what happens when, for some reason, your database is not available? Your page now does not render. You get an error. Or worse, the page just hangs and never displays anything!</p>
<p>Believe me, it happens! It happened to me. So embarrassing!</p>
<p>Take my advice kids, be smart. Don&#8217;t start!<br />
Just say NO!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sakuraba		</title>
		<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/comment-page-1/#comment-849</link>

		<dc:creator><![CDATA[Sakuraba]]></dc:creator>
		<pubDate>Wed, 25 Feb 2009 10:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=788#comment-849</guid>

					<description><![CDATA[I didnt know one could write JSPs in a PHP-like style.]]></description>
			<content:encoded><![CDATA[<p>I didnt know one could write JSPs in a PHP-like style.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hmmm		</title>
		<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/comment-page-1/#comment-848</link>

		<dc:creator><![CDATA[hmmm]]></dc:creator>
		<pubDate>Wed, 25 Feb 2009 10:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=788#comment-848</guid>

					<description><![CDATA[I think you are missing how it works. Most of the time its school assignment, so not even why of your points matters. Teachers like dirty/hardcore code, because it makes them feel smart. Plus its not school job to teach you what you will need in real job.]]></description>
			<content:encoded><![CDATA[<p>I think you are missing how it works. Most of the time its school assignment, so not even why of your points matters. Teachers like dirty/hardcore code, because it makes them feel smart. Plus its not school job to teach you what you will need in real job.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pramatr		</title>
		<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/comment-page-1/#comment-846</link>

		<dc:creator><![CDATA[Pramatr]]></dc:creator>
		<pubDate>Wed, 25 Feb 2009 08:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=788#comment-846</guid>

					<description><![CDATA[Completely agree with it. Jeanne is spot on as well, I&#039;ve seen this so many times in examples. People start off doing it wrong and just carry on. Many of the times I&#039;ve seen this people do it to &quot;try things out&quot; and never go back and fix it up. It simply grows bigger over time. It&#039;s not just JDBC code however, this goes for any code.]]></description>
			<content:encoded><![CDATA[<p>Completely agree with it. Jeanne is spot on as well, I&#8217;ve seen this so many times in examples. People start off doing it wrong and just carry on. Many of the times I&#8217;ve seen this people do it to &#8220;try things out&#8221; and never go back and fix it up. It simply grows bigger over time. It&#8217;s not just JDBC code however, this goes for any code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ilias		</title>
		<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/comment-page-1/#comment-845</link>

		<dc:creator><![CDATA[ilias]]></dc:creator>
		<pubDate>Wed, 25 Feb 2009 07:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=788#comment-845</guid>

					<description><![CDATA[Nicely said. I believe that you should also mention the whole MVC pattern.]]></description>
			<content:encoded><![CDATA[<p>Nicely said. I believe that you should also mention the whole MVC pattern.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Albert Hopkins		</title>
		<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/comment-page-1/#comment-843</link>

		<dc:creator><![CDATA[Albert Hopkins]]></dc:creator>
		<pubDate>Wed, 25 Feb 2009 02:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=788#comment-843</guid>

					<description><![CDATA[I agree with Jeanne. Even Daniel Liang wrote the same those codes in his book. 

Another guy said its bad &#038; world renowned java expert say its good.

I&#039;m confused.]]></description>
			<content:encoded><![CDATA[<p>I agree with Jeanne. Even Daniel Liang wrote the same those codes in his book. </p>
<p>Another guy said its bad &amp; world renowned java expert say its good.</p>
<p>I&#8217;m confused.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jeanne		</title>
		<link>https://www.selikoff.net/2009/02/24/why-jdbc-jsp-bad/comment-page-1/#comment-842</link>

		<dc:creator><![CDATA[jeanne]]></dc:creator>
		<pubDate>Wed, 25 Feb 2009 01:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=788#comment-842</guid>

					<description><![CDATA[In my mind a common reason for this anti-practice is that beginning JSP books do this in their examples.  Similarly for college courses.  We wrote JDBC code in JSPs in the web development class I took.  Of course I know better now - but how is a new developer to know?]]></description>
			<content:encoded><![CDATA[<p>In my mind a common reason for this anti-practice is that beginning JSP books do this in their examples.  Similarly for college courses.  We wrote JDBC code in JSPs in the web development class I took.  Of course I know better now &#8211; but how is a new developer to know?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
