<?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"
	>
<channel>
	<title>Comments on: The Grand Tour: Old School JSP</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/01/01/the-grand-tour-old-school-jsp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/01/01/the-grand-tour-old-school-jsp/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Tue, 02 Dec 2008 08:10:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Mike Borozdin</title>
		<link>http://www.sitepoint.com/blogs/2005/01/01/the-grand-tour-old-school-jsp/#comment-4342</link>
		<dc:creator>Mike Borozdin</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">1227293247#comment-4342</guid>
		<description>&lt;p&gt;By the way, as for the 'modern' techniques, I found this MVC framework today - http://mav.sourceforge.net/.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>By the way, as for the &#8216;modern&#8217; techniques, I found this MVC framework today - <a href="http://mav.sourceforge.net/" rel="nofollow">http://mav.sourceforge.net/</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.sitepoint.com/blogs/2005/01/01/the-grand-tour-old-school-jsp/#comment-4343</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">1227293247#comment-4343</guid>
		<description>&lt;p&gt;Do you must use so many scriptlets? is there a way to avoid so much java in JSP? how should we deal with logging and exception handling in JSP (on application level)? could you, please, show us how to do it? thanx&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Do you must use so many scriptlets? is there a way to avoid so much java in JSP? how should we deal with logging and exception handling in JSP (on application level)? could you, please, show us how to do it? thanx</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pompiuses</title>
		<link>http://www.sitepoint.com/blogs/2005/01/01/the-grand-tour-old-school-jsp/#comment-4344</link>
		<dc:creator>Pompiuses</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">1227293247#comment-4344</guid>
		<description>&lt;p&gt;I'm getting the following error message:&lt;/p&gt;

&lt;p&gt;An error occurred at line: 9 in the jsp file: /todo.jsp&lt;br /&gt;
Generated servlet error:&lt;br /&gt;
C:\Tomcat 5.0\work\Catalina\localhost\todo2\org\apache\jsp\todo_jsp.java:14: cannot access com.sitepoint.ToDoList&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
An error occurred at line: 9 in the jsp file: /todo.jsp&lt;br /&gt;
Generated servlet error:&lt;br /&gt;
bad class file: G:\work\java\todo2\WEB-INF\classes\com\sitepoint\ToDoList.class&lt;br /&gt;
class file has wrong version 49.0, should be 48.0&lt;br /&gt;
Please remove or make sure it appears in the correct subdirectory of the classpath.&lt;br /&gt;
private ToDoList toDoList;&lt;/p&gt;

&lt;p&gt;What am I doing wrong??&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the following error message:</p>
<p>An error occurred at line: 9 in the jsp file: /todo.jsp<br />
Generated servlet error:<br />
C:\Tomcat 5.0\work\Catalina\localhost\todo2\org\apache\jsp\todo_jsp.java:14: cannot access com.sitepoint.ToDoList</p>
<p>
An error occurred at line: 9 in the jsp file: /todo.jsp<br />
Generated servlet error:<br />
bad class file: G:\work\java\todo2\WEB-INF\classes\com\sitepoint\ToDoList.class<br />
class file has wrong version 49.0, should be 48.0<br />
Please remove or make sure it appears in the correct subdirectory of the classpath.<br />
private ToDoList toDoList;</p>
<p>What am I doing wrong??</p>]]></content:encoded>
	</item>
</channel>
</rss>
