TAILIEUCHUNG - Publishing PHP eclipse - part 2

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

TỪ KHÓA LIÊN QUAN
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.