by zannix
2 replies
Guys... how would you describe Java servlets to a newbie, in a way that he fully understands what they are, why they are often used and why they are better than say "CGI scripts", without overwhelming them with technical terms?

I am asking this because I was assigned to make a presentation about Java servlets for a group of peers and the information on the internet is terrible and not noob-friendly at all. All the information that I've been able to find requires a lot of previous knowledge about Java, etc.

I understand that these are applications which run on a server side, mostly used for picking up and processing data entered in HTML forms.

But there's gotta be more to it than that... there's gotta be some story behind it? How have you come understand this concept, and how would you describe it in a few sentences to someone who is completely new to them (like a teacher has to explain to their students)?

Thank you so much!
Zannix
#java #servlets
  • Profile picture of the author cgimaster
    Java Servlet - Wikipedia, the free encyclopedia

    Seems fairly straightfoward to me, have u checked it ? Of course from there you would need to create your own concept to explain it for dummies think of a real example like using something simpler to compare with. Keep in mind its an extension...
    {{ DiscussionBoard.errors[7401851].message }}
  • Profile picture of the author dannybriggs
    Originally Posted by zannix View Post

    Guys... how would you describe Java servlets to a newbie, in a way that he fully understands what they are, why they are often used and why they are better than say "CGI scripts", without overwhelming them with technical terms?

    I am asking this because I was assigned to make a presentation about Java servlets for a group of peers and the information on the internet is terrible and not noob-friendly at all. All the information that I've been able to find requires a lot of previous knowledge about Java, etc.

    I understand that these are applications which run on a server side, mostly used for picking up and processing data entered in HTML forms.

    But there's gotta be more to it than that... there's gotta be some story behind it? How have you come understand this concept, and how would you describe it in a few sentences to someone who is completely new to them (like a teacher has to explain to their students)?

    Thank you so much!
    Zannix

    Hello,

    hear is the link from which i have learn about Java Servlets

    Java Servlet Tutorial

    May be it will helpful to you.

    Thanks and Regards,
    Danny
    {{ DiscussionBoard.errors[7403347].message }}

Trending Topics