tailieunhanh - database programming with jdbc and java phần 5

JDBC cố gắng để duy trì đơn giản càng tốt trong khi cung cấp cho các nhà phát triển với sự linh hoạt tối đa. Một tiêu chí quan trọng được sử dụng bởi Sun chỉ đơn giản là yêu cầu cho dù các ứng dụng truy cập cơ sở dữ liệu đọc cũng. Các nhiệm vụ đơn giản và phổ biến sử dụng giao diện đơn giản, | JDBC and Java 2nd edition Client server is often a generic umbrella term for any application architecture that divides processing among two or more processes often on two or more machines. Any database application is a client server application if it handles data storage and retrieval in the database process and data manipulation and presentation somewhere else. The server is the database engine that stores the data and the client is the process that gets or creates the data. The idea behind the client server architecture in a database application is to provide multiple users with access to the same data. Two-tier client server The simplest shape a client server architecture takes is called a two-tier architecture. In fact most client server architectures are two-tier. The term two-tier describes the way in which application processing can be divided in a client server application. A two-tier application ideally provides multiple workstations with a uniform presentation layer that communicates with a centralized data storage layer. The presentation layer is generally the client and the data storage layer is the server. Some exceptional environments such as the X Window System shuffle the roles of client and server. Most Internet applications email Telnet FTP gopher and even the Web are simple two-tier applications. Without providing a lot of data interpretation or processing these applications provide a simple interface to access information across the Internet. When most application programmers write their own client server applications they tend to follow this two-tier structure. Figure shows how two-tier systems give clients access to centralized data. If you use the Web as an example the web browser on the client side retrieves data stored at a web server. Figure . The two-tier client server architecture The architecture of a system depends on the application. For situations such as the display of simple web pages you do not need anything more .

crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.