Web programming Course
This course is for 3th year IT students.
• In section 1, you’ll learn the concepts and terms that you need for web
programming. You’ll learn how to use the MVC pattern to structure your
web applications. And you’ll learn how to use the NetBeans IDE with a
Tomcat server to develop servlets and JSPs for web applications. When
you’re done with this section, you’ll be ready to learn how to code and run
servlets and JSPs on your own computer.
• In section 2, you’ll get a crash course in HTML and CSS, which is essential to the use of JSPs. Then, you’ll learn the skills for creating servlets and JSPs that you’ll need for almost every application. These chapters move from the simple to the complex as they show you how to work with servlets, JSPs, sessions, cookies, JavaBeans, Expression Language (EL), the JSP Standard Tag Library (JSTL), and custom JSP tags.
• In section 3, you’ll learn how to use both JDBC (an older access method)
and the newer Java Persistence API (JPA) to work with a database. Since
MySQL is a popular open-source database that is commonly used for web
applications, this section shows how to work with it, but these principles can
be applied to the use of any database.
Once you
understand how this website works, you will have all the skills you need for
creating your own web applications.