Pages

Tech Talk


Servlets and JSP

During my project work, I had a chance to learn JSP and servlets since I had to implement the server side of our mobile based project. I thought it would be helpful to you if I post here what I learn day by day during my learning process. please be kind enough to bear any mistake I had done, coz i'm also an absolute beginner. I hope to present these tutorials as a  series which you can refer one by one.

servlet technology was introduced by sun micro systems in 1996 where JSP is an extension of servlet technology. These two technologies are the most popular java technologies used to implement web applicaions. there are so many emerging new technologies other than these two. for example:
  •  ColdFusion
  • Server side Java Script
  • PHP
  • Active Server pages
  • Active Server Pages.NET
but servlets are still among the highest popularity, because of these reasons.
  1. performance
  2. portability
  3. rapid development cycle
  4. robustness
  5. widespread acceptance



No comments:

Post a Comment