Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Eclipse Plug-in Development Beginner's Guide - Second Edition

Posted By: Grev27
Eclipse Plug-in Development Beginner's Guide - Second Edition

Dr Alex Blewitt, "Eclipse Plug-in Development Beginner's Guide - Second Edition"
English | ISBN: 1783980699 | 2016 | PDF/EPUB/MOBI | 480 pages | 9 MB/15 MB/23 MB

Key Features
Create useful plug-ins to make Eclipse work for you
Learn how to migrate Eclipse 3.x plug-ins to Eclipse 4.x
From automation to testing, find out how to get your IDE performing at an impressive standard
Book Description
Eclipse is used by everyone from indie devs to NASA engineers. Its popularity is underpinned by its impressive plug-in ecosystem, which allows it to be extended to meet the needs of whoever is using it. This book shows you how to take full advantage of the Eclipse IDE by building your own useful plug-ins from start to finish.

Taking you through the complete process of plug-in development, from packaging to automated testing and deployment, this book is a direct route to quicker, cleaner Java development. It may be for beginners, but we're confident that you'll develop new skills quickly. Pretty soon you'll feel like an expert, in complete control of your IDE.

Don't let Eclipse define you - extend it with the plug-ins you need today for smarter, happier, and more effective development.

What you will learn
Create plug-ins for Eclipse 4.x
Test plug-ins automatically with JUnit
Display tree and table information in views
Upgrade Eclipse 3.x plug-ins to Eclipse 4.x
Find out how to build user interfaces from SWT and JFace
Run tasks in the background and update the user interface asynchronously
Automate builds of plug-ins and features
Automate user interface tests with SWTBot