Đang chuẩn bị liên kết để tải về tài liệu:
Ajax in Oracle JDeveloper phần 4

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Các thư viện mẫu tạo điều kiện cho sự phát triển của các ứng dụng Ajax với các lớp học Ajax.Request, Ajax.Updater và Ajax.PeriodicalUpdater, và làm giảm mã JavaScript với các chức năng tiện ích. Trong chương này, chúng tôi đã thêm các chức năng của nguyên mẫu và các lớp học để ứng dụng web Ajax mà chúng tôi phát triển trong các chương trước để giảm bớt các mã JavaScript trong các ứng dụng web. | 3.5 Updating a DOM Element with Ajax.Updater 59 Fig. 3.6 Updating ValidationMessage Div If a Catalog Id field value is specified that is not valid the validationMessage div message gets updated to indicate that the Catalog Id value is not valid as shown in Fig. 3.7. Fig. 3.7 Non Valid Catalog Id 60 3 Less JavaScript with Prototype 3.6 Summary The prototype library facilitates the development of Ajax applications with Ajax.Request Ajax.Updater and Ajax.PeriodicalUpdater classes and reduces JavaScript code with utility functions. In this chapter we added prototype functions and classes to the Ajax web application that we developed in the previous chapter to reduce the JavaScript code in the web application. 4 Ajax with Java-GWT 4.1 Introduction Google Web Toolkit GWT is a Java framework for developing Ajax applications. Ajax being a JavaScript based web technique GWT generates the required JavaScript and HTML from the Java classes. GWT provides a library of dynamic reusable user interface UI components for UI applications. Only a front-end Java class is required to be specified to create a GWT application. GWT applications may be run with commonly used browsers such as IE and Netscape and Safari. 4.2 Installing GWT First we need to download GWT 1.41. Extract the zip file to a directory. Install a recent version of JDK if not already installed. We shall be using JDK 5.0. GWT does not require any installer application. All the required files are available in the directory in which the zip file is extracted. GWT provides the command-line tool applicationcreator to generate a GWT application. GWT also provides a projectcreator tool to generate an Eclipse project for the GWT application but we shall only discuss the command-line GWT application. A GWT application may be run in two modes hosted mode and web mode. In hosted mode a GWT application is run as Java bytecode in the JVM. In web mode the GWT application is run as JavaScript and HTML created with Java-to-JavaScript

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã 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.