Internet và Web là một cuộc cách mạng hóa mà con người, các tổ chức trao đổi thông tin với nhau. Trong những môi trường ngày nay đòi hỏi máy tính được chuyên nghiệp hóa để biết được cách thiết lập cũng như bảo dưỡng một Website như thế nào
Khóa học này cung cấp cho học viên các kiến thức cần thiết để thiết kế một Website hoàn chỉnh. Các học viên sẽ học được các kiến thức cơ bản về cú pháp HTML, thể hiện và tạo những trang Web một cách có hiệu quả, cấu hình Web Server, giao diện một Website tới cơ sở dữ liệu.
Introduction and Overview
Web application development
- The requirements of a Web application
- Components of an n-tier architecture
Key components of Java EE for Web development
Generating Content with Servlets
Getting started with servlets
- Integrating servlets into the Web application architecture
- Configuring the servlet development environment
- Avoiding common servlet pitfalls
Utilizing the Java Servlet API
- Servlet life cycle methods
- Accessing servlet environment variables
Creating Web-based forms for user input
- Adding text fields and drop-down lists
- Linking forms to servlets
- Retrieving form data in the servlet
Accessing databases with Servlets
Extending servlets with Java Database Connectivity (JDBC)
- Connecting to the database
- Submitting SQL statements
- Retrieving and processing data
Formatting database results
- Constructing an HTML table
- Adding drill-down features
Maintaining State in Java Web Applications
Reading and writing cookies to personalize Web content
- Retrieving cookies from a client request
- Sending cookies to the client
- Circumventing cookie limitations
Managing application state with sessions
- Creating a unique session for each user
- Storing and retrieving Java objects within sessions
- Controlling a session\'s life span
- Creating application and session event listeners
- Implementing a shopping cart
Creating JavaServer Pages (JSP)
JSP fundamentals
- Design goals of JSP
- Using JSP scriptlets, expressions and declarations
- Communicating with the client using built-in JSP server objects
- Leveraging the JSP 2 Expression Language (EL)
State management with JSP
- Accessing cookies and sessions
- Storing common application data
Designing JSP and Servlet Architectures
Integrating JSP and JavaBeans
- Promoting object reuse
- Separating application logic from the presentation
Calling JSP from servlets
- Forwarding Java objects to JSP
- Using JavaBeans to transfer data
- Servlet and JSP design patterns
Integrating JSP Custom Tags
Leveraging the Tag Extension mechanism
- The role of JSP custom tags
- Applying the JSP Standard Tag Library (JSTL)
Developing custom tags
- Creating custom tags with JSP 2 tag files
- Customizing tag behavior with attributes
Developing Struts 1 Applications
Struts 1 framework overview
- Components of the Struts framework
- Model-View-Controller (MVC) architecture
Developing Struts components
- Building the JavaBean model
- Presenting a view with JSP
- Dispatching actions with the controller
Deploying Your Java Web Application
- Defining the deployment descriptor
- Creating a Web Application Archive (WAR) file
- Adding role-based application security