Đang chuẩn bị liên kết để tải về tài liệu:
Publishing PHP eclipse - part 2

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Các Eclipse Kiến trúc Tính đến thời điểm này, chúng tôi đã gợi ý như thế nào Eclipse IDE của bạn có thể là một công cụ cho quá trình phát triển toàn bộ. Điều này có vẻ khá bạo dạn, nhưng nó là rất nhiều thành hiện thực với Eclipse nhờ vào kiến trúc phía trước suy nghĩ của mình. | Overview of Eclipse and PHPEclipse A Project Management Committee PMC manages the vision and development of the Eclipse project. The PMC Leader who is appointed by the Board of Directors generally selects the PMC. Developers are the volunteers who actually write the Eclipse code. The Eclipse Architecture Up to this point we ve hinted at how the Eclipse IDE can be your one tool for the whole development process. This seems quite a bold claim but it is very much a reality with Eclipse thanks to its forward-thinking architecture. Plug-Ins By itself the Eclipse Platform does nothing. The core piece of Eclipse is just a small kernel called the Platform Runtime. All functionality of the IDE is a result of interactions between the plug-ins and the kernel. When you launch the Eclipse executable the kernel checks what plug-ins are available in a special plug-ins directory. Each plug-in has a manifest file that defines how it interacts with the Platform and with other plug-ins. To save startup time and system resources each plug-in is loaded only when necessary. The manifest file is XML based and defines the extension points used by the plug-in. Extension points are the basis in communications between plug-ins and the Platform. An extension point either declares the services this plug-in can provide to other plug-ins or declares how this plug-in will interact with another plug-in s extension point. This leads to a very interesting behavior of Eclipse. With plug-ins themselves being extensible the lines often blur between plug-ins. When we actually start coding in PHP we ll see how tools in the JDT are extended via the PHPEclipse plug-in. For example the same tool that is used to show an outline of all functions in a Java class is also used to show PHP functions once PHPEclipse is installed. When you download the full Eclipse SDK it includes several plug-ins that give it all the features of an IDE workspace Workbench the JDT Version and Configuration Management VCM system the

Đã 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.