<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://josephcamplongo.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Latest News from Joseph Campolongo</title>
 <link>http://josephcamplongo.sys-con.com/</link>
 <description>Latest News from Joseph Campolongo</description>
 <language>en</language>
 <copyright>Copyright 2009 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Thu, 26 Nov 2009 13:43:04 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>360</ttl>
<item>
 <title>A Model View Controller Framework for JavaServer Pages</title>
 <link>http://josephcamplongo.sys-con.com/node/36186</link>
 <description>JavaServer Pages is a hot technology right now, as all Java developers are aware. In its simplest explanation, JSP provides the ability to combine Java code with HTML content to achieve dynamic content output from a single source file. Behind the scenes the JSP is compiled into a Java servlet that can be run in any compliant Java servlet engine/container.  In essence, a JSP is a way to dynamically create a servlet with a large amount of HTML output and some Java code/logic. So instead of putting a large number of out.println(&#039;&#039;); statements in a servlet with very little logic, a developer can simply create a JSP page containing standard HTML and a little logic. The JSP compiler will compile the page into a servlet, handling all the ugliness of those out.println() statements.&lt;p&gt;&lt;a href=&quot;http://josephcamplongo.sys-con.com/node/36186&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 01 Jan 2001 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://josephcamplongo.sys-con.com/node/36186</guid>
 <comments>http://josephcamplongo.sys-con.com/node/36186#feedback</comments>
</item>
</channel>
</rss>
