loading...empty;done;/eclipse-plugin-user-manual/:-uriEclipse Plugin Manual | iNET.elastic Dev Docs

Eclipse Plugin Overview

Eclipse logo The most valuable about Eclipse is that it provides an open source platform for creating an extensible integrated development environment (IDE). It has a well-designed and extensible architecture and allows anyone to build solutions that integrate seamlessly with the environment and other tools.

The key to the seamless integration of tools with Eclipse is the approach of attachable plugins. With the exception of a small run-time kernel, everything in Eclipse is a plugin. This means that you can develop such an attachable module by your own, which subsequently can be easily integrated with Eclipse in exactly the same way as the other ones.

PaaS team has also created a dedicated plugin for Eclipse development platform. It represents a set of software development tools, that simplifies the process of applications development at Eclipse IDE, where they are handled in the form of projects (Java EE) at the platform.

See the following video tutorial in order to quickly get insights on basics of the Eclipse Plugin usage:

And within the instructions below, you can find out how to install the plugin, manage environments and deploy your projects directly from Eclipse IDE in more details:

What’s next?