+ All Categories
Home > Software > Extending Eclipse Che to build custom Cloud IDEs

Extending Eclipse Che to build custom Cloud IDEs

Date post: 06-Jan-2017
Category:
Upload: florent-benoit
View: 51 times
Download: 0 times
Share this document with a friend
20
Extending Eclipse Che to build custom cloud IDEs EclipseCon EU 2016 - October 25 Florent Benoit (@florentbenoit) #eclipseche Stevan Le Meur (@stevanLM)
Transcript

Extending Eclipse Che to build custom cloud IDEs

EclipseCon EU 2016 - October 25

Florent Benoit (@florentbenoit) #eclipsecheStevan Le Meur (@stevanLM)

Agenda

Introduction to Eclipse Che

Extending Che with custom Stacks - The Go Stack !

Hello World Extension

Setup GWT super dev-mode

The Jetty Extension

Tips!

The developer workspace

Redefine the workspace

IDE RuntimesProject Files

Workspaces bring their own runtimes

Machine runtime defined by Dockerfileor Composefile

Extending Eclipse Che

Tutorial Instructions:

goo.gl/6QTStW

Pre-Requisities:

goo.gl/QJ2vug

The browser IDE

The dashboard

Language Server Protocol (LSP)

PHPC#C++

PowerShellR

XText

Interface to connect language analysis into any development tool

Extensions, Plug-Ins and Assemblies

Extension

Che Core Assembly

Plug-InsServer

Desktop App

App Server + Plug-Ins + Installer

Extension

Extension

Java + Javascript + CSS

Java + Javascript + CSS

Java + Javascript + CSS

Growing the base of plug-ins...

Let’s Code ! ! !

Questions ?

Workshop: Extending Eclipse Che to build custom cloud IDEs Tuesday, 9:00 AM

Code in the Cloud with Eclipse Che & Docker Tuesday, 2:45 PM

Introduction to Eclipse Che extensibility model Wednesday, 11:00 AM

Build an Extension for Eclipse Che - An Experience Report Thursday, 11:00 AM

Sessions

@eclipse_che

Language Server Protocol Explained Wednesday, 4:00 PM

The cloud workspace virtual event.Tuesday, November 15, 2016 at 11:00am EST

https://www.eclipse.org/che/checonf/

Get started with Eclipse Che

Sources github.com/eclipse/che

Dev List [email protected]

IRC #eclipseche

Gittergitter.im/eclipse/che

And of course...BETA

eclipse.org/che Getting started guides Downloads Documentations Contribution guide

Questions ?

Thank you


Recommended