Home | Add to Favorites | Ebooks Directory | News  
JSP  Resources
Home
JSP  Article
JSP Tutorial 
JSP Example
Books
JSP and XML
JSP Source code
Welcome to JSP Home Page

JSP (java server pages ) is an extension of java programming technology. This is to add server side programming functionalities to java


 

contents for JSP in our site:

1.JSP basics tutorial (custom tags and explanation of important terms in JSP)
2.JSP interview questions
3.Links to JSP sample chapters
3.Recommendation for JSP books
4.Links to JSP tutorials, sample questions and other resources
5.JSP  practice exams and simulators



 

The features of jsp are

  • segregation of the presentation  and business logic
  • changes made to the code consecutively are automatically updated and recompile once the servlet is reloaded into the server

  • Insertion of java code in the JSP file