<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>JAVA servlet architecture and JAVA servet Life cycle by M. Padhmanaban</title>
      <link>https://padlet.com/padhugeorge11/ki6kp1vs2supfuev</link>
      <description>This padlet is about servlet architecture it is comes under JAVA to create dynamic web application.
</description>
      <language>en-us</language>
      <pubDate>2021-04-11 11:03:03 UTC</pubDate>
      <lastBuildDate>2025-11-30 01:25:56 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>JAVA Servlet Architecture</title>
         <author>padhugeorge11</author>
         <link>https://padlet.com/padhugeorge11/ki6kp1vs2supfuev/wish/1404011976</link>
         <description><![CDATA[<div>Servlets are grouped under the Advanced Java tree that are used to create dynamic web applications. Servlets are <em>robust in nature</em>, <em>well scalable </em>and are primarily used in developing <em>server-side applications</em>. If we go a little back in time, we would be able to witness that before the introduction of servlets, <em>CGI (Common Gateway Interface)</em> were used. Amid several indigenous tasks that a servlet is capable of doing, dynamically performing client requests and responses are most common. Other tasks that a servlet can do effectively are:<br><br></div><ul><li>Can easily manage/control the application flow.</li><li>Suitable to implement business logic.</li><li>Can effectively balance the load at the server-side.</li><li>Easily generate dynamic web content.</li></ul><div>Talking about the types of servlets, there are primarily two types, namely:<br><br></div><ol><li>Generic Servlets</li><li>HTTP Servlets</li></ol><div>There are three potential ways in which we can employ to create a servlet:<br><br></div><ol><li>Implementing Servlet Interface</li><li>Extending Generic Servlet</li><li>Extending HTTP Servlet</li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2021-04-11 11:25:27 UTC</pubDate>
         <guid>https://padlet.com/padhugeorge11/ki6kp1vs2supfuev/wish/1404011976</guid>
      </item>
      <item>
         <title>JAVA Servlet Life cycle</title>
         <author>padhugeorge11</author>
         <link>https://padlet.com/padhugeorge11/ki6kp1vs2supfuev/wish/1404014013</link>
         <description><![CDATA[<div>The web container maintains the life cycle of a servlet instance. Let's see the life cycle of the servlet:</div><ol><li>Servlet class is loaded.</li><li>Servlet instance is created.</li><li>init method is invoked.</li><li>service method is invoked.</li><li>destroy method is invoked.</li></ol><div><br></div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1130771208/c270ad01b353e5744cae03fb9246e8fa/Screenshot__47_.png" />
         <pubDate>2021-04-11 11:26:43 UTC</pubDate>
         <guid>https://padlet.com/padhugeorge11/ki6kp1vs2supfuev/wish/1404014013</guid>
      </item>
   </channel>
</rss>
