Starter Tutorials

A tutorial site for beginners!

Starter tutorials contains well written tutorials on various technologies. Simple examples have been provided through out the tutorials to help the beginners understand them in a easy way.

Go to Blog »

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
    1. HTML tags, Lists, Tables, Images, Forms
    2. CSS
    3. Introduction to JavaScript, Objects in JavaScript, DHTML with JavaScript
  • UNIT - 2
    1. Introduction to PHP
    2. Creating and running a PHP script
    3. Using variables and constants
    4. Data types, Operators
    5. Control Statements
    6. Arrays
    7. Functions
    8. Working with forms and database
  • UNIT - 3
    1. Introduction to XML
    2. Document Type Definition
    3. XML Schemas
    4. Document Object Model
    5. XSLT, DOM and SAX
  • UNIT - 4
    1. Introduction to JavaBeans, Advantages of JavaBeans
    2. BDK, Introspection, Using bound properties
    3. BeanInfo interface, Constrained properties, Persistence
    4. Customization, Java Beans API, Introduction to EJBs
  • UNIT - 5
    1. Introduction to Servlets, Life cycle of a servlet
    2. Servlet API, javax.servlet package
    3. Reading servlet parameters, Reading initialization parameters
    4. javax.servlet.http package, Handling HTTP requests and responses
    5. Using cookies and sessions
    6. Security issues
  • UNIT - 6
    1. Introduction to JSP, Anatomy of a JSP page, JSP Processing, Application design with MVC
    2. Using scripting elements, Implicit JSP objects
    3. Conditional processing, Displaying values using an expression
    4. Declaring variables and methods
    5. Error handling and Debugging
    6. Sharing data between JSP pages and Users
    7. Sharing session and application data
    8. Memory usage considerations
  • UNIT - 7
    1. Database programming using JDBC
    2. javax.sql package
    3. Accessing database from a JSP page
    4. Deploying JavaBeans in a JSP page
    5. Introduction to struts framework
  • UNIT - 8
    1. Introduction to AJAX
    2. Integrating PHP and AJAX
    3. Web services: SOAP, WSDL, UDDI