Eclipse project : briefing materials

A free training document in PDF describing the basic parts of the development environement of Java (Eclipse).

Table of contents

  • Eclipse Overview
  • Brief History of Eclipse
  • What is Eclipse?
  • Eclipse Plug-in Architecture
  • Plug-in Manifest
  • Eclipse Platform Architecture
  • Plug-in Activation
  • Plug-in Fragments
  • Plug-in Install
  • Eclipse Platform
  • Workspace Component
  • Workspace and Resource API
  • Incremental Project Builders
  • Workbench Component
  • Why SWT?
  • Eclipse Platform on Linux
  • Eclipse Platform on Mac OS X
  • JFace APIs
  • Workbench Terminology
  • Debug Component
  • Java Perspective
  • Java Editor
  • Eclipse Operating Environments

 

Excerpt from course :

 

JDT is a state of the art Java IDE T is a state of the art Java IDE

* Java views, editor, Java views, editor, refactoring refactoring

– Helps programmer write programmer write and maintain Java code and maintain Java code

* Java compiler Java compiler

– Takes care of translating Takes care of translating Java sources to binaries Java sources to binaries

* Java debu Java debugger

– Allows programmer to get Allows programmer to get inside the running program

Size : 1,299.34 Kb
File type : pdf
Downloads: 126
Created: 2016-01-18

Others Eclipse Tutorials

Tutorial Eclipse IDE

Eclipse and Java

Introduction to Eclipse

Others related eBooks about Eclipse project : briefing materials

I Love Ruby

Ruby is an easy to learn programming language, it was invented by a guy named Matz in Japa..., download free Ruby tutorial in PDF (314 pages) created by Karthikeyan A K ....

Think Java, 2nd Edition

Think Java is a hands-on introduction to computer science and programming used by many uni..., download free Java tutorial in PDF (326 pages) created by ....

2D Game Development: From Zero to Hero

Download free course 2D Game Development: From Zero to Hero, pdf file on 262 pages by Self-publishing....

Python for You and Me

This is a simple book to learn Python programming language, it is for the programmers who are new to Python....

Think DSP: Digital Signal Processing in Python

This book is an introduction to signal processing and system analysis using a computational approach, using Python as the programming language. The premise of this book (like the others in the Think X series) is that if you know how to program, you can use that skill to learn other things. By the ...

C++ ,Pointers and Memory

This tutorial explains how to use pointers and memory and how the pointer works.A complete training document in PDF with sample code By Nick Parlante....

Tools and Algorithms for the Construction and Analysis of Systems

Download free course Tools and Algorithms for the Construction and Analysis of Systems, pdf file on 426 pages by Tomáš Vojnar, Lijun Zhang....

DevOps: WTF?

DevOps" is creating a lot of anxiety amongst the IT professionals of the world. It's also ..., download free DevOps tutorial in PDF (20 pages) created by ....

Python Scripting for Spatial Data Processing

This book is a Python tutorial for beginners aiming at teaching spatial data processing. It is used as part of the courses taught in Remote Sensing and GIS at Aberystwyth University, UK....

C++ Core Guidelines

The aim of the guidelines is to help people to use modern C++ effectively. By "modern C++" we mean C++11, C++14, and C++17. In other words, what would you like your code to look like in 5 years' time, given that you can start now? In 10 years' time?...