CS 274: Internet Programming

Slides:



Advertisements
Similar presentations
COMP 321 Week 1. Application Server Programming Introduction to server-based programming using an object-oriented approach You will learn and reflect.
Advertisements

Finance 5040 Spring 2011 Welcome Dr. James Conover.
Finance /026 Spring 2011 Welcome Dr. James Conover.
Course Introduction Computer Science Department CS141:Computer Programming 1 Fall 2014 Dr. Hamid Al-Hamadi.
Welcome to EECS 340 Introduction to Computer Networking.
1 Are you ready?. 2 Professor: Vladimir Misic Office : Phone: Office Hours : Mon, Tue; 2:00pm – 4:00pm Website :
Computer Science 102 Data Structures and Algorithms V Fall 2009 Lecture 1: administrative details Professor: Evan Korth New York University 1.
Topic 1: Class Logistics. Outline Class Web site Class policies Overview References Software Background Reading.
 Dr. Natheer Khasawneh. Visual Programming CPE 411 Dr. Natheer Khasawneh Jordan University of Science and Technology.
WEEK-1 PRINCIPLES OF MANAGEMENT BUSN 107, Özge Can.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Course Introduction Software Engineering
Welcome to Physics 1403!!. Class Web Page! There, you can find: 1. Posted (MS Word format): Syllabus,
Computer Graphics Kocaeli University Computer Engineering Department Spring 2012.
Java Programming Computer Engineering Department JAVA Programming Course Asst. Prof. Dr. Ahmet Sayar Kocaeli University - Fall 2014.
WorkRoles Responsi- bilities Instructors
CPE 432 Computer Design Introduction Dr. Gheith Abandah.
CIS 280 Object-Oriented Programming Professor Zavodnik.
Logic & Proofs Summer Session II Instructor: Karin Howe.
COP4610 Principles of Operating Systems Prof. Robert van Engelen Department of Computer Science Florida State University.
Course Information CSE 2031 Fall Instructor U. T. Nguyen /new-yen/ Office: CSEB Office hours:  Tuesday,
Course Information CSE 2031 Fall Instructor U.T. Nguyen Office: CSE Home page:
TK 3133 Computer Network Technology. Course Approaches and Instructors Theory – Mr. Ravie Chandren Lectures (4 hours) Monday – 8.00.
Welcome to Chemistry 101 Lecture. About Your Instructor Name: Qiquan (Joshua) Wang Phone: (lab),
Course Information EECS 2031 Fall Instructor Uyen Trang (U.T.) Nguyen Office: LAS Office hours: 
Subhorn Khonthapagdee (TA)
CSc 120 Introduction to Computer Programing II
Computer Network Fundamentals CNT4007C
Course Information EECS 2031 – Section A Fall 2017.
Introduction to Programming
Computer Organization II
22446: Microprocessors Introduction
Computer Science 102 Data Structures CSCI-UA
Financial Mathematics
Advanced College English
CS 201 – Data Structures and Discrete Mathematics I
JUNGWON UNIVERSITY English Conversation 2 (Level 4) spring/2017
CAS CS112 Intro to CS II w/ C++
Welcome to CS 1010! Algorithmic Problem Solving.
Lecture 0 Course Information
Welcome to CS 1010! Algorithmic Problem Solving.
FALL 2018 Welcome to ESL.
CSC2310 Principles of Computer Programming
CS210 Intermediate Programming with Data Structures
WELCOME PARENTS! Dr. Yox AP Physics.
Welcome to CS 1301! Principles of Programming I.
WELCOME TO BIOLOGY.
Introduction to Computers SPRING 2019
CS350, Programming III: Java Two Credit Hours
Taekyoung Kwon Logic Design Taekyoung Kwon
Financial Mathematics
Welcome to Physics 5306!!.
Course Information EECS 2031 Fall 2016.
CMPUT101: Purpose of the Course
Welcome to Physics 4302 Statistical & Thermal Physics!
Financial Mathematics
Financial Mathematics
Welcome to Physics 4304!!.
Financial Mathematics
CS Problem Solving and Object Oriented Programming Spring 2019
Computer Engineering Department Islamic University of Gaza
Lecture 1 Class Overview
CS 336/536: Computer Network Security Fall 2015 Nitesh Saxena
Welcome to Physics 5305!!.
Financial Mathematics
Financial Mathematics
Welcome to College English 2!
Presentation transcript:

CS 274: Internet Programming Welcome!

Professor Zavodnik Course Syllabus

Course Objectives Understand Architecture of a Webapp Understand Client/Server Interaction Write a Webapp of medium complexity using most program features Prepare for the SCWCD exam Learn Servlet and Java Server Page programming Learn how to deploy a Webapp

Grading Policy 3-4 quizes 19% Programming 20% Class participation 6% Homework 10% Final 45%

Essentials Attendance is determined once per lecture. If you leave early or come late you are a no show Working together is ok, but you must document your own work. Everything else is cheating No talking during quizes/exam

Essentials (continued) Lab time is available evenings. Use it! Please ask specific questions during office hours, not class, and then only during office hours--or make an appointment.

Office Hours Tues 13.30 - 15.30 (2) Wed 9-11 (2) Thurs 13.30-14.30 (1) Friday 13.30-15.30 (2) And by appointment (1). I cannot consult with you outside office hours

Textbook Hall, Marty: Core Servlets and Java Server Pages (2nd ed.) Vol I Core Technologies Is available in pdf form Is required by CIS department Vol II is also consulted, but is not available as e-book Please see ww.coreservlets.com

Note on API NetBeans is an ideal development tool for web programming But, it does not give you the full picture Lecture will use low-level approach to show all details