UNIT-I
Web Servers and Servlets: Tomcat web server, introducing java Servlet, Introducing the servlet API, Lifecycle of a Servlet, Working with Initialization Parameters, Describing the HttpServlet Request & HttpServletResponse interfaces, Cookies, Session Tracking, Security Issues.
UNIT-II
Introduction to JSP: The Problem with Servlet. The Anatomy of a JSP Page, JSP Processing. JSP Application Design with MVC. JSP Application Development: Generating Dynamic Content: directive elements, what is template text, action elements. Using Scripting Elements, Implicit JSP Objects. Conditional Processing: Displaying Values Using an Expression to Set an Attribute, Declaring Variables and Methods.
Download UNIT-II Material Here
UNIT-III
JSP: Error Handling and Debugging, Implicit JSP Objects, Sharing Data between JSP pages, Requests, and Users Passing Control and Data between Pages: passing the control between the pages, passing the data between JSP pages passing the data between JSP pages using session object, Memory Usage Considerations.
Download UNIT-III Material Here
UNIT-IV
JDBC: Introduction, Database Programming Using JDBC: How JDBC Works, JDBC Architecture, JDBC Driver Types, Accessing Database From JSP page: Use of Prepared Statement, ResultSet.
Download UNIT-IV Material Here
UNIT-V
PHP: Introduction to PHP, Creating PHP script, Running PHP script. Working with variables and constants, Data types, Operators. Controlling program flow, Working with Arrays, Built-in functions in PHP, user-defined functions in PHP, recursive, variable, and callback functions. User and Database Interface: Database programming, Working with forms, validating a form, Working with Databases such as MySQL