Problem Statement:
Create a web page which displays the syllabus of AJWT as a bulleted list. Unit titles are displayed as contents of the main list and the topics of individual units are displayed as sub lists in the main list. (Hint: Use nested lists)
Source Code:
Output:
- UNIT - 1
- HTML tags, Lists, Tables, Images, Forms
- CSS
- Introduction to JavaScript, Objects in JavaScript, DHTML with JavaScript
- UNIT - 2
- Introduction to PHP
- Creating and running a PHP script
- Using variables and constants
- Data types, Operators
- Control Statements
- Arrays
- Functions
- Working with forms and database
- UNIT - 3
- Introduction to XML
- Document Type Definition
- XML Schemas
- Document Object Model
- XSLT, DOM and SAX
- UNIT - 4
- Introduction to JavaBeans, Advantages of JavaBeans
- BDK, Introspection, Using bound properties
- BeanInfo interface, Constrained properties, Persistence
- Customization, Java Beans API, Introduction to EJBs
- UNIT - 5
- Introduction to Servlets, Life cycle of a servlet
- Servlet API, javax.servlet package
- Reading servlet parameters, Reading initialization parameters
- javax.servlet.http package, Handling HTTP requests and responses
- Using cookies and sessions
- Security issues
- UNIT - 6
- Introduction to JSP, Anatomy of a JSP page, JSP Processing, Application design with MVC
- Using scripting elements, Implicit JSP objects
- Conditional processing, Displaying values using an expression
- Declaring variables and methods
- Error handling and Debugging
- Sharing data between JSP pages and Users
- Sharing session and application data
- Memory usage considerations
- UNIT - 7
- Database programming using JDBC
- javax.sql package
- Accessing database from a JSP page
- Deploying JavaBeans in a JSP page
- Introduction to struts framework
- UNIT - 8
- Introduction to AJAX
- Integrating PHP and AJAX
- Web services: SOAP, WSDL, UDDI