RSEG 161

Web Development Technologies

The course provides an extensive examination of client and server side technologies used in developing web applications. On the client side, we learn how to create attractive and well-functioning web pages using
• XHTML,
• Cascading Style Sheets (CSS),
• JavaScript, and jQuery.
The server side web development focuses on web development with
• Servlets,
• JavaServerPages (JSP),
• JSP Expression Language (EL) and JavaServer Pages Standard Template Library (JSTL),
• JavaServerFaces (JSF),
• Ajax with Servlets and jQuery.
Web applications, built with these technologies, access and interact with databases using Java Data Base Connectivity (JDBC).

Course Outcomes
At the end of the course, students will be able to:
• Design and develop client side Web applications pages using basic and advanced XHTML features.
• Design and develop client side Web applications pages using Cascading Style Sheets.
• Design and develop client side Web applications pages using JavaScript.
• Design and develop client side Web applications pages using jQuery.
• Design and develop server side Web applications with Servlets.
• Design and develop server side Web applications with JavaServer Pages.
• Design and develop server side Web applications with Database Connectivity.
• Design and develop server side Web applications with JavaServer Pages Standard Template Library.
• Design and develop server side Web applications with JavaServer Faces.
• Design and develop server side Web applications with AJAX
• Automate the building and deploying of Web applications using the Another Neat Tool (Ant).