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

It63 Web Technology

This document outlines the units covered in an IT63 web technology course. The units include: 1) Web essentials covering basic internet protocols, markup languages like HTML and XHTML, style sheets like CSS, and client-side scripting with JavaScript. 2) Host objects and the DOM for interacting with browsers. 3) Server-side programming with Java servlets. 4) Representing web data with XML, transforming XML with XSLT, and AJAX. 5) Separating programming and presentation with JSP, and introducing web services.

Uploaded by

bsganesh
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 DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
307 views1 page

It63 Web Technology

This document outlines the units covered in an IT63 web technology course. The units include: 1) Web essentials covering basic internet protocols, markup languages like HTML and XHTML, style sheets like CSS, and client-side scripting with JavaScript. 2) Host objects and the DOM for interacting with browsers. 3) Server-side programming with Java servlets. 4) Representing web data with XML, transforming XML with XSLT, and AJAX. 5) Separating programming and presentation with JSP, and introducing web services.

Uploaded by

bsganesh
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 DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

IT63 WEB TECHNOLOGY UNIT I Web Essentials: Clients, Servers, and Communication.

The Internet-Basic Internet Protocols -The World Wide Web-HTTP request message-response message-Web Clients Web Servers-Case Study. Markup Languages: XHTML. An Introduction to HTML History-Versions-Basic XHTML Syntax and Semantics-Some Fundamental HTML Elements-Relative URLs-Lists-tables-Frames-Forms-XML Creating HTML Documents Case Study. UNIT II Style Sheets: CSS-Introduction to Cascading Style Sheets-Features-Core Syntax-Style Sheets and HTML Style Rle Cascading and Inheritance-Text Properties-Box Model Normal Flow Box Layout-Beyond the Normal Flow-Other Properties-Case Study. Client-Side Programming: The JavaScript Language-History and Versions Introduction JavaScript in Perspective-Syntax-Variables and Data Types-Statements-OperatorsLiterals-Functions-Objects-Arrays-Built-in Objects-JavaScript Debuggers. UNIT III Host Objects : Browsers and the DOM-Introduction to the Document Object Model DOM History and Levels-Intrinsic Event Handling-Modifying Element Style-The Document Tree-DOM Event Handling-Accommodating Noncompliant Browsers Properties of window-Case Study. Server-Side Programming: Java Servlets- Architecture -Overview-A Servelet-Generating Dynamic Content-Life Cycle- Parameter Data-Sessions-CookiesURL Rewriting-Other Capabilities-Data Storage Servlets and Concurrency-Case StudyRelated Technologies. UNIT IV Representing Web Data: XML-Documents and Vocabularies-Versions and DeclarationNamespaces JavaScript and XML: Ajax-DOM based XML processing Event-oriented Parsing: SAX-Transforming XML Documents-Selecting XML Data:XPATHTemplatebased Transformations: XSLT-Displaying XML Documments in Browsers-Case StudyRelated Technologies. Separating Programming and Presentation: JSP Technology Introduction-JSP and Servlets-Running JSP Applications Basic JSP-JavaBeans Classes and JSP-Tag Libraries and Files-Support for the Model-View-Controller Paradigm-Case Study-Related Technologies. UNIT V Web Services: JAX-RPC-Concepts-Writing a Java Web Service-Writing a Java Web Service Client-Describing Web Services: WSDL- Representing Data Types: XML Schema-Communicating Object Data: SOAP Related Technologies-Software Installation-Storing Java Objects as Files-Databases and Java Servlets. TEXT BOOK: 1. Jeffrey C. Jackson, "Web Technologies--A Computer Science Perspective", Pearson Education, 2006. REFERENCES: 1. Robert. W. Sebesta, "Programming the World Wide Web", Fourth Edition, Pearson Education, 2007 . 2. Deitel, Deitel, Goldberg, "Internet & World Wide Web How To Program", Third Edition, Pearson Education, 2006. 3. Marty Hall and Larry Brown,Core Web Programming Second Edition, Volume I and II, Pearson Education, 2001. 4. Bates, Developing Web Applications, Wiley, 2006.

You might also like