<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'jsp' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'jsp' posted on the 'Java Server Pages' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 13:45:58 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 13:45:58 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>jsp</title>
      <link>http://www.programmersheaven.com/mb/jsp/388103/388103/jsp/</link>
      <description>why jsp is converted into servlet&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/jsp/388103/388103/jsp/</guid>
      <pubDate>Thu, 26 Mar 2009 23:09:57 -0700</pubDate>
      <category>Java Server Pages</category>
    </item>
    <item>
      <title>Re: jsp</title>
      <link>http://www.programmersheaven.com/mb/jsp/388103/388138/re-jsp/#388138</link>
      <description>JSP is just a fancy way of defining how your Servlet should look like.&lt;br /&gt;
Everything you write into JSP goes either directly into Servlets service method or new Servlet mehod is created when &amp;lt;%! is used.&lt;br /&gt;
&lt;br /&gt;
With Serlvets you would need to put your HTML code into double qoutes and since JAVA doesn't support multi line strings this would be very annoying.&lt;br /&gt;
&lt;br /&gt;
After changing Servlet Web Application needs to be reloaded while JSP is reloaded automaticly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/jsp/388103/388138/re-jsp/#388138</guid>
      <pubDate>Fri, 27 Mar 2009 09:12:02 -0700</pubDate>
      <category>Java Server Pages</category>
    </item>
  </channel>
</rss>