This document outlines the course units and objectives for an MCA-502 Web Technologies course. The five units cover topics such as the history of the web, HTML, XML, JavaScript, JavaBeans, web servers, JSP, and database connectivity using JDBC. Students will learn to create websites, work with protocols and cyber laws, and develop dynamic web content using technologies like CSS, JavaScript, Servlets, JSP, and connecting to databases. The associated lab course MCA-512 involves hands-on exercises to design HTML pages and forms, write JavaScript programs, work with JSP and XML, and develop a mini web portal project.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
281 views
Mca-502 Web Technologies Syllabus
This document outlines the course units and objectives for an MCA-502 Web Technologies course. The five units cover topics such as the history of the web, HTML, XML, JavaScript, JavaBeans, web servers, JSP, and database connectivity using JDBC. Students will learn to create websites, work with protocols and cyber laws, and develop dynamic web content using technologies like CSS, JavaScript, Servlets, JSP, and connecting to databases. The associated lab course MCA-512 involves hands-on exercises to design HTML pages and forms, write JavaScript programs, work with JSP and XML, and develop a mini web portal project.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
MCA-502 WEB TECHNOLOGIES L T P 2 0 0
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 pages- Sharing 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 MCA- 512 L T P 0 0 2
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 Explorer. 8. Mini Project: Develop a web portal for your college.