0% found this document useful (0 votes)
67 views1 page

WebTechnology Syllabus

This document outlines the units and topics covered in an MCA-502 Web Technologies course. The five units cover: 1) introduction to web development, 2) HTML, XML, and JavaScript, 3) Java beans and web servers, 4) JSP, and 5) database connectivity. Key concepts include creating websites, cyber laws, web applications, HTML, CSS, JavaScript, Java beans, servlets, JSP, Tomcat server, database programming with JDBC, and the Struts framework. The accompanying lab covers designing HTML pages and forms, JavaScript programs, client-server scripting with JSP, XML DTD, and CSS/XSL style sheets.

Uploaded by

samsharma11
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views1 page

WebTechnology Syllabus

This document outlines the units and topics covered in an MCA-502 Web Technologies course. The five units cover: 1) introduction to web development, 2) HTML, XML, and JavaScript, 3) Java beans and web servers, 4) JSP, and 5) database connectivity. Key concepts include creating websites, cyber laws, web applications, HTML, CSS, JavaScript, Java beans, servlets, JSP, Tomcat server, database programming with JDBC, and the Struts framework. The accompanying lab covers designing HTML pages and forms, JavaScript programs, client-server scripting with JSP, XML DTD, and CSS/XSL style sheets.

Uploaded by

samsharma11
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

MCA-502 WEB TECHNOLOGIES UNIT I: Introduction and Web Development Strategies History of Web, Protocols governing Web, Creating

Websites for individual and Corporate World, Cyber Laws, Web Applications, Writing Web Projects, Identification of Objects, Target Users, Web Team, Planning and Process Development. UNIT II: HTML, XML and Scripting List, Tables, Images, Forms, Frames, CSS Document type definition, XML schemes, Object Models, Presenting XML, Using XML Processors: DOM and SAX, Introduction to Java Script, Object in Java Script, Dynamic HTML with Java Script. UNIT III: Java Beans and Web Servers Introduction to Java Beans, Advantage, Properties, BDK, Introduction to EJB, Java Beans API Introduction to Servelets, Lifecycle, JSDK, Servlet API, Servlet Packages: HTTP package, Working with Http request and response, Security Issues. UNIT IV: JSP Introduction to JSP, JSP processing, JSP Application Design, Tomcat Server, Implicit JSP objects, Conditional Processing, Declaring variables and methods, Error Handling and Debugging, Sharing data between JSP pagesSharing Session and Application Data. UNIT V: Database Connectivity Database Programming using JDBC, Studying Javax.sql.*package, accessing a database from a JSP page, Application-specific Database Action, Developing Java Beans in a JSP page, introduction to Struts framework. Books: 1. Burdman, Collaborative Web Development Addison Wesley. 2. Chris Bates, Web Programing Building Internet Applications, 2nd Edition, WILEY, Dreamtech MCA-512 WEB TECHNOLOGIES LAB 1. Design a HTML page to display your CV 2. Design a HTML form to reserve a railway ticket. 3. Write a Java Script program that finds the greatest common divisor of two numbers. 4. In the form mentioned in problem 2 to reserve a railway ticket add the following validations using java Script. From city and to city are two different cities. Age of passengers should not be greater than 150. Name of the passenger should be a string of a maximum length 20. 5. Write a program for illustrating client/server side scripting with help of JSP. 6. Write a piece of code in XML for creating DTD, which specifies set of rules. 7. Create style sheet in CSS/XSL and display the document in Internet Exp MCA- 512

You might also like